Problem
We receive no quota warning anymore
Environment
UCS-4.4-8
OX-App-Suite installed
Solution
check syslog:
root@mailUCS:~ # zgrep 'Permission denied' /var/log/syslog
/var/log/syslog.2.gz:Jan 7 13:18:38 srvmail dovecot: quota-warning: Error: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/90-acl.conf line 0: Couldn't open include file /etc/dovecot/conf.d/30-ox-push-notifications.conf: Permission denied
Check file permission of /etc/dovecot/conf.d/30-ox-push-notifications.conf
root@mailUCS:~ # ls -lsa /etc/dovecot/conf.d/30-ox-push-notifications.conf
4 -rw-r----- 1 root dovecot 853 Dez 20 09:56 30-ox-push-notifications.conf
The file must be owned by the group dovemail. Correct the file ownership:
root@mailUCS:~ # chown :dovemail /etc/dovecot/conf.d/30-ox-push-notifications.conf