>Jul 24 01:09:09 dns2 postfix/smtpd[3133]: 352C9181245: reject: RCPT >from mail.crlcorp.com[12.30.162.228]: 554 ><[EMAIL PROTECTED]>: Sender address rejected: Domain >not found;
This reject is near the top of the restrictions and so rejects due to no DNS before your mta_clients_bw.map. the logic is that a @sender.domain that doesn't have A or MX records is not one you would ever want to whitelist > from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> >proto=ESMTP helo=<mailsvr1.crlcorp.com> > > >so I add 12.30.162.228 to mta_clients_bw.map, entry as follows: > >12.30.162.228 ok > > >...but I'm still getting a reject from postfix as in the above log >entry. What am I doing wrong?? you have to move your whitelist file before reject_unknown_sender_domain Len
