The AuthOptions option is available only if sendmail is compiled withSASL (?§3.4.48 on
page 137) defined as true. For examples of how to use AuthOptions, see ?§5.1.3.3 on page
192.
The AuthOptions option is not safe. If specified from the command line, it can cause sendmail
to relinquish its special privileges.
24.9.7 AuthRealm
Cyrus SASL authentication realm V8.13 and later
Prior to V8.13, the authentication realm passed to the Cyrus SASL library was always the
value of the $j macro. Beginning withV8.13, the AuthRealm option allows you to specify a
different authentication realm:
O AuthRealm=realm ?†? configuration file (V8.13 and later)
-OAuthRealm=realm ?†? command line (V8.13 and later)
define(`confAUTH_REALM??,`realm??) ?†? mc configuration (V8.13 and later)
Here, realm is of type string and specifies the authentication realm to use in place of the $j
macro??™s value. If realm is missing, the effect is the same as if the entire option was omitted,
that is, the value of $j is used.
The AuthRealm option is not safe. If specified from the command line, it can cause sendmail
to relinquish its special privileges.
24.9.8 AutoRebuildAliases
Auto-rebuild the aliases database Deprecated
Beginning withV8.10 sendmail, it was discovered that auto-rebuilding the aliases database
held the potential for a denial-of-service attack.
Pages:
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729