Re: [SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-08 Thread George Chalifoux
Thanks Al, After I found my php.ini file it was a straightforward edit to open the attatchment limitation. For my configuration it was /etc/php.ini Then I changed the following parameters: memory limt , post max size , upload max filesize -gac On Thu, 2009-06-04 at 10:20, Alan in Toronto wr

Re: [SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-04 Thread George Chalifoux
Thanks Bo I'm using sendmail, and thought I changed the sendmail.mc file to allow for 10Mb but it didn't seem to do anything. -gac On Thu, 2009-06-04 at 10:15, Bo Lynch wrote: > On Thu, June 4, 2009 9:25 am, g...@neht.com wrote: > > Can I adjust the file attachment limitation ( currently 2 Mb)

Re: [SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-04 Thread Bo Lynch
On Thu, June 4, 2009 9:25 am, g...@neht.com wrote: > Can I adjust the file attachment limitation ( currently 2 Mb) for my > Squirrelmail configuration ? > > I am running SquirrelMail v 1.4.2-3 on a Linux ( Fedora) server running > Apache 2.0.49. > > I can't find anything in the config.php file, th

Re: [SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-04 Thread Marc Powell
On Jun 4, 2009, at 8:25 AM, g...@neht.com wrote: > Can I adjust the file attachment limitation ( currently 2 Mb) for my > Squirrelmail configuration ? http://squirrelmail.org/wiki/AttachmentSize -- Marc -- OpenSolaris

Re: [SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-04 Thread Alan in Toronto
On Thu, June 4, 2009 9:25 am, g...@neht.com wrote: > Can I adjust the file attachment limitation ( currently 2 Mb) for my > Squirrelmail configuration ? Yes, you can adjust it, but it is not a Squirrelmail limitation. It is limited by local and global settings of your server's PHP. > I am runnin

[SM-USERS] Attachment size limitations w/Squirrelmail

2009-06-04 Thread gac
Can I adjust the file attachment limitation ( currently 2 Mb) for my Squirrelmail configuration ? I am running SquirrelMail v 1.4.2-3 on a Linux ( Fedora) server running Apache 2.0.49. I can't find anything in the config.php file, the conf.pl interface, or the pref files. -gac

Re: [SM-USERS] attachment size

2007-01-14 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi BRUYET, On Monday, January 08, 2007, BRUYET wrote: > Hello, > I compose a new message and attach a 8M file. If I send it, I obtain an > error "552 error: message too large". However I set the size limit to > 10M... Now I save the message as draft.

Re: [SM-USERS] attachment size

2007-01-09 Thread BRUYET Xavier
> Perhaps the attachment is is being encoded using Base64 or something > similar, and thus is larger than the binary equivalent. > > Don Russell It seems to be the reason. In Squirrelmail configuration, I have : upload_max_filesize 10M In Postfix (SMTP server), I have : message_size_limit 102

Re: [SM-USERS] attachment size

2007-01-08 Thread simon
HI , Increase the file limit size in /etc/php.ini to the 12 mb cause default is 8M regards simon > BRUYET Xavier wrote: >> Hello, >> >> I compose a new message and attach a 8M file. If I send it, I obtain an >> error "552 error: message too large". However I set the size limit to >> 10M... No

Re: [SM-USERS] attachment size

2007-01-08 Thread Don Russell
BRUYET Xavier wrote: > Hello, > > I compose a new message and attach a 8M file. If I send it, I obtain an > error "552 error: message too large". However I set the size limit to > 10M... Now I save the message as draft. If I go to the draft folder and > open the message, I see that the attached

Re: [SM-USERS] attachment size

2007-01-08 Thread Zbigniew Szalbot
Hello, >> I compose a new message and attach a 8M file. If I send it, I obtain an >> error "552 error: message too large". However I set the size limit to >> 10M... Now I save the message as draft. If I go to the draft folder and >> open the message, I see that the attached file size is 11M. How i

Re: [SM-USERS] attachment size

2007-01-08 Thread Fredrik Jervfors
> I compose a new message and attach a 8M file. If I send it, I obtain an > error "552 error: message too large". However I set the size limit to > 10M... Now I save the message as draft. If I go to the draft folder and > open the message, I see that the attached file size is 11M. How is it > possi

[SM-USERS] attachment size

2007-01-08 Thread BRUYET Xavier
Hello, I compose a new message and attach a 8M file. If I send it, I obtain an error "552 error: message too large". However I set the size limit to 10M... Now I save the message as draft. If I go to the draft folder and open the message, I see that the attached file size is 11M. How is it pos

Re: [SM-USERS] Attachment size?

2006-07-23 Thread Benny Pedersen
On Tue, July 11, 2006 12:49, Ralf Hildebrandt wrote: > Where can I globally set the attachment size? php.ini and php.conf for apache > Right now, I see this in the compose window: > (max. 8 M) fine, since postfix have default at 10M in one mail ? > and the respective code is: > compose.php:

Re: [SM-USERS] Attachment size?

2006-07-11 Thread Chris Hilts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > file_uploads = On > upload_max_filesize = 16M > > so why does SM show 8M then? http://www.squirrelmail.org/wiki/AttachmentSize - -- Chris Hilts [EMAIL PROTECTED] Say it with flowers -- Send them a triffid! -BEGIN PGP SIGNATURE- Version:

Re: [SM-USERS] Attachment size?

2006-07-11 Thread Ralf Hildebrandt
* Rainer Sokoll <[EMAIL PROTECTED]>: > On Tue, Jul 11, 2006 at 12:49:43PM +0200, Ralf Hildebrandt wrote: > > > Where can I globally set the attachment size? > > In php.ini (max_upload_size, IIRC) Yes, that's set to file_uploads = On upload_max_filesize = 16M so why does SM show 8M then? -- R

Re: [SM-USERS] Attachment size?

2006-07-11 Thread Rainer Sokoll
On Tue, Jul 11, 2006 at 12:49:43PM +0200, Ralf Hildebrandt wrote: > Where can I globally set the attachment size? In php.ini (max_upload_size, IIRC) Rainer - Using Tomcat but need to do more? Need to support web services,

[SM-USERS] Attachment size?

2006-07-11 Thread Ralf Hildebrandt
Where can I globally set the attachment size? Right now, I see this in the compose window: (max. 8 M) and the respective code is: compose.php:$maxsize = '(max. ' . show_readable_size( min( $sizes ) ) . ')'; -- Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED] Charit

Re: [SM-USERS] Attachment size

2006-01-20 Thread Sasa Stupar
--On 20. januar 2006 10:57 -0600 Scott Mayo <[EMAIL PROTECTED]> wrote: 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 = 5000 mailbox_size_lim

Re: [SM-USERS] Attachment size

2006-01-20 Thread Scott Mayo
Marc Powell wrote: -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

RE: [SM-USERS] Attachment size

2006-01-20 Thread Marc Powell
> -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 anythin

[SM-USERS] Attachment size

2006-01-20 Thread Scott Mayo
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 = 5000 mailbox_size_limit = 104857600 I changed the following in the php.ini file: post_max_size =

Re: [SM-USERS] Attachment size limit

2005-11-22 Thread Tomas Kuliavas
>>> Hi, all >>> I have installed squirrelmail on my Fedora Core 3, but >>> attachment size is 2MB limit. I have search in newgroups and internet. I >>> have modified php.ini configuration but dont work; I have see my postfix >>> configuration >>> >>> Please help me. Thank in advanced. >> >>Have

Re: [SM-USERS] Attachment size limit

2005-11-21 Thread Tomas Kuliavas
> Hi, all > I have installed squirrelmail on my Fedora Core 3, but > attachment size is 2MB limit. I have search in newgroups and internet. I > have modified php.ini configuration but dont work; I have see my postfix > configuration Please help me. Thank in advanced. Have you restarted apache

[SM-USERS] Attachment size limit

2005-11-21 Thread [EMAIL PROTECTED]
Hi, all I have installed squirrelmail on my Fedora Core 3, but attachment size is 2MB limit. I have search in newgroups and internet. I have modified php.ini configuration but dont work; I have see my postfix configuration Please help me. Thank in advanced. Marco-Italy

Re: [SM-USERS] Attachment size modifications

2005-06-06 Thread Jonathan Angliss
Hello Spiro Azkoul, On Monday, June 06, 2005, you wrote: > This would not work until I edited the " memory_limit = 15M ; Maximum > amount of memory a script may consume (8MB)" in php.ini to 15M. Only then > did the Squirellmail upload screen reflect that number. SquirrelMail uses the lowest

RE: [SM-USERS] Attachment size modifications

2005-06-06 Thread Spiro Azkoul
This would not work until I edited the " memory_limit = 15M ; Maximum amount of memory a script may consume (8MB)" in php.ini to 15M. Only then did the Squirellmail upload screen reflect that number. --- This SF.Net email is sponsored by

[SM-USERS] Attachment size modifications

2005-06-06 Thread Spiro Azkoul
I read the notes regarding modification of the php.ini settings to reflect larger attachment size in Squirremail and modified the upload_max_filesize = to 15 M from a default of 2M (which is what the default setting on the upload page was). However, when I logged back on to Webmail, the increase wa

Re: [SM-USERS] Attachment SIZE

2005-04-18 Thread Patrick Donker
Marc Groot Koerkamp wrote: Patrick Donker wrote: Olivier DUCROT wrote: Hi, Does anybody know how I could get and indicate the the size of file that a user want tu put as attachment before adding it ? Is there a plugin that does the job ? Is it a PHP function that I could put into a plugin t

Re: [SM-USERS] Attachment SIZE

2005-04-18 Thread Marc Groot Koerkamp
Patrick Donker wrote: > Olivier DUCROT wrote: > > >> Hi, >> >> >> Does anybody know how I could get and indicate the the size of file >> that a user want tu put as attachment before adding it ? >> >> Is there a plugin that does the job ? Is it a PHP function that I >> could put into a plugin that

Re: [SM-USERS] Attachment SIZE

2005-04-18 Thread Olivier DUCROT
Thanks for your recomandation, I'll look at it. le 18/04/05 22:12, Patrick Donker à [EMAIL PROTECTED] a écrit : > Olivier DUCROT wrote: > >> Hi, >> >> Does anybody know how I could get and indicate the the size of file >> that a user want tu put as attachment before adding it ? >> >> Is there

Re: [SM-USERS] Attachment SIZE

2005-04-18 Thread Patrick Donker
Olivier DUCROT wrote: Hi, Does anybody know how I could get and indicate the the size of file that a user want tu put as attachment before adding it ? Is there a plugin that does the job ? Is it a PHP function that I could put into a plugin that I should have to write ? I just want to be able t

[SM-USERS] Attachment SIZE

2005-04-18 Thread Olivier DUCROT
Title: Attachment SIZE Hi, Does anybody know how I could get and indicate the the size of file that a user want tu put as attachment before adding it ? Is there a plugin that does the job ? Is it a PHP function that I could put into a plugin that I should have to write ? I just want to be abl

Re: [SM-USERS] Attachment size OSX

2004-11-21 Thread Jeff Nelson
So there is not a -dist version or a -recommended version inside of osx. I am sure that is one of the thousand files apple removed. But I was able to find one to download and it works. Thanks for the direction to go Jeff > Hello Jeff, > On Saturday, November 20, 2004, Jeff Nelson wrote... > >> H

Re: [SM-USERS] Attachment size OSX

2004-11-20 Thread Jonathan Angliss
Hello Jeff, On Saturday, November 20, 2004, Jeff Nelson wrote... > Hello all, > I am wonder if anyone knows how to change the attachment size for > osx/squirrelmail. I have looked for along time now and checked all the > docs i can. I am at wits end and due to i do not have a php.ini I am > unabl

[SM-USERS] Attachment size OSX

2004-11-19 Thread Jeff Nelson
Hello all, I am wonder if anyone knows how to change the attachment size for osx/squirrelmail. I have looked for along time now and checked all the docs i can. I am at wits end and due to i do not have a php.ini I am unable to increase the size limitation. Thank you in advance, Jeff --

Re: [SM-USERS] attachment size ?

2004-01-14 Thread simon
> First read the documentation. These are very basic questions which are > covered in detail in the online documentation. The same thing applies > to the questions you just asked on the Postfix list - it is appreciated > by everyone if you try yourself first, before you bother the entire > list. >

Re: [SM-USERS] attachment size ?

2004-01-14 Thread Peter Bengtson
First read the documentation. These are very basic questions which are covered in detail in the online documentation. The same thing applies to the questions you just asked on the Postfix list - it is appreciated by everyone if you try yourself first, before you bother the entire list. On Jan

[SM-USERS] attachment size ?

2004-01-14 Thread sYED fAISAL gILLANI
how can i make Users to be able to send attachments as much as 5MB fixed ? & wat is the default attachment size ? --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering a

Re: [SM-USERS] Attachment size

2003-10-13 Thread Alexandros Vellis
On Fri, 10 Oct 2003 08:50:35 -0600 "Help" <[EMAIL PROTECTED]> wrote: > How do I adjust the size of the attachment that can be sent with > squirrel mail? Currently, attachments 1MB or more will not even make > it past the Add button. Edit the maximum upload file size in your php.ini. HTH, Alexan

[SM-USERS] Attachment size

2003-10-10 Thread Help
How do I adjust the size of the attachment that can be sent with squirrel mail?  Currently, attachments 1MB or more will not even make it past the Add button.   Thanks in advance.   ---Pete MasseInformation Systems SpecialistDepartment

Re: [SM-USERS] Attachment Size

2003-01-04 Thread Jonathan Angliss
Hello Quenten, On Saturday, January 04, 2003, Quenten wrote... > I just upgraded to the stable (1.2.10) version and I can now no > longer attach anything around 2megs. I thought I could in the older > version. I run my own mail server and I can send and accept up to > 4megs. Is there a way to chan

[SM-USERS] Attachment Size

2003-01-04 Thread Quenten
I just upgraded to the stable (1.2.10) version and I can now no longer attach anything around 2megs.  I thought I could in the older version.  I run my own mail server and I can send and accept up to 4megs.  Is there a way to change the allowed attachment size in the compose window in Squirr

Re: [SM-USERS] Attachment size

2002-12-04 Thread Marc Groot Koerkamp
I already set >> post_max_size = 8M >> upload_max_filesize = 10M > > try search lists archives: > > Reason was > LimitRequestBody Directive in apache servers php.conf file. > It seems that in RedHat 8.0 package it is set to 500k by default > > last week: > Subjec

Re: [SM-USERS] Attachment size

2002-12-03 Thread Peter Mann
M try search lists archives: Reason was LimitRequestBody Directive in apache servers php.conf file. It seems that in RedHat 8.0 package it is set to 500k by default last week: Subject: [SM-USERS] attachment size problem in apache 2.0 solved > List Archives: http://sourceforge.net/mailarc

[SM-USERS] Attachment size

2002-12-03 Thread haoviet
Hi all, I'm using Redhat 8.0, apache 2.0.x, php 4 to run squirrelmail. I'm having problems with > 512K attachment. The error message on the browser is Request Entity Too Large The requested resource /src/compose.php does not allow request data with POST requests, or the amount of data provided i

[SM-USERS] attachment size problem in apache 2.0 solved

2002-11-27 Thread hannu.tikka
Reason was LimitRequestBody Directive in apache servers php.conf file. It seems that in RedHat 8.0 package it is set to 500k by default Hannu --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a co

Re: [Re: [SM-USERS] attachment size problem]

2002-11-26 Thread Mark Weaver
> > >> On Tue, Nov 26, 2002 at 01:14:54PM +0200, [EMAIL PROTECTED] wrote: >>> sm 1.2.9 , php 4.2.2 and apache 2.0.43 on RedHat linux 8.0 >>> Can't send attachments over 500k . Php parameters >>> should be ok: (post_max_size = 8M, upload_max_filesize = >>> 8M,memory_limit = 16M) >> >> where is real

[Re: [SM-USERS] attachment size problem]

2002-11-26 Thread hannu.tikka
> On Tue, Nov 26, 2002 at 01:14:54PM +0200, [EMAIL PROTECTED] wrote: >> sm 1.2.9 , php 4.2.2 and apache 2.0.43 on RedHat linux 8.0 >> Can't send attachments over 500k . Php parameters >> should be ok: (post_max_size = 8M, upload_max_filesize = >> 8M,memory_limit = 16M) > > where is real error? >

Re: [SM-USERS] attachment size problem

2002-11-26 Thread Peter Mann
On Tue, Nov 26, 2002 at 01:14:54PM +0200, [EMAIL PROTECTED] wrote: > sm 1.2.9 , php 4.2.2 and apache 2.0.43 on RedHat linux 8.0 > Can't send attachments over 500k . Php parameters > should be ok: (post_max_size = 8M, upload_max_filesize = 8M,memory_limit = > 16M) where is real error? how MTA are

[SM-USERS] attachment size problem

2002-11-26 Thread hannu.tikka
sm 1.2.9 , php 4.2.2 and apache 2.0.43 on RedHat linux 8.0 Can't send attachments over 500k . Php parameters should be ok: (post_max_size = 8M, upload_max_filesize = 8M,memory_limit = 16M) any clues? Regards Hannu -- Hannu Tikka [EMAIL PROTECTED] Raahen Porvari- ja Kauppakoulu

[SM-USERS] Attachment size limit....

2002-11-06 Thread Mario Henley Becerril Geldis
Hi managers. When i try attach a file greater than 2MB, send a error, my quiestion is...SM have a limit for file attach..??? How a change this..?? -- Mario Henley Becerril Geldis .jA .nimdA smetsyS --- This sf.net email is sponsor