Name
$Z
Synopsis
When you are configuring with the
mc technique, the version of the configuration
file can be augmented by defining confCF_VERSION
in your mc
file:
define(`confCF_VERSION', `ver')dnl
This statement causes the value ver to be
appended to the default value in $Z
. A forward
slash character will separate the two. The default value in
$Z
varies depending on your
sendmail version. If your version were V8.12.7,
the aforementioned m4 definition would yield the
following macro definition:
DZ8.12.7/ver
$Z
is generally used as part of the
SmtpGreetingMessage
($e
)
option’s declaration (SmtpGreetingMessage):
O SmtpGreetingMessage=$j Sendmail $v/$Z; $b
Note that this version is different from the version declared with
the VERSIONID mc configuration macro (Section 4.2.3.1). Also note that this is the configuration
file version, not the version of the sendmail
program as stored in $v
.
Prior to V8 sendmail the configuration file
version was stored in $V
.
Get Sendmail, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.