7 and later)
Ozfactor ?†? configuration file (deprecated)
-ozfactor ?†? command line (deprecated)
The argument factor is of type numeric. If that argument is missing, the default value is
zero. If the entire option is missing, the default value is 1800. The default for the mc technique
is to omit this option.
The ClassFactor option is not safe. If specified from the command line, it can cause sendmail
to relinquish its special privileges.
24.9.16 ClientCertFile
File containing the client??™s public certificate V8.11 and later
STARTTLS and stream encryption are discussed in detail in ?§5.3 on page 202. Among the
items you might need to create, or purchase, to set up stream encryption is a certificate for
your client side. A client certificate is used by sendmail when it is acting in the role of a
sender (dispatching outbound email). It is contained in a file whose location is set with this
ClientCertFile option, using declarations that look like this:
O ClientCertFile=path ?†? configuration file (V8.11 and later)
-OClientCertFile=path ?†? command line (V8.11 and later)
define(`confCLIENT_CERT??,`path??) ?†? mc configuration (V8.11 and later)
Here, path is a full path specification of the file containing the certificate. The path can
contain sendmail macros, and if so, those macros will be expanded (their values used) when
the configuration file, or command line, is read:
define(`confSERVER_CERT??, `${MyCERTPath}/ClntCert.
Pages:
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742