OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: receiving smtpd[25253] error from sender

From: Wietse Venema (wietseporcupine.org)
Date: Thu Oct 02 2008 - 05:47:56 CDT


Wray, Oran:
> smtpd[25253]: NOQUEUE: reject: RCPT from
> mailgw1.per-se.com[199.190.235.46]: 450 4.1.8 <daemoncss2.ndcorp.com>:
> Sender address rejected: Domain not found; from=<daemoncss2.ndcorp.com>
> to=<owraymarsh.net> proto=ESMTP helo=<mailgw1.per-se.com>

css2.ndcorp.com is not valid. The SMTP protocol requires that
email addresses can be resolved with an MX and/or A lookup in the DNS.

To fix, change the sender address, or change the DNS.

To kludge around, change Postfix not to reject unknown sender domains.

        Wietse