Sets default domain used in ‘EHLO’ (or ‘HELO’)
SMTP command when probing the remote host. This value can be
overridden by ‘from’ parameter to poll
command
(see poll).
This statement assigns the value string to the ‘ehlo_domain’ variable (see ehlo_domain), and is therefore equivalent to
setvar ehlo_domain string;
Sets default email addresses used in ‘MAIL FROM:’
SMTP command when probing the remote host. This value can be
overridden by ‘as’ parameter to poll
command
(see poll).
This statement assigns the value string to the ‘mailfrom_address’ variable (see mailfrom_address), and is therefore equivalent to
setvar mailfrom_address string;
Enables the use of SMTP VRFY statement prior to normal callout
sequence. If VRFY is supported by the remote server,
mailfromd
relies on its reply and does not perform normal
callout.
The use of this statement is not recommended, because many existing VRFY implementations always return affirmative result, no matter is the requested email handled by the server or not.
The default is enable-vrfy no
, i.e. VRFY is disabled.
This document was generated on August 13, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.