# # Configuration file for mailblockd. # # See mailblockd.conf(5) for details. Note that the trailing "/" is important # in directory path settings. # # Service settings host = "localhost" port = "925" password = "secret" # Minimum/maximum accepted score per packet min-score = -300.0 max-score = +300.0 # Initiate expiration process when number of entries reach this count. On # a 32-bit system, each entry would use between 57 and 81 bytes. #max-entries = 50000 max-entries = 40 # Number of (oldest) entries to remove in one expiration pass. expire-entries = 100 # Daemon-related files home = "/var/db/mailblockd/" pid-file = "/var/run/mailblockd.pid" log-file = "/var/log/mailblockd" # Database of hosts allowed to connect hosts-file = "/var/db/mailblockd/hosts" # Location of score database scores-file = "/var/db/mailblockd/scores"