Hi all,
I have implemented a mail system with postfix and dovecot as LDA.
Users who have exceeded their quota when receiving messages dont'see the message bounced. I see this error in maillog: dsn=4.3.0, status=deferred (temporary failure)
This is my configuration:
protocol imap { mail_plugins = quota imap_quota login_executable = /usr/local/libexec/dovecot/imap-login mail_executable = /usr/local/libexec/dovecot/imap }
protocol pop3 { mail_plugins = quota login_executable = /usr/local/libexec/dovecot/pop3-login mail_executable = /usr/local/libexec/dovecot/pop3 }
plugin { quota = maildir:storage=10240 }
protocol lda { mail_plugins = quota postmaster_address = postmaster@mydomain.com auth_socket_path = /var/run/dovecot/auth-master }
Thanks very much.
Davide.
Hello!
I have implemented a mail system with postfix and dovecot as LDA.
Users who have exceeded their quota when receiving messages dont'see the message bounced. I see this error in maillog: dsn=4.3.0, status=deferred (temporary failure)
I had the same problem. For me the problem was solved by doing what the dovecot wiki told me to do in the first place: Make shure that you comment out the "mail_debug" directive in /etc/dovecot/dovecot.conf. Only setting this to "no" does not do the job.
See: http://wiki.dovecot.org/LDA/Postfix
Geetings,
Frank
Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin & Hobbes)
Hi Frank!
Solved the problem with these settings in dovecot.conf:
protocol lda { mail_plugins = quota postmaster_address = postmaster@mydomain.com hostname = mail.mydomain.com sendmail_path = /usr/sbin/sendmail auth_socket_path = /var/run/dovecot/auth-master }
Davide.
On Sun, Jul 13, 2008 at 6:25 PM, Frank frank@rheinstrasse.net wrote:
Hello!
I have implemented a mail system with postfix and dovecot as LDA.
Users who have exceeded their quota when receiving messages dont'see the message bounced. I see this error in maillog: dsn=4.3.0, status=deferred (temporary failure)
I had the same problem. For me the problem was solved by doing what the dovecot wiki told me to do in the first place: Make shure that you comment out the "mail_debug" directive in /etc/dovecot/dovecot.conf. Only setting this to "no" does not do the job.
See: http://wiki.dovecot.org/LDA/Postfix
Geetings,
Frank
Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin & Hobbes)
participants (2)
-
Davide Pasquale
-
Frank