Need some guidance here.
I am setting up a Postfix mailserve with Squirrellmail. We have a MySQL database on the backend to manage the accounts. I am going to automate the new email account registration process from a signup form on a website. There are different levels of subscription and I need to set limits on the level of service we provide them based on the subscription the users sign up with.
My question is this; How do I set outgoing message limits. I am not talking about the size of the messages I am talking about the message counts themselves. For example, If I wanted to limit a subscriber to be allowed to send out no more than 5 email messages per day then how can I accomplish this?
I am setting up a Postfix mailserve with Squirrellmail. We have a MySQL database on the backend to manage the accounts. I am going to automate the new email account registration process from a signup form on a website. There are different levels of subscription and I need to set limits on the level of service we provide them based on the subscription the users sign up with.
My question is this; How do I set outgoing message limits. I am not talking about the size of the messages I am talking about the message counts themselves. For example, If I wanted to limit a subscriber to be allowed to send out no more than 5 email messages per day then how can I accomplish this?