Solaris 8 System Administration Supplement

Changes to DaemonPortOptions Option

The following tables describe two new keys for the option and some specific values for one of the new keys, Modifier. To declare this option, use one of the following syntaxes. In the example, pair refers to key=value. For formatting purposes, the example includes two pairs. However, you can apply one or more pairs.


O DaemonPortOptions=pair,pair              # for the configuration file
-ODaemonPortOptions=pair,pair              # for the command line
define(`confDAEMON_OPTIONS',`pair,pair')   # note the revised name 
                                         # for m4 configuration

Note –

To avoid security risks, sendmail relinquishes its root permissions when you set this option from the command line.


The following table describes two new keys for the DaemonPortOptions option.

Table 21–5 New Keys for DaemonPortOptions

Key 

Description 

Name

Specifies a user-definable name for sendmail and is used for error messages and for logging. The default is MTA.

Modifier

Specifies values for sendmail that can be listed in a sequence without delimiters. For a list of values, see Table 21–6.

The following table describes the values for the new Modifier key.

Table 21–6 Modifier Key Values for DaemonPortOptions

Value 

Description 

C

Does not perform host name canonification. 

E

Disallows the ETRN command.

a

Requires authentication. 

b

Binds to the interface that receives the mail. 

c

Performs host name canonification. Use this value only in configuration file declarations. 

f

Requires fully qualified host names. Use this value only in configuration file declarations. 

h

Uses the interface's name for the outgoing HELO command.

u

Allows unqualified addresses. Use this value only in configuration file declarations.