Blame SOURCES/sendmail-etc-mail-mailertable

813923
# The "mailer table" can be used to override routing for particular domains
813923
# (which are not in class {w}, i.e. local host names).
813923
#
813923
# hash /etc/mail/mailertable
813923
#
813923
# Keys in this database are fully qualified domain names or partial domains
813923
# preceded by a dot -- for example, "vangogh.CS.Berkeley.EDU" or
813923
# ".CS.Berkeley.EDU". As a special case of the latter, "." matches any domain
813923
# not covered by other keys. Values must be of the form:
813923
#
813923
# mailer:domain
813923
#
813923
# where "mailer" is the internal mailer name, and "domain" is where to send
813923
# the message. These maps are not reflected into the message header. As a
813923
# special case, the forms:
813923
#
813923
# local:user
813923
#
813923
# will forward to the indicated user using the local mailer,
813923
#
813923
# local:
813923
#
813923
# will forward to the original user in the e-mail address using the local
813923
# mailer, and
813923
#
813923
# error:code message
813923
# error:D.S.N:code message
813923
#
813923
# will give an error message with the indicated SMTP reply code and message,
813923
# where D.S.N is an RFC 1893 compliant error code.