Issue:
Need to verify Postfix quota's but they are not reported by the "quota" disk command just by entering the command and name. Postfix admin is not configured on the server.
Diagnosis:
Verify if a user is over quota using the /var/log/mail.error file.
You should see something similar to:
servername imapd Failed to create cache file: maildir_lock (user id)
servername imapd Error: Disk quota exceeded.
Solution / Workaround:
The /etc/cron.daily/quota script runs daily. It's output typically copies the local admin user. Use that to forward mail to an admin account to check.
previous page
|