On Thu, Apr 06, 2023 at 07:33:28AM +0800, Corey Hickman via Postfix-users 
<postfix-users@postfix.org> wrote:

> Hello
> 
> for these two statements,
> 
> reject_invalid_helo_hostname
> reject_non_fqdn_helo_hostname
> 
> what are the differences between them? does the second one hold the first
> one already?
> 
> Thanks.

reject_invalid_helo_hostname rejects malformed HELO or
EHLO hostnames.

reject_non_fqdn_helo_hostname rejects non
fully-qualified domain (or address) HELO or EHLO
hostnames.

I would assume that the second one subsumes the first,
since a malformed hostname can't be a fully-qualified
domain name.

cheers,
raf

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to