[Dovecot] Ignoring the quota by the LDA?
Is it possible to configure dovecot in a manner that only the imap
process respects the quota, and the local delivery ignores completely
the quota? I think it should happen if I don't activate the quota
plugin in the lda section but only in the imap section.
protocol lda { ... # mail_plugins = ... }
protocol imap { ... mail_plugins = quota imap_quota ... }
Will it work or will it result in a big mess? I've the aim that a mail
will never be rejected because the recipient is over his/her quota.
Regards, Holger
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Fri, 30 Apr 2010, Holger Richter wrote:
think it should happen if I don't activate the quota plugin in the lda section but only in the imap section.
I've the aim that a mail will never be rejected because the recipient is over his/her quota.
It should work as long as you have enough disk space and no filesystem quota.
Regards,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBS9rE+r+Vh58GPL/cAQKuQwgAyCm6so3peCaf8sm+ewGMyv6mRfGkVQFW 43KpWPdFhIFHkvdYeTn7sJmg5Vu+3vFy65pdE3PVVDXJu1EuL4usse6tNzbC/syo YM9TpcxJhicb/ED6fG4O1eKTXru0ethTLqMNp+B11nVx3kKisE+zJeIWO/m7FC5I kf9wMWJD5fqBchfa1JsloLPf/apssOpgMpK+Htj5CTF1ZSa2dmIvNvV3GcmMhEj9 F2C0NqKbTHSh30lF6AVsipNODj4Ak0phxnHvVF1/u5L/Vc5jPrh+FsE1iYUzh6p4 eya1uFb/Oh4y53RZ3Z96b5q1naiatkQsI0VjuOUSyPkHJALHlPbOkg== =kbDK -----END PGP SIGNATURE-----
On Fri, 2010-04-30 at 12:54 +0200, Holger Richter wrote:
Is it possible to configure dovecot in a manner that only the imap
process respects the quota, and the local delivery ignores completely
the quota? I think it should happen if I don't activate the quota
plugin in the lda section but only in the imap section.
Better to override quota setting in protocol lda {} by adding :noenforcing to it.
Is it possible to configure dovecot in a manner that only the imap process respects the quota, and the local delivery ignores completely the quota? I think it should happen if I don't activate the quota plugin in the lda section but only in the imap section.
Better to override quota setting in protocol lda {} by adding :noenforcing to it.
Does the :noenforcing parameter work with the maildir quota? It's
documented for the fs quota only. Can I add the parameter direct to
the protocol lda {} section? Does the following construct work?
protocol lda { ... mail_plugins = quota:noenforcing ... }
On ma, 2010-06-07 at 14:27 +0200, Holger Richter wrote:
Is it possible to configure dovecot in a manner that only the imap process respects the quota, and the local delivery ignores completely the quota? I think it should happen if I don't activate the quota plugin in the lda section but only in the imap section.
Better to override quota setting in protocol lda {} by adding :noenforcing to it.
Does the :noenforcing parameter work with the maildir quota?
I think it works like:
protocol lda { quota = maildir::noenforcing }
Requires v1.2.
participants (3)
-
Holger Richter
-
Steffen Kaiser
-
Timo Sirainen