Skip to content

Instantly share code, notes, and snippets.

@erikh
Created July 20, 2009 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikh/150203 to your computer and use it in GitHub Desktop.
Save erikh/150203 to your computer and use it in GitHub Desktop.
Mail relay testing
Connecting to christhelinuxguy.com for anonymous test ...
<<< 220 neural.christhelinuxguy.com ESMTP Postfix (Debian/GNU)
>>> HELO www.abuse.net
<<< 250 neural.christhelinuxguy.com
Relay test 1
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@abuse.net>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 2
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 3
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 4
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 5
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@[97.107.141.134]>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 6
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest%abuse.net@christhelinuxguy.com>
<<< 554 5.7.1 <securitytest%abuse.net@christhelinuxguy.com>: Relay access denied
Relay test 7
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest%abuse.net@[97.107.141.134]>
<<< 554 5.7.1 <securitytest%abuse.net@[97.107.141.134]>: Relay access denied
Relay test 8
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<"securitytest@abuse.net">
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 9
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<"securitytest%abuse.net">
<<< 554 5.7.1 <securitytest%abuse.net>: Relay access denied
Relay test 10
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net@christhelinuxguy.com>
<<< 554 5.7.1 <securitytest@abuse.net@christhelinuxguy.com>: Relay access denied
Relay test 11
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<"securitytest@abuse.net"@christhelinuxguy.com>
<<< 554 5.7.1 <securitytest@abuse.net@christhelinuxguy.com>: Relay access denied
Relay test 12
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<securitytest@abuse.net@[97.107.141.134]>
<<< 554 5.7.1 <securitytest@abuse.net@[97.107.141.134]>: Relay access denied
Relay test 13
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<@christhelinuxguy.com:securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 14
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<@[97.107.141.134]:securitytest@abuse.net>
<<< 554 5.7.1 <securitytest@abuse.net>: Relay access denied
Relay test 15
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<abuse.net!securitytest>
<<< 554 5.7.1 <abuse.net!securitytest>: Relay access denied
Relay test 16
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<abuse.net!securitytest@christhelinuxguy.com>
<<< 554 5.7.1 <abuse.net!securitytest@christhelinuxguy.com>: Relay access denied
Relay test 17
>>> RSET
<<< 250 2.0.0 Ok
>>> MAIL FROM:<spamtest@christhelinuxguy.com>
<<< 250 2.1.0 Ok
>>> RCPT TO:<abuse.net!securitytest@[97.107.141.134]>
<<< 554 5.7.1 <abuse.net!securitytest@[97.107.141.134]>: Relay access denied
Relay test result
All tests performed, no relays accepted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment