Blame SOURCES/sendmail-etc-mail-mailertable

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