• Understanding Courier IMAP and Maildir
  • Changing Exim’s Sending IP
  • PHP 500 Internal Server Errors
  • " />

    Featured Posts

    Using DKIM with Exim and cPanel Similar to the intentions of SPF records and DomainKeys, DKIM is intended to authenticate a sender by using a public/private key pair to digitally sign email, therefore increasing deliverability. At this...

    Readmore

    Copy Outgoing Email on a cPanel Server with Exim A common request we get is how a user can automatically BCC outgoing email to another address. This is most often requested by law firms that need to be able to retain copies of communication. Forwarding...

    Readmore

    Do You Care About Your Customers' Data? I was working a case last week for a new client that's been hosting local business websites for over three years. As with all of my case studies, I did a short survey of the client's infrastructure, processes,...

    Readmore

    Tips to Reduce Your Customer Support Costs When hosting websites, whether as a mainstream hosting provider, a hobby, or to supplement another service, it's your job to make sure your customers have access to technical support in case they need...

    Readmore

    Roundcube: MySQL or SQLite? cPanel 11.25 introduces a new feature: The ability to have RoundCube use SQLite instead of MySQL. After benchmarking resource usage and performance, I've come to the conclusion that SQLite is definitely...

    Readmore

    The cPanel Admin Rss

    Quota Errors in Exim’s Panic Log

    Posted by Vanessa | Tagged under , | Posted on April 19, 2010

    1

    In cPanel 11.25, you may be seeing errors like this in /var/log/exim_paniclog:

    2010-04-15 12:33:27 failed to expand condition "${if exists {$home/etc/$domain/quota}{${if > {${lookup{$local_part}lsearch{$home/etc/$domain/quota}{$value}{0}}}{0}{${if eq {${if exists {$home/mail/$domain/$local_part/maildirsize}{1}{0}}}{0}{${if > {${run {/usr/local/cpanel/bin/eximwrap GETDISKUSED $local_part $domain}}}{${lookup{$local_part}lsearch{$home/etc/$domain/quota}{$value}{0}}}{true}{false}}}{${perl{checkuserquota}{$domain}{$local_part}{$message_size}{${lookup{$local_part}lsearch{$home/etc/$domain/quota}{$value}}}{$home/mail/$domain/$local_part/maildirsize}}}}}{false}}}{false}}" for virtual_user_maildir_overquota router: absolute value of integer "10485760000" is too large (overflow)

    To fix this, run :

    /scripts/reset_mail_quotas_to_sane_values –force –confirm –verbose


    Liking this article? Share it and spread the word!
    • Print
    • PDF
    • Digg
    • del.icio.us
    • Facebook
    • Google Bookmarks
    • DZone
    • LinkedIn
    • Live
    • MySpace
    • RSS
    • Reddit
    • Slashdot
    • StumbleUpon
    • Technorati
    • Twitter

    Related posts:

    Comments (1)

    No dice on the fix.

    Skipping midwestt as no domains have a quota file.
    Skipping ediproje as no domains have a quota file.
    Skipping beachpar as no domains have a quota file.
    Skipping signhere as no domains have a quota file.

    and panic log still spitting same o stuff.

    Write a comment