> From: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] On Behalf Of Peter > Subject: Re: Upgrading Postfix and invalid/obseleted config values.
> > If you would like to have a quota on your maildir mailboxes, the > best > > solution is to always use filesystem-based quotas: per-user usage > > quotas that is enforced by the operating system. > > > > This is the best solution when the default Maildir is located in > each > > account's home directory. This solution will NOT work if Maildirs > are > > stored elsewhere, or if you have a large virtual domain setup where > a > > single userid is used to hold many individual Maildirs, one for > each > > virtual user. <SNIP> > > Now, if the quota could be checked (perhaps when doing the mysql > > lookup on valide users) before the sending agent disconnects - that > > would be truly marvellous. > > I think you misunderstand that warning. My read on it is that it is > telling you that disk based quotas are better than Maildir quotas, > but there are cases where disk based quotas won't work (such as > yours). In your case use Maildir quotas which should work fine and > which are explained beyond that paragraph. Peter Thanks for your interpretation - I looked again and I think you're right. My problem is still relative incompetence. This would work if I can configure Postfix to use deliverquota. Sadly, the courier website only details how to make qmail work, google has a ton of unanswered requests on how to make postfix work in the courier mailing list and only 1 in the postfix mailing list: http://www.irbs.net/internet/postfix/0412/1673.html An option that appears to be neither quick or simple or easier than just patching postfix with the patch I currently have.. A quick look at my master.cf says postfix is using maildrop already.. maildrop unix - n n - - pipe flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} sadly, it doesn't exist on the server though: donald:~# dpkg --search /usr/bin/maildrop dpkg: /usr/bin/maildrop not found. Is there some (easy) way to configure Postfix to use deliverquota to deliver the mails? Notwithstanding the fact that this would still be done after the sending system was already disconnected? Cheers Simon