-
Notifications
You must be signed in to change notification settings - Fork 10
/
imap.conf-default
87 lines (74 loc) · 2.17 KB
/
imap.conf-default
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
; IMAP conf file for RBL Manager
; used by getIP listing facility
[imap]
mailhost = imap.example.com
authuser = admin
authpassword = password
account = [email protected]
folder[spam] = INBOX/SpamCollected
folder[ham] = INBOX/HamCollected
oldestday = 1
[msa]
;Regular expression which identify your Learning MSA hostnames
msalearn = '/^msa\d{2}\.example\.com$/'
; YOUR MX hostnames
[mx_hostname]
mx[] = mx1.example.com
mx[] = mx2.example.com
[listingip]
forcewhite = FALSE
; In MySQL Language. See at config.php for list names
quantity[spam] = 5
unit[spam] = DAY
list[spam] = 'Spam IP'
; Thresholds
; read at least <ip> ip learned by <uid> different uids
threshold[spam] = 10
thresholduid[spam] = 6
onlyReport[spam] = TRUE
quantity[ham] = 1
unit[ham] = WEEK
list[ham] = 'White IP'
;Thresholds
threshold[ham] = 6
thresholduid[ham] = 3
onlyReport[ham] = TRUE
[listingdom]
forcewhite = FALSE
; In MySQL Language. See at config.php for list names
quantity[spam] = 5
unit[spam] = DAY
list[spam] = 'Spam Domain'
; Thresholds
; read at least <dom> domain learned by <uid> different uids
threshold[spam] = 10
thresholduid[spam] = 6
onlyReport[spam] = TRUE
quantity[ham] = 1
unit[ham] = WEEK
list[ham] = 'White Domain'
;Thresholds
threshold[ham] = 6
thresholduid[ham] = 3
onlyReport[ham] = TRUE
exclude[] = w3.org
exclude[] = googleapis.com
[report]
reportFile[spam] = report/learnspamip-{date}.html
reportFile[ham] = report/learnhamip-{date}.html
reportDomFile[spam] = report/learnspamdomain-{date}.html
reportDomFile[ham] = report/learnhamdomain-{date}.html
badreportFile[spam] = report/badspamlearn-{date}.html
badreportFile[ham] = report/badhamlearn-{date}.html
reportTemplateHeader = templateH.html
reportTemplateFooter = templateF.html
[syslog]
tag = learner
user = 'UC Learner'
[SplunkSDK]
splpath = '/var/www/html/include/splunk-sdk-php-1.0.1/'
splunkConn[host] = splunk.example.com
splunkConn[port] = 8089
splunkConn[username] = admin
splunkConn[password] = password
splunkConn[scheme] = https