Re: [vchkpw] Quota problems

2004-08-02 Thread Dheeraj MS
Dave Kettmann wrote:
> I have a few domains that are not
> reporting mailsize properly. In looking thru the list, I found one
> solution to be deleteing the maildirsize file every night thru a cron job.
> I have tried this, but it still does not seem to work. I am using vpopmail
> v 5.2.1, and qmail 1.03. If any other information is needed, please let me
> know.

After deleting 'maildirsize' file, i guess you need to run 'maildirmake'.
For a particular user, if i come across quota shown uncorrectly, usually
never happens, i've seen it happen when i moved into the new mail server
and dumped his mails from old server to new server, then, i delete his
'maildirsize' file and run the following command from his directory and
allocate him 20 MB mailbox, for example.

maildirmake -q 2000S ./Maildir/

Your problem is not w.r.t. user but w.r.t. domains. Something similar to
above i feel. Have you set quota for those domains properly? You can set
quota using vQadmin also. quota support enabled and it is/was working
properly? FYI, am using vpopmail 5.5.0 and netqmail-1.05 with
qmailadmin-1.21.

Dheeraj.



NIE Mail Server authenticates that this mail has been sent from its own 
domain and is not spoofed by any mass mailing internet worm.
admin.AT.nie.ac.in



Re: [vchkpw] Quota problems

2003-10-13 Thread Franck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> `rm user/Maildir/maildirsize`
>
> after you have changed the quota.
>
> send that user an email, then check if the quota is fixed.
>
> If yes, then vqadmin is not deleting the old maildirsize file when changing
> quotas, which it should.

Works fine, thanks :)

Regards

> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Hello all,
> >
> > I have problem with quota on vqadmin 2.3.4 and vpopmail 5.3.9
> >
> > The domain name my_domain.com have 1 bytes (~100 Mo) for quota
> > In this domain, i have 5 users who are 1 bytes too. I have
> > updated all
> > users from 10 Mo to 100 Mo.
> >
> > But, when i'm logging in sqwebmail with one of user account, sqwebmail
> > tell me
> > that's the account have 49%.
> >
> > df -h  ~vpopmail/domians/my_domain.com/my_user = 7.7 Mo :(
> >
> > What's the solution ?
> >
> > Regards
> > - --
> > Franck
> >
> > http://www.linuxpourtous.com
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.3 (GNU/Linux)
> >
> > iD8DBQE/iZkK1zwfep5k9qERAr82AKCpWs11BzcqFnzXXZHl2uvEOv9pFwCfUOUc
> > n/f+X6UmfZUdAkbRh1k0TMs=
> > =DjZN
> > -END PGP SIGNATURE-

- -- 
Franck

http://www.linuxpourtous.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/imD71zwfep5k9qERAu3jAJ42jY5JFZBX216Qhr/a8tJaulrIJgCgqJMh
PXGYpzl5+bhDO1F3rRGmxNI=
=7s1G
-END PGP SIGNATURE-




Re: [vchkpw] Quota problems

2003-10-12 Thread Tim Hasson
`rm user/Maildir/maildirsize`

after you have changed the quota.

send that user an email, then check if the quota is fixed.

If yes, then vqadmin is not deleting the old maildirsize file when changing 
quotas, which it should.

Regards,
Tim


Quoting Franck <[EMAIL PROTECTED]>:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hello all,
> 
> I have problem with quota on vqadmin 2.3.4 and vpopmail 5.3.9
> 
> The domain name my_domain.com have 1 bytes (~100 Mo) for quota
> In this domain, i have 5 users who are 1 bytes too. I have updated
> all 
> users from 10 Mo to 100 Mo.
> 
> But, when i'm logging in sqwebmail with one of user account, sqwebmail tell
> me 
> that's the account have 49%.
> 
> df -h  ~vpopmail/domians/my_domain.com/my_user = 7.7 Mo :(
> 
> What's the solution ?
> 
> Regards
> - -- 
> Franck
> 
> http://www.linuxpourtous.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.3 (GNU/Linux)
> 
> iD8DBQE/iZkK1zwfep5k9qERAr82AKCpWs11BzcqFnzXXZHl2uvEOv9pFwCfUOUc
> n/f+X6UmfZUdAkbRh1k0TMs=
> =DjZN
> -END PGP SIGNATURE-
> 
> 

> 



Re: [vchkpw] quota problems

2002-09-23 Thread Kittiwat Manosuthi

Werner Schalk [mailto:[EMAIL PROTECTED]] wrote:
> I have compiled vpopmail and
> after I added some domains and
> users the traffic is just too high
> I get "user is over quota" errors,
> how can I increase the default quota per
> user after compiling vpopmail?

"Clayton Weise" <[EMAIL PROTECTED]>:
> To my knowledge, you have to recompile to get a new default value.

If you want to increase the default quota for *new* users, then recompiling
would help.

But if you'd like to increase the quota of existing users, then
vmoduser -q
will be able to help you.

To run vmoduser against all users in your machine, Jonas Pasche's script
should be able to help you list all users.

for D in `awk -F : '{ print $5 }' < /var/qmail/users/assign | uniq` ; do
  if [ -e $D/vpasswd ] ; then
awk -v N=`basename $D` -F : '{ print $1"@"N }' < $D/vpasswd
  fi
done

Hey Jonas, I like this script very much! :-)

Cheers,
-Kittiwat




RE: [vchkpw] quota problems

2002-09-23 Thread Clayton Weise

To my knowledge, you have to recompile to get a new default value.

-Clayton

-Original Message-
From: Werner Schalk [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 23, 2002 11:36 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] quota problems


Hello,

I have compiled vpopmail and
after I added some domains and
users the traffic is just too high
I get "user is over quota" errors,
how can I increase the default quota per
user after compiling vpopmail?

Bye and thanks,
Werner.