[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Postfix Config Help
- Subject: [ale] Postfix Config Help
- From: ale at jeffx.com (Jeffery Tillotson)
- Date: Sat, 14 Oct 2006 18:33:24 -0400
- In-reply-to: <1159558449.27511.2.camel@localhost>
- References: <[email protected]> <1159558449.27511.2.camel@localhost>
Jim Popovitch wrote:
>On Fri, 2006-09-29 at 11:38 -0700, ale at jeffx.com wrote:
>
>
>>smtpd_recipient_restrictions = permit_mynetworks, check_sender_access
>>hash:/opt/postfix/etc/access_sender, reject_unauth_destination,
>>check_policy_service inet:127.0.0.1:10026
>>
>>Where inet:127.0.0.1:10026 is the grey_listing checker. The problem is
>>postfix is doing exactly what it says it should do:
>>"Restrictions are applied in the order as specified; the first restriction
>>that matches wins."
>>
>>What I would like is if the FILTER is triggered, that it gets considered a
>>rejection and wins.
>>
>>
>>
>
>Postfix has several checkpoints, so while smtpd_recipient_restrictions
>is one, there is also smtpd_sender_restrictions and that need similar
>logic. For instance your incoming emails may be side-tracked by checks
>in smtpd_helo_restrictions before smtpd_recipient_restrictions is ever
>analysed. Try adding similar logic to smtpd_sender_restrictions.
>
>-Jim P.
>
>
>
Sorry it took so long but I just wanted to say thanks for the response.
I used your suggestion to rethink they way I was handling things. I
appreciate the response and assistance.
Regards,
Jeff