4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Filesystem quotas / TEMPFAIL
FromSent OnAttachments
Henk van LingenDec 9, 2004 5:29 am 
Andre FortinDec 9, 2004 5:39 am 
Henk van LingenDec 9, 2004 8:21 am 
Tony EarnshawDec 9, 2004 10:05 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Filesystem quotas / TEMPFAILActions...
From:Henk van Lingen (hen@cs.uu.nl)
Date:Dec 9, 2004 5:29:39 am
List:net.sourceforge.lists.courier-maildrop

Hi all,

I'm buiding a Postfix, spamassassin, courier-imap, ClamAV, ClamSMTP, Maildrop, Squirrelmail mailserver which uses filesystem quotas. I have maildrop as default MDA (mailbox_command = /usr/bin/maildrop (postfix)) because that way I can use spamassassin (spamc) at local delivery time by the way of /etc/maildroprc so I can have spamassassin user preferences.

Now the problem is that when a user is over quotum, maildrop gives a tempfail and mail stays in the queue. That's not what I want, I want a bounce with an overquota message. Using postfixs building MDA one gets this message:

maildir delivery failed: error writing message: Disk quota exceeded

Using procmail as MDA, also a bounce with (less informative):

can't create user output file

With maildrop however I can't find a solution to send a quota error back.

Any ideas?

Cheers,