Created
October 3, 2012 09:22
-
-
Save mrkschan/3826011 to your computer and use it in GitHub Desktop.
A fake SMTP server (smtp-sink shortcut)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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