Created
October 8, 2012 23:57
-
-
Save colemanjp/3855713 to your computer and use it in GitHub Desktop.
sendmail refusing to show dsn or pipelining with no reverse dns
This file contains hidden or 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
| [jcoleman@blacksquarelabs ~]$ telnet vm-emlprdomr-01.its.yale.edu 25 | |
| Trying 130.132.50.112... | |
| Connected to vm-emlprdomr-01.its.yale.edu. | |
| Escape character is '^]'. | |
| 220 vm-emlprdomr-01.its.yale.edu ESMTP server ready at Mon, 8 Oct 2012 19:54:37 -0400 | |
| ehlo foobar | |
| 250-vm-emlprdomr-01.its.yale.edu Hello [72.249.77.147], pleased to meet you | |
| 250-ENHANCEDSTATUSCODES | |
| 250-8BITMIME | |
| 250-SIZE 20971520 | |
| 250-ETRN | |
| 250-STARTTLS | |
| 250-DELIVERBY | |
| 250 HELP | |
| $ telnet vm-emlprdomr-01.its.yale.edu 25 | |
| Trying 130.132.50.112... | |
| Connected to vm-emlprdomr-01.its.yale.edu. | |
| Escape character is '^]'. | |
| 220 vm-emlprdomr-01.its.yale.edu ESMTP server ready at Mon, 8 Oct 2012 19:54:56 -0400 | |
| ehlo foobar | |
| 250-vm-emlprdomr-01.its.yale.edu Hello faeroes.sdf.org [192.94.73.9], pleased to meet you | |
| 250-ENHANCEDSTATUSCODES | |
| 250-PIPELINING | |
| 250-8BITMIME | |
| 250-SIZE 20971520 | |
| 250-DSN | |
| 250-ETRN | |
| 250-STARTTLS | |
| 250-DELIVERBY | |
| 250 HELP | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment