Blame SOURCES/sendmail-etc-mail-mailertable

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