From: Danny (no email)
Date: Wed Sep 01 2004 - 11:10:15 EDT
On Wed, 1 Sep 2004 16:58:11 +0200, Ralf Hildebrandt
<> wrote:
> * Danny <>:
> > Hello,
> >
> > I would like to experiment with some smtpd restrictions, and possibly
> > add sorbs into my config.
> >
> > The SORBS website states I would need to make the following addition
> > to my config:
> >
> > "Two parts of the configuration need to be changed:
> >
> > In your main.cf file (usually /etc/postfix/main.cf) set the following:
> >
> > 1. maps_rbl_domains = dnsbl.sorbs.net
> > 2. smtpd_client_restrictions = reject_maps_rbl
>
> Deprecated.
>
> smtpd_client_restrictions =
> reject_rbl_client dnsbl.sorbs.net
Plus my existing (check_sender_access), the final would be:
smtpd_client_restrictions = check_sender_access, reject_rbl_client
dnsbl.sorbs.net
Right?
Thank you,
...D
|
|
|