HP-UX Mailing Services Administrator's Guide (B2355-91064)
Any untyped attributes are considered NORMAL attributes.
The optional OBJECTCLASS (separated with a |) list contains the objectClass values
for which that attribute applies. If the list is provided, the attribute named is used only
if the LDAP record being returned is a member of that object class. If these new value
attribute TYPEs are used in an AliasFile option setting, they must be within double
quotes. This prevents Sendmail from misparsing the colons.
LDAP recursion attributes that do not point to an LDAP record are not considered as
errors.
Following is an example of an LDAP recursion that uses all the new TYPEs:
O LDAPDefaultSpec=-h ldap.example.com -b dc=example,dc=com
Kexample ldap
-z,
-k(&(objectClass=sendmailMTAAliasObject)(sendmailMTAKey=%0))
-v sendmailMTAAliasValue,mail:NORMAL:inetOrgPerson,
uniqueMember:DN:groupOfUniqueNames,
sendmailMTAAliasSearch:FILTER:sendmailMTAAliasObject,
sendmailMTAAliasURL:URL:sendmailMTAAliasObject
This definition specifies the following:
• Any value in a sendmailMTAAliasValue attribute is added to the result string
regardless of the object class.
• The mail attribute is added to the result string if the LDAP record is a member of
the inetOrgPerson object class.
• The uniqueMember attribute is a recursive attribute used only in
groupOfUniqueNames records, and must contain an LDAP DN pointing to
another LDAP record. The uniqueMember attribute returns the mail attribute
from the LDAP DNs.
• The sendmailMTAAliasSearch and sendmailMTAAliasURL attributes are
used only if they are referenced in a sendmailMTAAliasObject. They are both
recursive; the first for a new LDAP search string and the second for an LDAP URL.
IPv6 Support
An option value inet6 is provided for the field Family in DaemonPortOptions to
enable IPv6 functionality.
To enable IPv6, set the DaemonPortOptions in the sendmail.cf configuration file
as follows:
O DaemonPortOptions=Port=smtp, Name=MTA, Family=inet6
This enables Sendmail to accept both IPv4 and IPv6 addresses.
IPv6 Support 71