diff options
author | 2012-08-21 20:19:46 +0000 | |
---|---|---|
committer | 2012-08-21 20:19:46 +0000 | |
commit | a2389673ddbb2be877090ed723659b9eac0de348 (patch) | |
tree | 766654e8413e5d4589414e38f1976c5356841cfb /usr.bin/netstat/main.c | |
parent | Try to connect to the next host if an IO error occurs before the mta (diff) | |
download | wireguard-openbsd-a2389673ddbb2be877090ed723659b9eac0de348.tar.xz wireguard-openbsd-a2389673ddbb2be877090ed723659b9eac0de348.zip |
Allow smtpd to work as a backup MX, relaying only to MXs with higher
priority in the DNS record. For example:
accept for domain "foo.org" relay backup "mx3.foo.org"
will relay mails for "foo.org" using only hosts with higher priority
(i.e. lower value) than "mx3.foo.org", which is supposed to be the
current server.
If the specified backup MX is not found in the DNS record, relaying
works as normal.
ok gilles@
Diffstat (limited to 'usr.bin/netstat/main.c')
0 files changed, 0 insertions, 0 deletions