changeset 108:d38b77d1e6c8

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Nov 2009 14:42:38 +0200
parents 3894755d78df
children 4c394e57387d
files example.conf
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/example.conf	Thu Sep 10 21:50:17 2009 +0300
+++ b/example.conf	Thu Nov 12 14:42:38 2009 +0200
@@ -10,8 +10,7 @@
 VERBOSITY = 3
 
 ## Dry-run: 1 = disables daemonization/forking to background, disables
-## modification of netfilter via iptables, printing the iptables commands
-## to stdout instead and DroneBL submissions will be disabled.
+## modification of netfilter via iptables, disables DroneBL submissions.
 ## NOTICE! IF YOU DON'T CHANGE THIS TO 0, MALTFILTER WILL NOT DAEMONIZE!
 DRY_RUN = 1
 
@@ -42,7 +41,7 @@
 #PASSWD = "/etc/passwd"
 
 ## Set range of system account UIDs here, default is 1-999.
-## Root account is handled by CHK_ROOT_SSH_PWD check.
+## Root (UID 0) account is handled by CHK_ROOT_SSH_PWD check.
 #SYSACCT_MIN_UID     = 1
 #SYSACCT_MAX_UID     = 999
 
@@ -218,7 +217,7 @@
 
 ## Number of errors are tolerated in submission / HTTP connection
 ## before submissions are suspended?
-#DRONEBL_MAX_ERRORS   = 5
+#DRONEBL_MAX_ERRORS   = 2
 
 ## Number of Maltfilter maintenance "rounds" to suspend submissions for.
 ## Currently maintenances happen approximately every 60 seconds.