Skip to content

Commit f4ef8be

Browse files
committed
Fix missing exim4 configuration block.
1 parent 3dde921 commit f4ef8be

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

install/ubuntu/14.04/exim/exim4.conf.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ acl_check_mail:
101101
acl_check_rcpt:
102102
accept hosts = :
103103

104+
deny message = Email account is sending too much emails [limitlog]: deny / email / $authenticated_id / $sender_rate / $sender_rate_period
105+
ratelimit = 40 / 1h / $authenticated_id
106+
107+
warn ratelimit = 0 / 1h / strict / $authenticated_id
108+
log_message = Sender rate [limitlog]: log / email / $authenticated_id / $sender_rate / $sender_rate_period
109+
104110
deny message = Restricted characters in address
105111
domains = +local_domains
106112
local_parts = ^[.] : ^.*[@%!/|]

install/ubuntu/16.04/exim/exim4.conf.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ acl_check_mail:
101101
acl_check_rcpt:
102102
accept hosts = :
103103

104+
deny message = Email account is sending too much emails [limitlog]: deny / email / $authenticated_id / $sender_rate / $sender_rate_period
105+
ratelimit = 40 / 1h / $authenticated_id
106+
107+
warn ratelimit = 0 / 1h / strict / $authenticated_id
108+
log_message = Sender rate [limitlog]: log / email / $authenticated_id / $sender_rate / $sender_rate_period
109+
104110
deny message = Restricted characters in address
105111
domains = +local_domains
106112
local_parts = ^[.] : ^.*[@%!/|]

install/ubuntu/18.04/exim/exim4.conf.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ acl_check_mail:
101101
acl_check_rcpt:
102102
accept hosts = :
103103

104+
deny message = Email account is sending too much emails [limitlog]: deny / email / $authenticated_id / $sender_rate / $sender_rate_period
105+
ratelimit = 40 / 1h / $authenticated_id
106+
107+
warn ratelimit = 0 / 1h / strict / $authenticated_id
108+
log_message = Sender rate [limitlog]: log / email / $authenticated_id / $sender_rate / $sender_rate_period
109+
104110
deny message = Restricted characters in address
105111
domains = +local_domains
106112
local_parts = ^[.] : ^.*[@%!/|]

0 commit comments

Comments
 (0)