Hello,
thanks for your help :)
so seems your quota is working !!!! What are you using as your Local
Delivery Agent (LDA) ?? Is it dovecot LDA ? Is it some MTA LDA, like
Postfix ?
Maybe quota is not working on your LDA ... not on IMAP4/POP3.
i switched from procmail to deliver
in my postfix main.cf is:
mailbox_command = /usr/libexec/dovecot/deliver
in dovecot.conf:
protocol lda {
postmaster_address = postmas...@example.com
sendmail_path = /usr/sbin/sendmail
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = quota
}
the configured socket is listening:
srwxrwxrwx 1 nobody root 0 2010-02-16 14:53 /var/run/dovecot/auth-master
"deliver" is delivering the mail. here a log-line:
Feb 16 14:53:49 myhostname deliver(m01204c5):
msgid=<26d0a508ef3641ee9f79dcec88775...@me.local>: saved mail to INBOX
There are no errors etc. logged. but quota ist still working only when
logged in into mailaccounts but not on incoming mails.
If there would be some errors i could do anything but there is nothing
special in the logs...
Thanks,
Andre