* Lists <li...@coffeehabit.net>:
> Hi guys,
> 
> Running Postfix 2.3.3-2.1.el5_2 (RHEL5.5), I have the following in main.cf:
> 
> smtpd_helo_restrictions = warn_if_reject reject_invalid_hostname 
> regexp:/etc/postfix/helo.regexp

actually means:

smtpd_helo_restrictions =
   warn_if_reject reject_invalid_hostname
   regexp:/etc/postfix/helo.regexp

which actually means

smtpd_helo_restrictions =
   warn_if_reject reject_invalid_hostname
   check_helo_access regexp:/etc/postfix/helo.regexp

I don't see a "warn_if_reject" directly in fron of "check_helo_access 
regexp:/etc/postfix/helo.regexp"

-- 
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