Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
aa6fc87e
Commit
aa6fc87e
authored
Oct 31, 2019
by
Phillip Smith (fukawi2)
Browse files
postfwd; adjust limits for authenticated users
parent
81312dac
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfwd/templates/postfwd.cf.j2
View file @
aa6fc87e
...
...
@@ -9,11 +9,11 @@
sasl_username=devnull;
};
# lower rate limit for certain users
# lower rate limit for certain users
(360/3600 == average 1 email every 10 seconds)
id=SaslWhitelist;
protocol_state==END-OF-MESSAGE;
&&SASL_WHITELIST;
action=rcpt(sasl_username/3
0
0/
108
00/REJECT You can only send to 3
0
0 recipients per
3
h per user)
action=rcpt(sasl_username/3
6
0/
36
00/REJECT You can only send to 3
6
0 recipients per
1
h per user)
id=SaslWhitelist2;
protocol_state==END-OF-MESSAGE;
&&SASL_WHITELIST;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment