Blame SOURCES/sendmail-etc-mail-mailertable

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