-
Notifications
You must be signed in to change notification settings - Fork 7
/
bley.conf.example
69 lines (56 loc) · 1.9 KB
/
bley.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[bley]
# On which IP and port should the daemon listen?
#listen_addr = 127.0.0.1
#listen_port = 1337
# Where to save the PID file?
#pid_file = bley.pid
# Where to save the log file?
#log_file = bley.log
#reject_msg = greylisted, try again later
# Which database to use? [pgsql|mysql|sqlite3]
# note: for sqlite3, just set dbname to the path to the database
#dbtype = sqlite3
#dbhost = localhost
#dbuser = bley
#dbpass = bley
#dbname = bley.db
#dbpath =
#dbport = 5432
# Static whitelist files
#whitelist_recipients_file = ./whitelist_recipients
#whitelist_clients_file = ./whitelist_clients
# Which DNSBLs and DNSWLs to use?
#dnsbls = ix.dnsbl.manitu.net
#dnswls = list.dnswl.org
# Whitelist after dnswl_threshold hits.
#dnswl_threshold = 1
# Greylist after dnsbl_threshold hits.
#dnsbl_threshold = 1
# Greylist after rfc_threshold hits in the RFC checks.
#rfc_threshold = 2
# Wait greylist_period minutes before accepting greyed sender.
#greylist_period = 29
# Max wait greylist_max minutes before accepting greyed sender.
# (Accept all senders after 12h.)
#greylist_max = 720
# Add greylist_penalty minutes for every connection before greylist_period.
#greylist_penalty= 10
# Purge good entries from the database after purge_days inactivities.
#purge_days = 40
# Purge bad entries from the database after purge_bad_days inactivities.
#purge_bad_days = 10
# Use SPF?
#use_spf = 1
#use_spf_guess = 0
# Use Exim workaround (close the socket after an action has been sent)?
#exim_workaround = 0
# How long should the cache entries be valid (in minutes)?
#cache_valid = 60
# Insert a header when a message was delayed
# you can use %(delta)s for the time in seconds,
# %(version)s for the bley version,
# %(hostname)s for the hostname of the machine we are running on
# and %(date) for the current date
#greylist_header = X-Greylist: delayed %(delta)s seconds by bley-%(version)s at %(hostname)s; %(date)s
[bleygraph]
#destdir = stats