mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
mox!
This commit is contained in:
11
testdata/smtp/dmarcreport/domains.conf
vendored
Normal file
11
testdata/smtp/dmarcreport/domains.conf
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
Domains:
|
||||
mox.example:
|
||||
DMARC:
|
||||
Account: mjl
|
||||
Localpart: mjl
|
||||
Mailbox: DMARC
|
||||
Accounts:
|
||||
mjl:
|
||||
Domain: mox.example
|
||||
Destinations:
|
||||
mjl: nil
|
8
testdata/smtp/dmarcreport/mox.conf
vendored
Normal file
8
testdata/smtp/dmarcreport/mox.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
DataDir: ../data
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
Account: mjl
|
||||
Mailbox: postmaster
|
||||
Listeners:
|
||||
local: nil
|
15
testdata/smtp/domains.conf
vendored
Normal file
15
testdata/smtp/domains.conf
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
Domains:
|
||||
mox.example: nil
|
||||
Accounts:
|
||||
mjl:
|
||||
Domain: mox.example
|
||||
Destinations:
|
||||
mjl: nil
|
||||
JunkFilter:
|
||||
Threshold: 0.9
|
||||
Params:
|
||||
Onegrams: true
|
||||
MaxPower: 0.01
|
||||
TopWords: 10
|
||||
IgnoreWords: 0.1
|
||||
RareWords: 2
|
36
testdata/smtp/junk/domains.conf
vendored
Normal file
36
testdata/smtp/junk/domains.conf
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
Domains:
|
||||
mox.example: nil
|
||||
Accounts:
|
||||
mjl:
|
||||
Domain: mox.example
|
||||
Destinations:
|
||||
mjl: nil
|
||||
RejectsMailbox: Rejects
|
||||
JunkFilter:
|
||||
# Spamminess score between 0 and 1 above which emails are rejected as spam. E.g.
|
||||
# 0.95.
|
||||
Threshold: 0.95
|
||||
Params:
|
||||
# Track ham/spam ranking for single words. (optional)
|
||||
Onegrams: false
|
||||
|
||||
# Track ham/spam ranking for each two consecutive words. (optional)
|
||||
Twograms: true
|
||||
|
||||
# Track ham/spam ranking for each three consecutive words. (optional)
|
||||
Threegrams: false
|
||||
|
||||
# Maximum power a word (combination) can have. If spaminess is 0.99, and max power
|
||||
# is 0.1, spaminess of the word will be set to 0.9. Similar for ham words.
|
||||
MaxPower: 0.1
|
||||
|
||||
# Number of most spammy/hammy to use for calculating probability. E.g. 10.
|
||||
TopWords: 10
|
||||
|
||||
# Ignore words that are this much away from 0.5 haminess/spaminess. E.g. 0.1,
|
||||
# causing word (combinations) of 0.4 to 0.6 to be ignored. (optional)
|
||||
IgnoreWords: 0.1
|
||||
|
||||
# Occurrences in word database until a word is considered rare and its influence
|
||||
# in calculating probability reduced. E.g. 1 or 2. (optional)
|
||||
RareWords: 0
|
8
testdata/smtp/junk/mox.conf
vendored
Normal file
8
testdata/smtp/junk/mox.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
DataDir: ../data
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
Account: mjl
|
||||
Mailbox: postmaster
|
||||
Listeners:
|
||||
local: nil
|
8
testdata/smtp/mox.conf
vendored
Normal file
8
testdata/smtp/mox.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
DataDir: data
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
Account: mjl
|
||||
Mailbox: postmaster
|
||||
Listeners:
|
||||
local: nil
|
11
testdata/smtp/tlsrpt/domains.conf
vendored
Normal file
11
testdata/smtp/tlsrpt/domains.conf
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
Domains:
|
||||
mox.example:
|
||||
TLSRPT:
|
||||
Account: mjl
|
||||
Localpart: mjl
|
||||
Mailbox: TLSRPT
|
||||
Accounts:
|
||||
mjl:
|
||||
Domain: mox.example
|
||||
Destinations:
|
||||
mjl: nil
|
8
testdata/smtp/tlsrpt/mox.conf
vendored
Normal file
8
testdata/smtp/tlsrpt/mox.conf
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
DataDir: ../data
|
||||
LogLevel: trace
|
||||
Hostname: mox.example
|
||||
Postmaster:
|
||||
Account: mjl
|
||||
Mailbox: postmaster
|
||||
Listeners:
|
||||
local: nil
|
Reference in New Issue
Block a user