Well, I just successfully uploaded a ~10Mb attachment,
so I guess both options do need to be set.

Now maybe my road warriors will quit whining about how they can't
send their .pdf, .mdb, .ppt files.....

 From my modified sqwebmail.spec:

%configure --with-htmllibdir=%{htmllibdir} --with-cachedir=%{cachedir} \
         --enable-webpass=vpopmail --libexecdir=%{_libexecdir} \
         --enable-cgibindir=%{cgibindir} \
         --enable-imagedir=%{imagedir} \
         --enable-imageurl=%{imageurl} \
         --with-cacheowner=%{cacheowner} \
         --sysconfdir=%{htmllibdir} \
         --enable-https \
         --with-maxformargsize=14000000 \
         --with-maxmsgsize=14000000

Adam


At 03:19 PM 12/11/00 -0500, Adam Manock wrote:

>I just tried --with-maxformargsize=n
>instead of --with-maxmsgsize=n
>
>Instead of a new page indicating that I have exceeded the max
>allowable, (What I got with maxmsgsize set)
>I get a red message within the attachment frame:
>"ERROR: Maximum message size is 2048 KB"
>
>Lets see what happens when I try BOTH :-)
>
>Adam
>
>At 12:42 PM 12/11/00 -0700, [EMAIL PROTECTED] wrote:
>>Hi Adam;
>>
>>I think the option you're looking for is:
>>
>>      * --with-maxformargsize=n - like the above, but applies to an HTTP
>>        multipart/formdata post. This is approximately the largest
>>        attachment that can be uploaded SqWebMail.
>>
>>Hope this helps,
>>
>>Tren.
>>
>>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>>- Tren Blackburn - Owner                mailto:[EMAIL PROTECTED]  =
>>= End of Time Networks                  http://www.theendoftime.net  -
>>- (403) 269-2122                                                     =
>>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>>
>>On Mon, 11 Dec 2000, Adam Manock wrote:
>>
>> > "sqwebmail-1.0.3/Install" states:
>> >
>> >       * --with-maxmsgsize=n - maximum size of messages (including
>> >         attachments. Defaults to 2097152 (two megabytes). Note that
>> >         attachments are base64-encoded, which adds 25% overhead, so the
>> >         maximum size of attachments is really about 1.5 megabytes
>> >
>> > I added --with-maxmsgsize=14000000 to the list of configure options in
>> > sqwebmail.spec and built (in SPECS) with rpm -bb and I am still limited
>> > to 2Mb on attachment uploads. I also added --enable-https and that
>> > worked, so I'm sure the right spec file was being used for the build.
>> >
>> > I did notice that maxmsgsize doesn't appear in configure anymore...
>> >
>> > Does the option still work / exist??
>> >
>> > Adam
>> >
>> >
>


Reply via email to