|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: [postfix 2.1.5] Problem using check_recipient_access with smtpd_client_restrictions
From: Eric Fung (efungsh
gmail.com)
Date: Sun Dec 19 2004 - 18:55:09 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> What I should have said is,
> Try moving *BOTH* your -
> check_recipient_access hash:/etc/postfix/dnsbl_whitelist
> and
> reject_rbl_client t1.dnsbl.net.au
> to smtpd_recipient_restrictions.
Alright, tried with following changes.
smtpd_client_restrictions = permit_mynetworks,
permit_sasl_authenticated, check_client_access
hash:/etc/postfix/client-access, permit
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain, check_recipient_access
hash:/etc/postfix/dnsbl_whitelist, reject_rbl_client t1.dnsbl.net.au,
permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination, reject_multi_recipient_bounce, permit
Still no go. Same problem, no welcome banner, logs report lost after CONNECT.
Further, after I revert back to the old configuration, I have to bring
down postfix with a stop and start before it starts working again. A
reload still results in the daemon not responding to SMTP connections
after the offending set of rules is loaded.
A little wierd, no? =)
Eric
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]