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