From: Ralf Hildebrandt (no email)
Date: Fri Mar 01 2002 - 04:35:32 EST
On Thu, Feb 28, 2002 at 10:00:24PM -0800, andrew fabbro wrote:
> smtpd_client_restrictions =
> check_client_access regexp:/etc/postfix/indoc_domains_always_allowed,
> check_client_access regexp:/etc/postfix/indoc_domains_forbidden,
> reject_unauth_pipelining,
> reject_maps_rbl
smtpd_client_restrictions =
reject_unauth_pipelining,
check_client_access regexp:/etc/postfix/indoc_domains_always_allowed,
check_client_access regexp:/etc/postfix/indoc_domains_forbidden,
reject_maps_rbl
> Where "indoc_domains_always_allowed" is file in this form:
>
> /.*@somespecialdomain.com$/ permit
Why regexp at all? Got too much CPU?
Use:
somespecialdomain.com OK
-- Ralf Hildebrandt (Im Auftrag des Referat V A) Charite Campus Virchow-Klinikum Tel. +49 (0)30-450 570-155 Referat V A - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 Why you can't find your system administrators: The admin is suffering so bad from sleep deprivation that they may as well not be there for all the sense you can make of the words they are saying. - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|