Hello excuse my bad language but use a translator because I'm Latino
we have a exim mail server, where we implemented an ACL to limit shipments
of users and thus avoid SPAM, but this does not work :(
I copy the ACL as this refers to a text file where are defined the limit of
each user, whether they can help or know another method, my idea is that I
want setear for example a user can only send 10 messages per day and another
allowing unlimited
Thaks for your responses
#--ACL AGREGADA PARA CONTROL DE USUARIOS EN LIMITE DE ENVIOS DIARIOS
acl_check_limit:
deny authenticated = *
message = Lo sentimos, ha agotado el número permitido de envíos diarios
set
acl_c_msg_limit=${lookup{$sender_address}nwildlsearch{/etc/exim/send_limits}
{yes}}
ratelimit = 1000 / 1h / strict / $authenticated_id
example of the file send_limits
<mailto:[email protected]>
[email protected]: 20
<mailto:[email protected]> [email protected]: 200
<mailto:[email protected]> [email protected]: 200
--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/