notification to user(maybe site admin) of email near quota

empowering

Verified User
Joined
Aug 2, 2005
Messages
167
Location
New York
Have a method to notify (via an Email notice of course) the email user they are approaching their email quota if it is set in the control panel.

Say at 80%. The email address in the control panel should be the sender of the notice.
 
I believe exim can already do that.

In the /etc/exim.conf virtual_localdelivery section, add:

quota_warn_threshold = 80%

You can also add "quota_warn_message" to customize the message if you want to change it (google or exim.org for details)

John
 
Back
Top