General
Listing & Delisting
HowTos, FAQs & Information
|
|
Using SORBS with Postfix.
|
Two parts of the configuration need to be changed:
In your main.cf file (usually /etc/postfix/main.cf) set the following:
- maps_rbl_domains = dnsbl.sorbs.net
- smtpd_client_restrictions = reject_maps_rbl
Note: the 'reject_maps_rbl' restriction should be added rather than replacing
the current options.
|
|
|