2 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Attachment size excee...
FromSent OnAttachments
Kevin CoynerOct 19, 2004 2:09 pm 
Rainer DuffnerOct 19, 2004 2:49 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Attachment size exceeds limit set by system administratorActions...
From:Rainer Duffner (rai@ultra-secure.de)
Date:Oct 19, 2004 2:49:41 pm
List:net.sourceforge.lists.courier-sqwebmail

Am Di, den 19.10.2004 schrieb Kevin Coyner um 23:10:

I keep getting the following error message when sending an email with an attachment (3 MB) via sqwebmail:

"Attachment size exceeds limit set by system administrator"

Yet I can't find any settings in any of the courier/sqwebmail files that speak to attachment size.

I know it's not from the MTA (Postfix in my case) as it is set to unlimited size, and indeed when I send a large attachment via Mutt or other client I have no problems. Only from the sqwebmail web interface.

Any thoughts?

It's - very unfortunately - a compile-time option.

From my FreeBSD-system: ROOT@bsd# egrep sqwebmail /usr/local/etc/pkgtools.conf 'mail/sqwebmail' => '-DWITHOUT_AUTHDAEMON -DWITH_HTTPS -DWITH_VCHKPW -DWITH_ISPELL CGIBINDIR=www/cgi-bin CGIBINSUBDIR= WEBDATADIR=www/data CACHEDIR=/var/run/sqwebmail -DWITH_MAXFORMARGSIZE=5242880 -DWITH_MAXARGSIZE=1048580 -DWITH_MAXMSGSIZE=10485800 WITH_TIMEOUTSOFT=3600 WITH_TIMEOUTHARD=14400',

cheers, Rainer