Created
May 28, 2012 08:16
-
-
Save dmugtasimov/2817968 to your computer and use it in GitHub Desktop.
Debugging SMTP Server
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
sudo python -c 'import smtpd; import asyncore; smtpd.DebuggingServer(("127.0.0.1", 25), None); asyncore.loop()' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment