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:55 PM 5/25/2005, Mike Burger wrote: >>Only remove permit_auth_destination. >>You need reject_unauth_destination ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
At 03:55 PM 5/25/2005, Mike Burger wrote:
>>Only remove permit_auth_destination. >>You need reject_unauth_destination where it is. > >so, then, the reject line should still be above my check_policy_service line? Yes. The only change you need is remove the "permit_auth_destination". See the postfix docs for what those commands do, and why you want to "reject_unauth_destination" before you check_policy_service. http://www.postfix.org/postconf.5.ht...th_destination You might want to move check_policy_service below your uber-RBL checks. Or maybe not, that's your decision. And I expect postfix to choke on reject_rbl_sender as I can't find that as a valid restriction anywhere, so you might want to remove those. -- Noel Jones |