diff options
author | 2009-08-08 19:19:41 +0000 | |
---|---|---|
committer | 2009-08-08 19:19:41 +0000 | |
commit | eec7bea6f8aa57d233ea72c61d73cd61e6fce19c (patch) | |
tree | 744e77080fcb3882333a728723b997ab14d518be | |
parent | mailq is a common sendmail alias for showing the queue; make smtpctl (diff) | |
download | wireguard-openbsd-eec7bea6f8aa57d233ea72c61d73cd61e6fce19c.tar.xz wireguard-openbsd-eec7bea6f8aa57d233ea72c61d73cd61e6fce19c.zip |
sync with code change for mailq in smtpctl
-rw-r--r-- | usr.sbin/mailwrapper/mailer.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mailwrapper/mailer.conf.5 b/usr.sbin/mailwrapper/mailer.conf.5 index 78aab7359b7..c297388456b 100644 --- a/usr.sbin/mailwrapper/mailer.conf.5 +++ b/usr.sbin/mailwrapper/mailer.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mailer.conf.5,v 1.11 2009/08/06 14:05:12 jmc Exp $ +.\" $OpenBSD: mailer.conf.5,v 1.12 2009/08/08 19:19:41 ian Exp $ .\" $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $ .\" .\" Copyright (c) 1998 @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 6 2009 $ +.Dd $Mdocdate: August 8 2009 $ .Dt MAILER.CONF 5 .Os .Sh NAME @@ -84,6 +84,7 @@ MTA suite in place of # Emulate sendmail using smtpd sendmail /usr/sbin/smtpctl send-mail /usr/sbin/smtpctl +mailq /usr/sbin/smtpctl makemap /usr/libexec/smtpd/makemap newaliases /usr/libexec/smtpd/makemap .Ed |