diff options
author | 2012-08-21 22:22:00 +0000 | |
---|---|---|
committer | 2012-08-21 22:22:00 +0000 | |
commit | 53800896f5ad7d04c80c43933f499f7156aa1e95 (patch) | |
tree | 27898e6591e1b44fb71bc6a8acba4930ced34381 | |
parent | When deciding whether we're PIC in a (generated) asm file, check for both PIC (diff) | |
download | wireguard-openbsd-53800896f5ad7d04c80c43933f499f7156aa1e95.tar.xz wireguard-openbsd-53800896f5ad7d04c80c43933f499f7156aa1e95.zip |
tweak previous;
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 0dd3e96a73b..aadd4110dfc 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.58 2012/08/21 20:19:46 eric Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.59 2012/08/21 22:22:00 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -309,9 +309,9 @@ The routing decision is based on the DNS system. If the .Ic backup parameter is specified, the current server will act as a backup server -for the target domain. Accepted mails are only relayed through -servers with lower preference value in the MX record for the -domain than the one specified in +for the target domain. +Accepted mails are only relayed through servers with a lower preference +value in the MX record for the domain than the one specified in .Ar mx . .Pp If the |