lkundrak / rpms / sendmail

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