postfix-users

Re: number of smtpds/postgrey

Subject: Re: number of smtpds/postgrey
From: Ralf Hildebrandt <Ralf.Hildebrandt AT charite DOT de>
To: postfix-users AT postfix DOT org
Date: Thu, 9 Aug 2007 23:03:55 +0200
* Ralf Hildebrandt <Ralf.Hildebrandt AT charite DOT de>:

> > smtpd_recipient_restrictions = permit_mynetworks   
> > reject_unauth_destination 
> >   check_policy_service inet:127.0.0.1:10023
> 
> A bit simplistic for today's internet, no?

Better:

smtpd_recipient_restrictions =
   permit_mynetworks
   reject_unauth_destination
   reject_unlisted_recipient
   check_policy_service inet:127.0.0.1:10023
   
or better still:

smtpd_recipient_restrictions =
   permit_mynetworks
   reject_unauth_destination
   reject_unlisted_recipient
   reject_rbl_client        zen.spamhaus.org
   check_policy_service inet:127.0.0.1:10023
   
-- 
Ralf Hildebrandt (Ralf.Hildebrandt AT charite DOT de)             plonk AT 
charite DOT de
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
To a database person, every nail looks like a thumb. Or something like that. 

<Prev in Thread] Current Thread [Next in Thread>