Exim Ratelimit Problem
Posted: Fri Jul 13, 2018 8:41 am
Hi Guys! I've a big problem with rate limiting of exim, I followed a tutorial here in the forum but it's seems doesn't happen anything.
Here my exim config with acl_not_smtp rules, I put only this interesting line:
######################################################################
# #
# Exim configuration file for Vesta Control Panel #
# #
######################################################################
acl_not_smtp = acl_not_smtp
######################################################################
# ACL CONFIGURATION #
# Specifies access control lists for incoming SMTP mail #
######################################################################
begin acl
acl_not_smtp:
deny message = Sender rate overlimit - $sender_rate / $sender_rate_period
ratelimit = 50 / 1h / leaky
accept
I use also Sendgrid for Mail delivery
I rate limited the email to 50 mail per hour. I don't know where is the mistake. Hope can help me.
Andrea
Here my exim config with acl_not_smtp rules, I put only this interesting line:
######################################################################
# #
# Exim configuration file for Vesta Control Panel #
# #
######################################################################
acl_not_smtp = acl_not_smtp
######################################################################
# ACL CONFIGURATION #
# Specifies access control lists for incoming SMTP mail #
######################################################################
begin acl
acl_not_smtp:
deny message = Sender rate overlimit - $sender_rate / $sender_rate_period
ratelimit = 50 / 1h / leaky
accept
I use also Sendgrid for Mail delivery
I rate limited the email to 50 mail per hour. I don't know where is the mistake. Hope can help me.
Andrea