aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpctl.8
diff options
context:
space:
mode:
authorEric Faurot <eric@faurot.net>2013-07-18 16:41:35 +0200
committerEric Faurot <eric@faurot.net>2013-07-18 16:41:35 +0200
commit6bed2c209d51d441941ec4c2ec93f36462f75a0a (patch)
tree801db08d8499313abc086675e57f99695aa0c3d5 /smtpd/smtpctl.8
parentMerge branch 'master' of ssh://ssh.poolp.org/git/opensmtpd (diff)
downloadOpenSMTPD-6bed2c209d51d441941ec4c2ec93f36462f75a0a.tar.xz
OpenSMTPD-6bed2c209d51d441941ec4c2ec93f36462f75a0a.zip
document smtpctl show routes
Diffstat (limited to 'smtpd/smtpctl.8')
-rw-r--r--smtpd/smtpctl.818
1 files changed, 18 insertions, 0 deletions
diff --git a/smtpd/smtpctl.8 b/smtpd/smtpctl.8
index 5c1e40b3..11fa9163 100644
--- a/smtpd/smtpctl.8
+++ b/smtpd/smtpctl.8
@@ -173,6 +173,24 @@ is not running.
.It
Error string for the last failed delivery or relay attempt.
.El
+.It Cm show routes
+Display status of routes currently known by
+.Xr smtpd 8 .
+Each line consists in a route number, a source address, a destination
+address, a set of flags, the number of connections on this
+route, the current penalty level which determines the amount of time
+the route is disabled if an error occurs, and the delay before it
+gets re-activated. The following flags are defined:
+.Pp
+.Bl -tag -width xx -compact
+.It N
+The route is new. No SMTP session has been established yet.
+.It D
+The route is currently disabled.
+.It Q
+The route as a timeout registered to lower its penality level and possibly
+re-activate or discard it.
+.El
.It Cm show stats
Displays runtime statistics concerning
.Xr smtpd 8 .