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 03:31 PM 5/25/2005, Mike Burger wrote: >On Wed, 25 May 2005, Noel Jones wrote: > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At 03:31 PM 5/25/2005, Mike Burger wrote:
>On Wed, 25 May 2005, Noel Jones wrote: > >>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. > >So, removing them, or moving them to the bottom, might cover me? Only remove permit_auth_destination. You need reject_unauth_destination where it is. -- Noel Jones |