It’s a bad thing if you have an open mail server which relays messages for unauthorised people.
Here is a quick guide on how to check it. Log on to your server and go to a command promt or the CLI
telnet relay-test.mail-abuse.org
If it’s connected it will look like this:
RJT002:/var/log# telnet relay-test.mail-abuse.org
Trying 168.61.4.13...
Connected to cygnus.mail-abuse.org.
Escape character is '^]'.
Connecting to 85.17.173.71 ...
<<< 220 myupload.dk ESMTP Postfix (Debian/GNU)
>>> HELO cygnus.mail-abuse.org
<<< 250 myupload.dk
It will now make some test to check if your system is open or not:
:Relay test: #Test 1
>>> mail from:
<<< 250 2.1.0 Ok
>>> rcpt to:
<<< 554 5.7.1 : Relay access denied
>>> rset
<<< 250 2.0.0 Ok
After testing you get the result. If it's look like this, then you're secure:
Tested host banner: 220 myupload.dk ESMTP Postfix (Debian/GNU)
System appeared to reject relay attempts
Enjoy.

