diff options
Diffstat (limited to 'usr.sbin/smtpd/smtpctl.8')
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index c1dfd5915cf..58e18bf254d 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.7 2009/03/16 22:40:35 gilles Exp $ +.\" $OpenBSD: smtpctl.8,v 1.8 2009/03/23 21:48:40 jmc Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 16 2009 $ +.Dd $Mdocdate: March 23 2009 $ .Dt SMTPCTL 8 .Os .Sh NAME @@ -32,33 +32,33 @@ program controls .Pp The following commands are available: .Bl -tag -width Ds +.It Cm pause incoming +Temporarily stop accepting incoming sessions. +.It Cm pause local +Temporarily stop deliveries to local users. +.It Cm pause outgoing +Temporarily stop relaying and deliveries to +remote users. +.It Cm resume incoming +Resume accepting incoming sessions. +.It Cm resume local +Resume deliveries to local users. +.It Cm resume outgoing +Resume relaying and deliveries to remote users. +.It Cm schedule message-id +Marks all messages with same message ID as ready +for immediate delivery. +.It Cm schedule message-uid +Marks a message as ready for immediate delivery. .It Cm show queue Displays information concerning envelopes -that are currently in queue. +that are currently in a queue. .It Cm show runqueue Displays information concerning envelopes that are scheduled for delivery. .It Cm show stats Displays runtime statistics concerning .Xr smtpd 8 . -.It Cm schedule message-uid -Marks a message as ready for immediate delivery. -.It Cm schedule message-id -Marks all messages with same message id as ready -for immediate delivery. -.It Cm pause local -Temporarily stop deliveries to local users. -.It Cm resume local -Resume deliveries to local users. -.It Cm pause outgoing -Temporarily stop relaying and deliveries to -remote users. -.It Cm resume outgoing -Resume relaying and deliveries to remote users. -.It Cm pause incoming -Temporarily stop accepting incoming sessions. -.It Cm resume incoming -Resume accepting incoming sessions. .El .Sh FILES .Bl -tag -width "/var/run/smtpd.sockXX" -compact @@ -72,4 +72,4 @@ Unix-domain socket used for communication with The .Nm program first appeared in -.Ox 4.5 . +.Ox 4.6 . |