I finally got around to configuring my home server for SMTP-Auth. it seems to work fine, and does not seem to be an open relay (I ran some free tests on the internet). I also ran a telnet test:
mail from: <john@smith.com>
250 ok
rcpt to: <slylos@yahoo.com>
250 ok
quit
221 closing connection
I checked my yahoo address up to an hour later, and never got the email. I suppose qmail accepts the message and then drops it. Is there another way to test for open relay?
mail from: <john@smith.com>
250 ok
rcpt to: <slylos@yahoo.com>
250 ok
quit
221 closing connection
I checked my yahoo address up to an hour later, and never got the email. I suppose qmail accepts the message and then drops it. Is there another way to test for open relay?