On 2009-03-26, Xn Nooby <xno...@gmail.com> wrote: > I am trying the Dovecot quota's again, but it does not seem to prevent > the user from receiving emails. I set the limit to 10MB, and was able > to receive more than 12MB in emails. I restarted dovecot after making > the changes below. Is there something else I need to do? > > nano -w /etc/dovecot.conf > > protocol imap { > ... > mail_plugins = quota imap_quota > ... > }
You'll need quota-support in your postfix delivery agent. We have postfix deliver mail using dovecot's "deliver", and has it configured similarly to your imap-config in the dovecot.conf: protocol lda { postmaster_address = mailer-dae...@mydomain.com mail_plugins = quota auth_socket_path = /var/run/dovecot/auth-master sendmail_path = /usr/sbin/sendmail } Instructions for configuring postfix with dovecot-deliver: http://wiki.dovecot.org/LDA/Postfix -jf _______________________________________________ rhelv5-list mailing list rhelv5-list@redhat.com https://www.redhat.com/mailman/listinfo/rhelv5-list