diff options
| author | 2019-12-13 17:50:45 +0000 | |
|---|---|---|
| committer | 2019-12-13 17:50:45 +0000 | |
| commit | 09ec6d6b21d754d67cb6a5837f75b9661df94e80 (patch) | |
| tree | 76bb10456f5550e564dfdf458ae81b54d886bcf2 | |
| parent | Don't try dead resolvers; ok florian@ (diff) | |
| download | wireguard-openbsd-09ec6d6b21d754d67cb6a5837f75b9661df94e80.tar.xz wireguard-openbsd-09ec6d6b21d754d67cb6a5837f75b9661df94e80.zip | |
trim previous; ok gilles
| -rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 64c359f0255..15cf2844592 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.239 2019/12/13 00:31:20 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.240 2019/12/13 17:50:45 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -1154,13 +1154,10 @@ match for any action "outbound" match auth from any for any action "outbound" .Ed .Pp -For sites that wish to sign messages using DKIM, the package +For sites that wish to sign messages using DKIM, +the following example uses .Sy opensmtpd-filter-dkimsign -provides a simple filter for DKIM signing. -The following example is the same as the default configuration, -but uses -.Sy opensmtpd-filter-dkimsign -for signing. +for DKIM signing: .Bd -literal -offset indent table aliases file:/etc/mail/aliases |
