.TH BLD.CONF "5" "October 2004" .SH NAME bld.conf - Configuration file for BLD .SH DESCRIPTION \fIbld.conf\fR consists of lines used to set various configuration options for \fBbld\fR. The lines are processed in order of appearance. Options set via \fBbld.conf\fR are overriden by \fBbld\fR command line options. If two lines assign different values to the same variables, the last is used. Blank lines and lines beginning with a `#' are ignored. .PP \fIbld.conf\fR lines have the following format: .sp .ti +3 variable = value .PP \fIvariable\fR can be on of the following: .IP \(bu daemon: (0 or 1) fork to background or not. .IP \(bu address: IP address to bind to. .IP \(bu port: port to listen to. .IP \(bu min_interval: minimum time interval before blacklisting. .IP \(bu max_submissions: maximum submissions in time interval. .IP \(bu ip_list_size: IP list size. .IP \(bu blacklist_size: blacklist size. .IP \(bu blacklist_expiration: blacklist expiration (seconds). .IP \(bu log_level: log level. .IP \(bu user: user to run as. .IP \(bu group: group to run as. .IP \(bu client_timeout: client idle timeout before closing connection (seconds). .IP \(bu iplist_dump: file to dump IP list to. .IP \(bu blacklist_dump: file to dump blacklist to. .IP \(bu pid_filename: PID filename. .IP \(bu acl_filename: ACL filename. .IP \(bu whitelist_filename: whitelist filename. .IP \(bu notifies_to: comma separated hosts (`hostname' or `hostname:port') to notify when a new address is inserted into the blacklist .SH NOTES .PP You need to completely restart \fBbld\fR after any modification of this file. .SH FILES .PP /etc/bld/bld.conf .SH SEE ALSO .PP bld(8) bld_acl.conf(5) bld_whitelist.conf(5) .SH AUTHOR Olivier Beyssac