For the mc declaration, zone should be either a literal USE_SYSTEM, which causes the
entire option to be omitted, or a literal USE_TZ, which causes the option to be declared
but the zone to be omitted (thus importing the TZ variable from the calling environment).
Otherwise, a time zone declaration is as described earlier:
define(`confTIME_ZONE??,`USE_SYSTEM??) ?†? use system default
#O TimeZoneSpec= ?†? the same
define(`confTIME_ZONE??,`USE_TZ??) ?†? use environment TZ
O TimeZoneSpec= ?†? the same
define(`confTIME_ZONE??,`EST5EDT??) ?†? use EST5EDT
O TimeZoneSpec=EST5EDT ?†? the same
The TimeZoneSpec(t) option is not safe. If specified from the command line, it can cause
sendmail to relinquish its special privileges.
24.9.121 TLSSrvOptions
Tune the server TLS settings V8.12 and later
The behavior of STARTTLS authentication and stream encryption (?§5.3 on page 202) can
be tuned with this TLSSrvOptions option. It is used like this:
O TLSSrvOptions=letters ?†? configuration file (V8.12 and later)
-OTLSSrvOptions=letters ?†? command line (V8.12 and later)
define(`confTLS_SRV_OPTIONS??, `letters??) ?†? mc configuration (V8.12 and later)
Here, letters is a list of one or more key letters, eachseparated from the next by a comma.
The default is to omit this option. As of V8.12, only one key letter is available. It is shown
in Table 24-26.
Pages:
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007