Internet Services Delta Manual for HP-UX 11i Version 1.6

DaemonPortOptions
This option can be used to customize the daemon's SMTP service. The default value for the field
'Family' is 'inet' even if DaemonPortOptions is not defined or value for the 'Family' is not specified
in the DaemonPortOptions setup.
By default, the DaemonPortOptions appears in the sendmail.cf file as:
O DaemonPortOptions=Name=MTA, Family=inet
O DaemonPortOptions=Port=587, Name=MSA, M=E
NOTE: For more information on MSA, read the "Spam Control using Message Submission Agent"
section below.
The fields currently supported by Sendmail for DaemonPortOptions are:
Family = inet
Address = IP address or hostname
Port = Port number/name
Listen = Listen queue size
M(Modifiers - Flags) = Table 1-2 lists and describes the various flags.
Table 2 Flags
DescriptionFlag
require authenticationa
bind to interface through which mail
has been received
b
perform hostname canonification on the
message
c
require fully qualified hostnamef
use the interface name for the outgoing
HELO command
h
do not perform hostname canonification
on the message
C
do not allow ETRNE
disable fully qualified address for
From:address
u
SendBufSize = Send buffer size
RcvBufSize = Receive buffer size
Name = Name of the agent(MTA or MSA)
ClientPortOptions
This option is similar to DaemonPortOptions, but is meant only for outgoing connections.
The steps to set this option are same as those for the DaemonPortOptions except that the option
name ClientPortOptions should be specified in lieu of DaemonPortOptions.
By default, it appears in the sendmail.cf file as:
#O ClientPortOptions=Address=0.0.0.0
Chapter Overview 7