sendmail, 4th Edition

$Z

Version of the mc configuration mc configuration

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 .



Sendmail
sendmail, 4th Edition
ISBN: 0596510292
EAN: 2147483647
Year: 2002
Pages: 1174

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net