Hi, > >What are you settings for $MAX_EXPANSION_QUOTA? > >Sounds like you're hitting that. > > .. but perhaps the problem is different, in fact I have in > the log file also: > > Jun 6 11:12:00 mail postfix/local[3019]: 30F40500CBC: > to=<[EMAIL PROTECTED]>, relay=local, delay=2, > status=bounced (cannot access mailbox /var/mail/edoardo for > user edoardo. error writing message: File too large)
What is the filesystem quota of your user? (under linux and some other unices: quota -v to view). What is your maximum mailbox size setting in postfix? Since you're having similar problems with your MTA, amavis most definitely doesn't have to be patched. > .. that is present also with another mail without a big > attach, or they are a different problems ? but I don't think > this but only problem. Different problems: - Amavis refuses to unpack a mail all the way because it's too large - Postfix refuses to append mails to your mailbox because the mailbox size will be bigger than what your setting for max. mailbox size is. > With the parameter 'MAX_EXPANSION_QUOTA' I can to stop a mail > with a big attach ?? You can give it a value in bytes. If a mail with all attachments uncompressed is bigger than the given value, amavis aborts trying to unpack it (let alone scan it) and passes it back to the MTA. It's better explained in amavis.conf-sample, which came with your amavis distribution. Regs, Sven ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
