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



-- 
## 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/

Reply via email to