26 lines
890 B
Plaintext
26 lines
890 B
Plaintext
{
|
|
#
|
|
# qmail's smtproutes mechanism works such that the LAST BEST match
|
|
# found in /var/qmail/control/smtproutes will be used in preference
|
|
# to any other entry.
|
|
#
|
|
# Consider the following /var/qmail/control/smtproutes example:
|
|
#
|
|
# :smarthost.somewhere
|
|
# domain.place:some.host
|
|
# domain.place:other.host
|
|
# :some.other.smarthost.elsewhere
|
|
#
|
|
# Mail for user@domain.place will ALWAYS be delivered to
|
|
# other.host. The entry for some.host will NEVER be used.
|
|
#
|
|
# Mail for any other domain will ALWAYS be delivered to
|
|
# some.other.smarthost.elsewhere. The entry for smarthost.somewhere
|
|
# will NEVER be used.
|
|
#
|
|
# Therefore, if you wish to make any customisations to the
|
|
# /var/qmail/control/smtproutes templates, you must ensure that they
|
|
# appear AFTER the standard e-smith template entries.
|
|
#
|
|
}
|