• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

exchange 2003 open relay

watts3000

Senior member
How do you guys test to see if theres an open relay. One of our clients was listed ordb.org. So I closed the relay but I just want to know of some test I can run to make sure its closed.
 
From a machine external to your network, open a command shell and type:

>telnet yourserveraddress 25


you'll see a prompt, type

>EHLO yourstationname

server details ensue, then type

>MAIL FROM: iamspamming@hotmail.com

server acknowledges, then type

>RCPT TO: bill@microsoft.com

if your machine is properly configured, you should see an error message .

If you see a prompt to process to the DATA phase, you're in trouble!

type QUIT to exit the session
 
the stationname is just the dns name or the ip address of the workstation your doing the test from.

In fact, with most mail servers you can use anything in the EHLO line, as in "EHLO rubbish.rubbish.com". But some mail system administrators are checking the validity of what you pass in the EHLO line to decide if they will either allow a connection or mark it suspicious, spam-wise.
 
Back
Top