diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2003-10-22 21:31:39 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2003-10-22 21:31:39 +0000 |
commit | 0664cae15abf02851288841d75ddd0a09f6d1d08 (patch) | |
tree | ab4d704085e41f31c54b409c0545eecd677fc733 /libexec/spamd/spamd.8 | |
parent | b121c0a9ca1422179b257866630c9b6f47cd4db7 (diff) |
make logging less verbose by default - default logs connect, disconnect
and blacklist matches. Add -v (verbose) flag to allow other detailed
logging (subject, body, smtp dialogue, etc.) when it's needed.
ok dhartmei@ -> ok deraadt@
Diffstat (limited to 'libexec/spamd/spamd.8')
-rw-r--r-- | libexec/spamd/spamd.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index c91daadafab..5904c7083a1 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.39 2003/09/25 09:07:33 jmc Exp $ +.\" $OpenBSD: spamd.8,v 1.40 2003/10/22 21:31:38 beck Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -81,6 +81,14 @@ This defaults to 450. Delay each character sent to the client by the specified amount of seconds. Defaults to 1. +.It Fl v +Enable verbose logging. By default +.Nm +logs connections, disconnections and blacklist matches to +.Xr syslog 8 +at LOG_INFO level. With verbose logging enabled, message detail +including subject and recipient information is logged at LOG_INFO, along +with the message body and SMTP dialogue being logged at LOG_DEBUG level. .It Fl w Ar window Set the socket receive buffer to this many bytes, adjusting the window size. .El |