On 14.08.2010 17:29, pe...@vfemail.net wrote:
I've reviewed my mail logs for the past couple of days and I can't
find any entries for any mail addressed to the complainer's domain
name except mail that should have been sent.

You can try it yourself, with telnet and proper smtp commands. For example, telnet from outside of your organization to your mail server and issue:

ehlo mydomain.com
mail from: foo...@example.com
rcpt to: foo...@example.org
data
test mail
.

You actually have to get error message about relay denied for you. If you don't - you're in trouble. If you do recieve such message - you relay is closed and probably you have spam worms who send emails from legit user, or something like that.

Be well.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to