diff options
author | 2018-06-18 06:02:18 +0000 | |
---|---|---|
committer | 2018-06-18 06:02:18 +0000 | |
commit | 9f714ea3b6d41eb4aefd1863e257117a686dfa82 (patch) | |
tree | c256599bab48f733af9d370f4bfb13937d0ff61f | |
parent | remove the example output from ifconfig and route: it will keep getting out of (diff) | |
download | wireguard-openbsd-9f714ea3b6d41eb4aefd1863e257117a686dfa82.tar.xz wireguard-openbsd-9f714ea3b6d41eb4aefd1863e257117a686dfa82.zip |
the directive is "listen on";
-rw-r--r-- | share/man/man8/afterboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 6e788fe5f47..fcb2b5b147c 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.161 2018/06/18 06:00:12 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.162 2018/06/18 06:02:18 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -435,7 +435,7 @@ This makes it possible to send mail locally, but not receive mail from remote servers, which is ideal if you have one central incoming mail machine and several clients. To cause smtpd to accept external network connections, modify the -.Va listen +.Ic listen on directive in .Pa /etc/mail/smtpd.conf to include the interfaces to listen on. |