
December 26th, 2003, 09:06 AM
|
|
|
|
Dissable mail relaying and make sure you have no open proxy servers in your network. check ordb.org and have them test your server. also dissable IMAP and POP3 if not using them.
To test mail relaying telnet to your server on port 25 and do the following
helo
mail from:userid@internetdomain.com
rcpt to:userid@internetdomain.com
data
This is a test.
use a hotmail account and see if you recieve the mail or if you got
a deny response.
|