Linux Advocate
2009-Feb-06 23:48 UTC
[Dovecot] quota - implement via dovecot or postfix? which is easier ?
Guys, i m new to dovecot. I m setting up a new mailserver and planning to run dovecot and postfix of a centos 5.2 box. I have been reading of quota management from various sources and understand that mail box quota can be implemented either thru postfix ( with vda patch ) or thru dovecot. i rather not patch postfix and m therefore leaning towards quota via dovecot. But after reading some posts ,etc, it seems that the information on the dovecot wiki is inaccurate. A.Any comments on this? B. Am i right in concluding that its easier and better in the long run to implement and enforce quotas thru dovecot instead of postfix? C. The right instructions for implementing quota thru dovecot? Regards, marco.
Sahil Tandon
2009-Feb-07 07:29 UTC
[Dovecot] quota - implement via dovecot or postfix? which is easier ?
On Fri, 06 Feb 2009, Linux Advocate wrote:> i rather not patch postfix and m therefore leaning towards quota via dovecot. But after reading some posts ,etc, it seems that the information on the dovecot wiki is inaccurate. > > A.Any comments on this?To which posts are you referring?> B. Am i right in concluding that its easier and better in the long run to implement and enforce quotas thru dovecot instead of postfix?Depends on your environment, requirements, and a number of other variables. I implement quotas through dovecot.> C. The right instructions for implementing quota thru dovecot?I followed the instructions on the wiki. -- Sahil Tandon <sahil at tandon.net>
Steffen Kaiser
2009-Feb-09 11:12 UTC
[Dovecot] quota - implement via dovecot or postfix? which is easier ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 6 Feb 2009, Linux Advocate wrote:> B. Am i right in concluding that its easier and better in the long run > to implement and enforce quotas thru dovecot instead of postfix?If you enforce quota with postfix only, the quota effects mail deliveries via SMTP only, but not when IMAP users upload stuff. Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSZAPqnWSIuGy1ktrAQKklQf+K8RlmmqR5a13tsqvM8p8n9Ayu6b/SP1o pnYmQi2nTeQtv4Jp3WFE4JfRwY/+nsv/oVrsWMgB+vqbVrXqsZdVBTyFBRDQjxvX 49sUFmOVEQyAi/vp5fEjwV6nKEuTMKOxATsy4PIsVPcM0q8LnHrx0jSYEwq4+CR6 yrtuzH7MnwojRJ4F9EJRH40O2STtnEq2kk08PwzXKmWKj1lftIXzmf9DSm8XLmoX loG/+MXn6bO5bCbk7BFVSDR9sVyfVsyOqCAAEHovpaUO3sfjj9CzTwCHf5ibt7L/ wjUVixKVl0X/Iw/1VtsT57gbIqLun0/jr1ZdH12GaNflsPx1OU+6lQ==iTFY -----END PGP SIGNATURE-----
Linux Advocate
2009-Feb-10 03:53 UTC
[Dovecot] quota - implement via dovecot or postfix? which is easier ?
> > > B. Am i right in concluding that its easier and better in the long run to > implement and enforce quotas thru dovecot instead of postfix? > > If you enforce quota with postfix only, the quota effects mail deliveries via > SMTP only, but not when IMAP users upload stuff. >Steffen, this i did not know. My understanding was that imap only reads what is stored, its is postfix and the LDA that actually writes to the mail box. Regards, marco