On 03/29/2016 02:57 PM, Dennis Isaías Cervantes Nuñez wrote:
> Thank you for your response
>
> I set the acl in this line
> acl_not_smtp = acl_check_limit
>
> with this definition
> 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 = acl_c_msg_limit / 1h / strict / $authenticated_id
Perhaps:
ratelimit = $acl_c_msg_limit / 1h / strict / $authenticated_id