Blame SOURCES/sendmail-etc-mail-mailertable

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