Quota feature on a mailserver (debian lenny)

Discussion in 'Server Operation' started by voltron81, May 27, 2010.

  1. voltron81

    voltron81 New Member

    Hi to everybody. I've created a local mailserver on a debian lenny machine.
    I would like to implement quota for my email users.
    I tried following this how-to: http://www.howtoforge.com/how-to-set-up-journaled-quota-on-debian-lenny
    but I've this error:
    Code:
    mailserver:/# quotacheck -avugm
    quotacheck: WARNING -  Quotafile //aquota.user was probably truncated. Cannot save quota settings...
    quotacheck: WARNING -  Quotafile //aquota.group was probably truncated. Cannot save quota settings...
    quotacheck: Scanning /dev/hdc2 [/] quotacheck: error (2133571361) while starting inode scan
    
    I then tried the part concerning to quota of this how-to http://www.howtoforge.com/perfect-server-debian-lenny-ispconfig3-p4 that basically is the same but using not a Journaled Quota, but no lucky.

    Am I wrong in something?
    Thanks
    Michele
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What's in /etc/fstab?
     
  3. mbsouth

    mbsouth Member

    Hi Falko,
    the same to me! I tried the "Installing A Multiserver Setup With Dedicated ...ISPCONFIG3".

    Kernel: Lenny 2.6.26-2-686-bigmem

    -> # mount -o remount /
    -> # quotacheck -avugm
    I also did:
    -> # mount -o remount /
    -> # mount -o remount /var/www
    -> # quotacheck -avugm
    and got the message:
    Any idea?

    mbsouth
     
  4. falko

    falko Super Moderator ISPConfig Developer

  5. mbsouth

    mbsouth Member

    Thx a lot!
     

Share This Page