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

Kldap -1 -v mailHost -k (&(objectClass=inetLocalMailRecipient)
(mailLocalAddress=%0))
Kldapmra ldap -1 -v mailRoutingAddress -k (&(objectClass=inetLocalMailRecipient)
(mailLocalAddress=%0))
where
mailLocalAddress is the RFC 822 compliant email address of the recipient
mailHost is the fully-qualified host name of the MTA that is the final SMTP destination of the message
to the recipient
mailRoutingAddress is the RFC 822 address to be used when routing messages to the SMTP MTA
of the recipient.
New Option Value for QueueSortOrder - filename
This new option value can be used to sort the queue by opening each queue file to get the host
and time information. The queue files need not be opened and read each time, when they are run.
As a result, the queue processing becomes faster.
This option can be set in the sendmail.cf file as:
O QueueSortOrder=Filename
New Option Value for Privacy Options - nobodyreturn
This new option value instructs Sendmail to ignore the body of the original message, when notifying
the delivery status of the message.
This option can be set in the sendmail.cf file as:
O PrivacyOptions=nobodyreturn
New or Enhanced Configuration Options
The following are the new or enhanced configuration options available in Sendmail 8.11.1:
Timeout.*
The total time spent in satisfying a socket control request can be set using the
'Timeout.control' option. The default setting for this option is:
#O Timeout.control=2m
The resolver's transmission time interval (in seconds) can be set using the
'Timeout.resolver.retrans' option. This option sets the 'Timeout.resolver.retrans.first', which
sets the resolver's transmission time interval (in seconds) for the first attempt to deliver a
message. It also sets the 'Timeout.resolver.retrans.normal' option. The default setting for
this option is:
#O Timeout.resolver.retrans=5s
#O Timeout.resolver.retrans.first=5s
#O Timeout.resolver.retrans.normal=5s
The frequency of resolver query retransmission can be set using the
'Timeout.resolver.retrans.normal' option. This option sets the 'Timeout.resolver.retry.first'
option for the first attempt to deliver a message. It also sets the
'Timeout.resolver.retry.normal' option for all resolver lookups except for the first delivery
attempt. The default setting for this option is:
#O Timeout.resolver.retry=4
#O Timeout.resolver.retry.first=4
Chapter Overview 13