-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconsume-mail.ini
101 lines (86 loc) · 4.07 KB
/
consume-mail.ini
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[Sink]
# Settings for the statistical model of the Bouncy Sink "accepted" traffic portion
# i.e. that traffic which is initially 250OK'd and which may cause
# - Open
# - Click (on all links present in mail html part)
# - A repeat click
# - A repeat open
# - FBL report
# OR
# - OOB report (mails getting this response will not also be opened / clicked / FBLd)
#
# All stats are configured as a Percentage of 100%
OOB_percent = 0.5
FBL_percent = 0.01
Open_percent = 55
Open_Again_percent = 10
Click_percent = 15
Click_Again_percent = 3
# Set the amount that's already handled outside this process (e.g. PMTA blackhole)
Upstream_Handled = 50
# Application logfile base name (rotated files will be xx.1, .2, .3 etc)
Logfile = ./consume-mail.log
# Specify how many logfiles are kept (one per day)
Logfile_backup_count = 7
# set to a sensible number for your server type
Max_Threads = 32
# Max_Threads = 4
# allowlisted tracking domains (skips check that origin server is SparkPost) - comma-separated, whitespace stripped
Tracking_Domains_Allowlist = track.simonmail.simondata.com,thetucks.com
# Timeouts (seconds). Should not need to change these
Open_Click_Timeout = 10
Gather_Timeout = 60
#Realistic User Agents file
User_Agents_File = ./user-agents.csv
#Set this to move .msg files into a 'done' folder rather than deleting them
# 2021-02-02: Checks for header
# X-Bouncy-Sink: Store-Done
# local debug:
# Done_Msg_File_Dest = ./done
#PMTA server:
Done_Msg_File_Dest = /var/spool/mail/inbound/done
# SparkPost Signals To: address localpart prefix
Signals_Traffic_Prefix = test
# Which days of the month (1-31) traffic matching this prefix will be opened (depending on final localpart digit)
# 0 = never engage
# Purpose: ensure we have a spread of users for the engagement recency cohorts
#
# SMT 2019-08-23 enable more opens, as health score is remaining low
# The open rate is capped at 1.0 without a few more marked as openable below
#
Digit0_days = 0
Digit1_days = 1,2,3,4,5,6,7, 15,16,17,18,19,20,21, 29,30,31
Digit2_days = 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
Digit3_days = 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
Digit4_days = 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
Digit5_days = 3,18
Digit6_days = 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
Digit7_days = 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
Digit8_days = 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
Digit9_days = 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
# Purpose of the n-weekly cycle values:
# cause regular fluctuation in Health Score, like an ISP Deliverability incident
# Bounce rate varies per day, on a n-week cycle
# [0]=Mon, ... Make a specific days worse / better than the others. Really hit even-week Tuesdays hard
# weeks: even odd
Weekly_Cycle_Bounce_Rate = 4,40,40,2,4,4,4,4,4,4,4,4,4,4
# Engagement rate factor also varies per day, on a n-week cycle (<1 = less engagement)
# weeks: even odd
Weekly_Cycle_Open_Rate = 1,0.1,0.1,0.2,1,1,1,1,0.5,0.7,1,1,1,1
# weeks: even odd
Weekly_Cycle_Suppressions_Purge = 0,0,0,0,0,0,0,0,0,0,0,0,1,0
#
# allowlisted Return Path domains, and the FBL address they map to
#
[RP_MX_domain_allowlist]
smtp.sparkpostmail.com = fbl@sparkpostmail.com
smtp.eu.sparkpostmail.com = fbl@eu.sparkpostmail.com
pmta.signalsdemo.trymsys.net = fbl@fbl.pmta.signalsdemo.trymsys.net
momo.signalsdemo.trymsys.net = fbl@fbl.momo.signalsdemo.trymsys.net
mailin-devm001.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm002.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm003.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm004.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm005.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm006.ngpweb.com = fbl@bouncedev.myngp.com
mailin-devm007.ngpweb.com = fbl@bouncedev.myngp.com