diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-20 20:38:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-09-20 20:38:24 +0000 |
commit | 9fd790463a2622deaa0e7a690389b2a8b1f6671a (patch) | |
tree | 95351f3b542d7b5982173261c9921f2403fe52d7 /libexec/spamd | |
parent | 1a9002363bbc2df688fa0fb5fab87e0977e5499e (diff) |
document spamd log entry format; requested by Stephan A. Rickauer
ok beck
Diffstat (limited to 'libexec/spamd')
-rw-r--r-- | libexec/spamd/spamd.8 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 8ee9dc4ec90..24c5e197ad1 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.110 2008/08/11 20:28:55 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.111 2008/09/20 20:38:23 jmc Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,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 11 2008 $ +.Dd $Mdocdate: September 20 2008 $ .Dt SPAMD 8 .Os .Sh NAME @@ -348,6 +348,17 @@ section can be used to log connection details to a dedicated file: !spamd daemon.err;daemon.warn;daemon.info /var/log/spamd .Ed +.Pp +A typical entry shows the time of the connection and +the IP address of the connecting host. +When a host connects, +the total number of active connections and +the number of connections from blacklisted hosts is shown +.Pq connected (xx/xx) . +When a host disconnects, +the amount of time spent talking to +.Nm +is shown. .Sh GREYTRAPPING When running .Nm |