This is a discussion on Re: Postfix won't talk to Postgrey...socket or unix within the mailing.postfix.users forums, part of the Mail Servers and Related category; At 02:51 PM 5/25/2005, Mike Burger wrote: >smtpd_recipient_restrictions = > permit_sasl_authenticated, > permit_mynetworks, > permit_auth_destination, the above ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At 02:51 PM 5/25/2005, Mike Burger wrote:
>smtpd_recipient_restrictions = > permit_sasl_authenticated, > permit_mynetworks, > permit_auth_destination, the above OK's any local/relay/virtual destination. > reject_unauth_destination, The above rejects any non-local/non-relay/non-virtual destination. Nothing below these two will ever get called. Probably you want to remove the "permit_auth_destination" parameter. -- Noel Jones |