<<O>>  Difference Topic OpenRelayTest (r1.1 - 07 Sep 2003 - TomLimoncelli)
Line: 1 to 1
Added:
>
>

Tips for testing to see if your machine is an open relay

Telnet to the port and see for sure

telnet hostname 25
EHLO myhostname.com
MAIL From:<user@example.com>
RCPT To:<destination@example.com>
DATA
To: blah
From: blah

body
.
QUIT

-- TomLimoncelli - 07 Sep 2003

Revision -
Revision r1.1 - 07 Sep 2003 - 15:44 - TomLimoncelli