* Alex <mysqlstud...@gmail.com>:
> Hi,
> I'm trying to configure postfix v2.7.3 on fedora with the best options
> for utilizing RBLs, including zen, and was trying to implement
> rbl_reply_maps (as per the STRESS_README of all places):
> 
>  1  /etc/postfix/main.cf:
>  2      smtpd_client_restrictions =
>  3         permit_mynetworks
>  4         reject_rbl_client zen.spamhaus.org=127.0.0.10
>  5         reject_rbl_client zen.spamhaus.org=127.0.0.11
>  6         reject_rbl_client zen.spamhaus.org
>  7
>  8      rbl_reply_maps = hash:/etc/postfix/rbl_reply_maps
>  9
> 10  /etc/postfix/rbl_reply_maps:
> 11      # With Postfix 2.3-2.5 use "421" to hang up connections.
> 12      zen.spamhaus.org=127.0.0.10 521 4.7.1 Service unavailable;
> 13       $rbl_class [$rbl_what] blocked using
> 14       $rbl_domain${rbl_reason?; $rbl_reason}

This needs to go on one line

> 16      zen.spamhaus.org=127.0.0.11 521 4.7.1 Service unavailable;
> 17       $rbl_class [$rbl_what] blocked using
> 18       $rbl_domain${rbl_reason?; $rbl_reason}

This needs to go on one line

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to