I have my server setup with quotas in the userdb.  Delivery is via maildrop.
Quota enforcement is working, but the quota warnings are not being
delivered.  From the maildrop man page, it seems that if I call maildrop
with '-w 90', it should send the /etc/courier/quotawarn-msg whenever the
maildir gets over 90% full.  I have restarted everything after making these
changes, but it still doesn't send the warning.  Does anyone have any ideas?

Here are some relevant settings:

[system]# userdb -show [EMAIL PROTECTED]
quota=10240S
systempw=XXXXXXXX
uid=XXX
home=/home/mailuser/buc.com/testu
gid=XXX

[system]# cat /home/mailuser/buc.com/testu/Maildir/maildirsize
10240S
    9363    4

>From /etc/courier/courierd:
DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop -w 90"
MAILDROPDEFAULT=./Maildir

[system]# cat /etc/courier/maildroprc
import RECIPIENT
SENDMAIL="/usr/lib/courier/bin/sendmail -f \"$FROM\""
xfilter "/usr/local/bin/spamc -u $RECIPIENT"

[system]# cat /home/mailuser/buc.com/testu/.mailfilter
if ((/^X-Spam-Flag: YES/))
{
    to "./Maildir/.Junk/"
}

[system]# ls -l /etc/courier/quotawarn-msg
-r--r--r--    1 courier  courier       375 Apr  3 14:53
/etc/courier/quotawarn-msg

Am I missing something simple?

Thanks,
Bowie


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to