Re: [vchkpw] Old mailboxes

2004-09-08 Thread Dan Corrigan
Lucas G. Obredor wrote:
Hi.
I was wondering if there is a way to set the vpopmail in order to 
erase the mailboxes that haven't been used for a long time.
 
Any idea ?
 
find /home/vpopmail/domains/yourdomain/*/Maildir/new -type f -ctime 
+90|awk -F"/" '{print $6}'
stupid and quick.. but that will tell you accounts that have mail in 
their Maildir/new dir (not checked) for 90 days or older..



Re: [vchkpw] vpopmail don´t update mailquota

2004-09-20 Thread Dan Corrigan
Peter Nilsson wrote:
Hi!
I have compiled a new vpopmail and new sqwebmail, i have a small 
problem with vpopmail that don´t update mailquota when mail is checked.
I have compiled it with:
./configure --enable-roaming-users=y --enable-relay-clear-minutes=30 
--enable-logging=y --enable-defaultquota=52428800
And sqwbmail is compiled with:
./configure --enable-webpass=vpopmail --without-gzip --without-authpam 
--without-authuserdb --without-authpwd --without-authshadow 
--without-authldap --with-authdaemon 
--enable-imageurl=http://odin.yanet.dk/images/sqwebmail 
--enable-imagedir=/home/yanet/public_html/images/sqwebmail 
--enable-changepass --enable-cgibindir=/home/yanet/cgi-bin 
--enable-autopurge=7 -without-ispell --enable-hardtimeout=5000 
--enable-softtimeout=5000 --with-trashquota
And qmail is patched with qmail qmaildir++ patch
Any ideas?
regards,
Peter
Yanet.dk


Are you using ant NFS if your mail setup?