- Ralf Hildebrandt <r@sys4.de> 2013.04.12 15:40:
[...] Apr 12 09:22:04 spectre postfix/smtpd[18355]: warning: access table inet:127.0.0.1:10027 entry has empty value [...]
Try testing it manually, like this:
# telnet localhost 12340 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. request=smtpd_access_policy sender=sentto-19572345-3526-1365773584-mateusz.xxxxx=charite.de@returns.groups.yahoo.com recipient=mateusz.xxxxx@charite.de size=100
action=552 5.2.2 Quota exceeded (mailbox for user is full)
That seems to work. Created local over usage and can query that:
$ doveadm quota get -u tlx@leuxner.net Quota name Type Value Limit % user STORAGE 317790 204800 155 user MESSAGE 5181
$ telnet localhost 10027 Trying ::1... Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. request=smtpd_access_policy sender=noreply@example.org recipient=tlx@leuxner.net size=100
action=552 5.2.2 Quota exceeded (mailbox for user is full)
Still when I point Postfix to use it, it creates the error above and the strange config socket issue in Dovecot:
Apr 12 09:46:30 spectre dovecot: quota-status(tlx@leuxner.net): Error: user tlx@leuxner.net: Error reading configuration: net_connect_unix(/var/run/dovecot/config) failed: Permission denied