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