Guest User

Untitled

a guest
Feb 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/usr/bin/python
  2. '''
  3. Meta data
  4. '''
  5. __author__="Damian Zaremba"
  6.  
  7. '''
  8. Import modules
  9. '''
  10. import smtpd
  11. import asyncore
  12.  
  13. smtpd.PureProxy(('localhost', 2535), ('mail.damianzaremba.co.uk', 25))
  14. asyncore.loop()
Add Comment
Please, Sign In to add comment