12.11.2010 12:33, Lists wrote:
[]
>> smtpd_helo_restrictions =
>> warn_if_reject reject_invalid_hostname
>> check_helo_access regexp:/etc/postfix/helo.regexp
>
> Thanks Ralph, that makes sense. I copied the original line from this
> list many years ago - just noticed in postconf (5) that
On 12/11/10 08:58, Ralf Hildebrandt wrote:
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_hel
* Lists :
> 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
reg