surgemail-list netwinsite.com wrote:
> I need to know how can I set the send usage to be
recorded in MySQL because
> I need to block send per day / limited to a fixed
amount. I don't know where surgemail
> record the data displayed in reports.
>
I'm sorry there is no setting to set this in the authent
module.
But you can define a limit for a group and then assign users
to
appropriate groups to limit how much they can send:
g_user_send_max group="staff"
max="10000"
g_user_send_max group="students"
max="100"
ChrisP.
|