On 1/22/2011 4:46 PM, Walter Pinto wrote:
Thanks guys.

My relay server has been upgraded to 2.7.2 and smtp server to 2.4.13

inet_protocols = all<---- Had to add this due to some SPF records
now using ip6: entries

reject_sender_login_mismatch before permit_sasl_authenticated<---
Results in the following unwanted result:

Jan 22 14:30:32 smtp1 postfix/smtpd[8000]: NOQUEUE: reject: RCPT from
unknown[92.11.56.77]: 553 5.7.1<u...@example.com>: Sender address
rejected: not owned by user u...@example.com; from=<u...@exmaple.com>
to=<recipi...@destination.com>  proto=ESMTP helo=<GENERIC>


OK.  Something is "correct" when it behaves as you expect.

Below are the current postconf -n for both servers.



  -- Noel Jones




SMTP:


smtpd_sender_restrictions = check_policy_service inet:127.0.0.1:10031
permit_sasl_authenticated reject_unauth_destination
reject_non_fqdn_recipient reject_non_fqdn_sender
reject_unlisted_recipient reject_invalid_hostname
reject_unknown_sender_domain

smtpd_sender_restrictions can be *only* your policy service.
smtpd_sender_restrictions =
  check_policy_service inet:127.0.0.1:10031

All the other checks are run with smtpd_recipient_restrictions. No need to duplicate everything here.


RELAY:

Looks OK.


  -- Noel Jones

Reply via email to