smtpd_recipient_restrictions =
 reject_unauth_pipelining,
 reject_non_fqdn_recipient,
 reject_unknown_recipient_domain,
 reject_unknown_sender_domain,
 permit_mynetworks,
 reject_unauth_destination,
 check_sender_access hash:/etc/postfix/mta_clients_bw.map,
 check_sender_access hash:/etc/postfix/from_senders_bw.map,
 check_sender_access hash:/etc/postfix/from_senders_slet.map,
 check_sender_access hash:/etc/postfix/from_senders_clueless.map,
 check_sender_access hash:/etc/postfix/from_senders_bogus.map,
 reject_maps_rbl,
 permit


Now that I look at this you might be right.

Should I move " check_sender_access hash:/etc/postfix/mta_clients_bw.map, "
to first line?




----- Original Message -----
From: "Michael Finn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 4:44 PM
Subject: [IMGate] Re: reject


>
> What does your smtpd_recipient_restrictions list look like in main.cf?
>
> Sounds like you might need to re-order your smtpd_recipient_restrictions
> list...=20
> The sender is getting rejected by reject_unknown_hostname before postfix
> reaches your mta_clients_bw whitelist.
>
>
> -----Original Message-----
> From: Kenzo [mailto:[EMAIL PROTECTED]]=20
> Sent: Friday, January 10, 2003 4:09 PM
> To: [EMAIL PROTECTED]
> Subject: [IMGate] Re: reject
>
>
>
> Still get the same thing?
> I enter the IP addresses for the delphi's E-mail servers in the
> mta_clients_bw file
> and postmap /etc/postfix/*map
> and postfix reload
>
> what else can I do?
>

Reply via email to