Difference between revisions of "Manual SMTP Relay Test"
Line 1: | Line 1: | ||
+ | <pre> | ||
220 mail.example.com ESMTP Postfix | 220 mail.example.com ESMTP Postfix | ||
'''EHLO example.com''' | '''EHLO example.com''' | ||
Line 20: | Line 21: | ||
'''quit''' | '''quit''' | ||
221 Bye | 221 Bye | ||
+ | </pre> |
Revision as of 04:05, 16 January 2007
220 mail.example.com ESMTP Postfix '''EHLO example.com''' 250-mail.example.com 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-XVERP 250 8BITMIME '''mail from:<user@domain.com>''' 250 Ok '''rcpt to:<howto@domain.com>''' 250 Ok '''Text''' 354 End data with <CR><LF>.<CR><LF> '''Testmail relaying mail from user@domain.com to howto@domain.com''' '''Test #3''' '''.''' 250 Ok: queued as 84BA64078A '''quit''' 221 Bye