> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto:squirrelmail-
> [EMAIL PROTECTED] On Behalf Of Scott Mayo
> Sent: Friday, January 20, 2006 10:57 AM
> To: squirrelmail-users@lists.sourceforge.net
> Subject: [SM-USERS] Attachment size
> 
> Is there anything in squirrelmail itself that would limit attachment
> size?  I have not seen anything.
> 
> I was trying to set my max to 50M.
> 
> I changed the following in Postfix:
> message_size_limit = 50000000
> mailbox_size_limit = 104857600
> 
> I changed the following in the php.ini file:
> post_max_size = 50M
> memory_limit = 50M
> upload_max_filesize = 50M
> 
> Then I restarted Apache, Postfix and Dovecot, just to be sure, but I
am
> still getting the error when I try to send a 35MB file:
> 
> Requested mail action aborted: exceeding storage allocation
> Server replied: 552 Error: message too large

This is most likely an error from your SMTP server (google for '552
Error: message too large). Have you checked the logs there? Bear in mind
that when an attachment is encoded for delivery it can grow
significantly in size (double or more). I believe it's that final
encoded size that's used as the message size. Alternately, you have
quotas enabled and copying the message to your sent folder causes you to
exceed your quota limit.

--
Marc


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to