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

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