Daniel, > Running amavisd-new 2.6.1 on Mandriva Corporate Server 4.0
> I just pruned my quarantine. Unfortunately, I waited too long and I had > to sqldump the last couple of weeks worth, drop the amavis database, > stop mysqld, delete the innodb container, start mysqld, create the > database, and re-import the data. I also added partition_tag to the > primary key on a couple of the tables where I had inadvertently left it > out the last time I played around with the quarantine. > Soon after getting everything running, I ran into this error message. > Is it related to something that I did, or is it a coincidence, and how > might I figure out how to fix it? > Nov 20 09:34:06 sa postfix/lmtp[20938]: 059589ABD: > to=<some.lu...@example.com>, relay=127.0.0.1[127.0.0.1]:10025, > delay=165530, delays=165524/0.04/0.59/5.8, dsn=4.5.0, status=deferred > (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 Error in processing, > id=20954-01, quar+notif FAILED: temporarily unable to quarantine: 451 > 4.5.0 Storing to sql db as mail_id IvJNBdxFsH5J failed: Exceeded storage > quota 314572800 bytes by do_unzip; last chunk 1898428 bytes, id=20954-01 > at /usr/sbin/amavisd line 11673, <GEN12> line 149681. (in reply to end > of DATA command)) I'm not really sure but it could be possible to change the values for MIN_EXPANSION_QUOTA MAX_EXPANSION_QUOTA in amavisd.conf.From the release notes: new defense against mail bombs: for the cumulative total of all decoded mail parts we set max storage size. The formula is: quota = max($MIN_EXPANSION_QUOTA, $mail_size*$MIN_EXPANSION_FACTOR, min($MAX_EXPANSION_QUOTA, $mail_size*$MAX_EXPANSION_FACTOR)) Daniel ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/