|
|
@@ -65,9 +65,9 @@ begin acl
|
|
|
# Limit per user for PHP scripts
|
|
|
acl_not_smtp:
|
|
|
deny message = Website of user $authenticated_id is sending too many emails - rate overlimit = $sender_rate / $sender_rate_period
|
|
|
- ratelimit = 100 / 1h / $authenticated_id
|
|
|
+ ratelimit = 200 / 1h / $authenticated_id
|
|
|
|
|
|
- warn ratelimit = 0 / 1h / strict / $authenticated_id
|
|
|
+ warn ratelimit = 100 / 1h / strict / $authenticated_id
|
|
|
log_message = Sender rate [limitlog]: log / account / $authenticated_id / $sender_rate / $sender_rate_period
|
|
|
|
|
|
accept
|
|
|
@@ -107,7 +107,7 @@ acl_check_rcpt:
|
|
|
deny message = Email account $authenticated_id is sending too many emails - rate overlimit = $sender_rate / $sender_rate_period
|
|
|
ratelimit = 200 / 1h / $authenticated_id
|
|
|
|
|
|
- warn ratelimit = 0 / 1h / strict / $authenticated_id
|
|
|
+ warn ratelimit = 100 / 1h / strict / $authenticated_id
|
|
|
log_message = Sender rate [limitlog]: log / email / $authenticated_id / $sender_rate / $sender_rate_period
|
|
|
|
|
|
deny message = Restricted characters in address
|