Hi,
I have some problems with the maildirsize file.
I have set deliveryProgramPath: /usr/bin/maildrop
and a .mailfilter like this
- - - - - - - - - - 8< - - - - - - - - - -
import HOME
XBOUNCE="| bouncesaying 'Sorry, no mailbox here by that name.'"
if ( $HOME eq "" )
{
to "$XBOUNCE"
}
else
{
exception {
include "$HOME/.mailfilter"
}
exception {
to "$HOME/Maildir"
}
}
to "$HOME/Maildir"
- - - - - - - - - - 8< - - - - - - - - - -
this works fine.
i have set some quotavalues
mailQuotaSize: 1048576
mailQuotaCount: 20
but the maildirsize file in $HOME/Maildir is missing.
when i delete the "deliveryProgramPath" attribut all works fine and the
maildirsize file is created. The i set the "deliveryProgramPath" again
und maildrop works fine withe quota. But when i change the quotavalues
then the maildirsize file is not updated. it contains always the values
from delivery without "deliveryProgramPath". When i remove the
"deliveryProgramPath" again the maidirsize file is uptodate.
i look at the env vars during delivering with a little "debug pipe". The
var "MAILDIRQUOTA" has a correckt value of "1048576S,35C" after i change
the quota in LDAP. But maildrop ignores this value and always use this
found in maildirsize.
is there a way to handle this without removing the
"deliveryProgramPath".
i use following versions:
+ qmail-ldap-1.03-20030801a.patch.gz
+ smtp-auth-20030801.patch
+ maildrop-1.6.0.tar.bz2
cya later
/stephan
--
"There is no such thing as a perfect plan."
-Murphy's Law of Combat Operations