comparison example.conf @ 108:d38b77d1e6c8

Update example configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Nov 2009 14:42:38 +0200
parents 1cbefe9c26c1
children
comparison
equal deleted inserted replaced
107:3894755d78df 108:d38b77d1e6c8
8 ############################################################################# 8 #############################################################################
9 ## Verbosity level (0 = quiet, bigger values add noise. valid range 0 - 4) 9 ## Verbosity level (0 = quiet, bigger values add noise. valid range 0 - 4)
10 VERBOSITY = 3 10 VERBOSITY = 3
11 11
12 ## Dry-run: 1 = disables daemonization/forking to background, disables 12 ## Dry-run: 1 = disables daemonization/forking to background, disables
13 ## modification of netfilter via iptables, printing the iptables commands 13 ## modification of netfilter via iptables, disables DroneBL submissions.
14 ## to stdout instead and DroneBL submissions will be disabled.
15 ## NOTICE! IF YOU DON'T CHANGE THIS TO 0, MALTFILTER WILL NOT DAEMONIZE! 14 ## NOTICE! IF YOU DON'T CHANGE THIS TO 0, MALTFILTER WILL NOT DAEMONIZE!
16 DRY_RUN = 1 15 DRY_RUN = 1
17 16
18 ## Maltfilter logfile path and name (set empty "" if you don't want logging) 17 ## Maltfilter logfile path and name (set empty "" if you don't want logging)
19 LOGFILE = "/var/log/maltfilter" 18 LOGFILE = "/var/log/maltfilter"
40 ## is checked to figure out system account names. See also SYSACCT_* 39 ## is checked to figure out system account names. See also SYSACCT_*
41 ## settings below. 40 ## settings below.
42 #PASSWD = "/etc/passwd" 41 #PASSWD = "/etc/passwd"
43 42
44 ## Set range of system account UIDs here, default is 1-999. 43 ## Set range of system account UIDs here, default is 1-999.
45 ## Root account is handled by CHK_ROOT_SSH_PWD check. 44 ## Root (UID 0) account is handled by CHK_ROOT_SSH_PWD check.
46 #SYSACCT_MIN_UID = 1 45 #SYSACCT_MIN_UID = 1
47 #SYSACCT_MAX_UID = 999 46 #SYSACCT_MAX_UID = 999
48 47
49 48
50 ############################################################################# 49 #############################################################################
216 ## RPC2 submission URI, usually you do not need to change this. 215 ## RPC2 submission URI, usually you do not need to change this.
217 #DRONEBL_RPC_URI = "http://dronebl.org/RPC2" 216 #DRONEBL_RPC_URI = "http://dronebl.org/RPC2"
218 217
219 ## Number of errors are tolerated in submission / HTTP connection 218 ## Number of errors are tolerated in submission / HTTP connection
220 ## before submissions are suspended? 219 ## before submissions are suspended?
221 #DRONEBL_MAX_ERRORS = 5 220 #DRONEBL_MAX_ERRORS = 2
222 221
223 ## Number of Maltfilter maintenance "rounds" to suspend submissions for. 222 ## Number of Maltfilter maintenance "rounds" to suspend submissions for.
224 ## Currently maintenances happen approximately every 60 seconds. 223 ## Currently maintenances happen approximately every 60 seconds.
225 ## Thus value of 10 would mean suspending for about 10 minutes. 224 ## Thus value of 10 would mean suspending for about 10 minutes.
226 ## (the times are not exact, because maintenances include operations 225 ## (the times are not exact, because maintenances include operations