I have 40 email accounts on 1 domain, many users save emails on server (via email program settings - they like to go home after work and use the webmail..). Qouta is not configured, using traditional MBox, Email-MB is set to 40Mb, perferct setup FC4. I'd like for ISPConfig to send a message to email users that warns them that their email box is near full, is there a way to do this? Thanks for any input, Robert
You can try o write a script that compares the size of the mbox files with the quota settings in the isp_isp_user table and send an email when the size exceeds a certain treshold, e.g. when the mbox is filled up 80%.