Skip to content

Instantly share code, notes, and snippets.

@mrkschan
Created October 3, 2012 09:22
Show Gist options
  • Save mrkschan/3826011 to your computer and use it in GitHub Desktop.
Save mrkschan/3826011 to your computer and use it in GitHub Desktop.
A fake SMTP server (smtp-sink shortcut)
#!/usr/bin/env bash
sudo smtp-sink -R /tmp -u root -d "mail.%Y-%m-%dT%H%M." 127.0.0.1:25 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment