Error in MailUser, SO Centos 4.4, ISPConfig

Discussion in 'Installation/Configuration' started by leeeonardo, Jul 16, 2007.

  1. leeeonardo

    leeeonardo New Member

    Reporting-MTA: dns; mail.grandbajaresort.com
    X-Postfix-Queue-ID: C3FAB8B41A7
    X-Postfix-Sender: rfc822; [email protected]
    Arrival-Date: Mon, 16 Jul 2007 10:26:53 -0700 (PDT)

    Final-Recipient: rfc822; [email protected]
    Original-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.0.0
    Diagnostic-Code: X-Postfix; cannot access mailbox /var/mail/root for user root.
    error writing message: File too large
     
  2. schneid

    schneid New Member

    I think that you exceed in your quota requirement.
    Just add it up in order to increase your quota.

    hopefully, you appreciate it.
     
  3. leeeonardo

    leeeonardo New Member

    How to increment the qouta????
     
  4. falko

    falko Super Moderator Howtoforge Staff

    You can do this with the setquota command. Take a look at
    Code:
    man setquota
    But I'd check the actual quota settings before with
    Code:
    repquota -avug
    to see if the user is really over quota. Also check that there's enough free space on your hard disk:
    Code:
    df -h
     

Share This Page