# HG changeset patch # User Matti Hamalainen # Date 1258029758 -7200 # Node ID d38b77d1e6c83a548e4be0a2e0d34ed931a551fc # Parent 3894755d78df61be1812c623dec666c4b4b45afd Update example configuration. diff -r 3894755d78df -r d38b77d1e6c8 example.conf --- 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.