From: Ralf Hildebrandt (no email)
Date: Fri Mar 01 2002 - 13:30:29 EST
On Fri, Mar 01, 2002 at 09:25:20AM -0800, Paul Bauer wrote:
> maps_rbl_domains = blackholes.mail-abuse.org,relays.mail-abuse.org,bl.spamcop.net,inputs.orbz.org
> ,outputs.orbz.org,relays.ordb.org,or.orbl.org
For blackholes.mail-abuse.org,relays.mail-abuse.org
you need to pay...
> smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname
> smtpd_recipient_restrictions = permit_mynetworks,check_client_access
> hash:/etc/postfix/pop-before-smtp,reject_maps_rbl,check_relay_domains
> smtpd_sender_restrictions = reject_unknown_sender_domain
Make that:
smtpd_helo_restrictions =
smtpd_sender_restrictions =
smtpd_recipient_restrictions =
permit_mynetworks,
check_client_access hash:/etc/postfix/pop-before-smtp,
reject_unauth_destination
reject_maps_rbl
reject_unknown_sender_domain
reject_invalid_hostname
permit
instead.
> soft_bounce = yes
Well, OK. This won't bounce mail :)
-- 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 A printer consists of three main parts: the case, the jammed paper tray and the blinking red light - To unsubscribe, send mail to with content (not subject): unsubscribe postfix-users
|
|
|