[toaster] badhelo

2004-07-22 Thread Costin Gusa
hello
is it possible to include the badhelo patch? as long as i know, badhelo is
now part of qregex patch (http://www.arda.homeunix.net/store/qmail/)

thank you
costin



[toaster] fatal error

2004-07-22 Thread Noel Sanchez
When I try to forward an email with sqmail, say 10M, it gives me this error:

"Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to
allocate 8192 bytes) in /var/www/html/mail/functions/imap_general.php on
line 118"

I've increased max upload size to 15M already. Anyone see this before? Any
pointers?

Thanks


Re: [toaster] fatal error

2004-07-22 Thread Bill Shupp
Noel Sanchez wrote:
When I try to forward an email with sqmail, say 10M, it gives me this error:
"Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to
allocate 8192 bytes) in /var/www/html/mail/functions/imap_general.php on
line 118"
I've increased max upload size to 15M already. Anyone see this before? Any
pointers?
 

You need to increase memory in the php.ini file.  I don't recall the 
variable off the top of my head, but I'm sure it's self-explanatory.  I 
ran into a similar problem with VegaDNS for large zones (thousands of 
records) before pagination was in place.

Regards,
Bill Shupp


Re: [toaster] fatal error

2004-07-22 Thread Noel Sanchez
Thanks for responding Bill. I've already edited /etc/php.ini for
"max_execution_time = 2400" and "memory_limit = 15M". Any other files?



> Noel Sanchez wrote:
>
>>When I try to forward an email with sqmail, say 10M, it gives me this
>> error:
>>
>>"Fatal error: Allowed memory size of 15728640 bytes exhausted (tried to
>>allocate 8192 bytes) in /var/www/html/mail/functions/imap_general.php on
>>line 118"
>>
>>I've increased max upload size to 15M already. Anyone see this before?
>> Any
>>pointers?
>>
>>
>
> You need to increase memory in the php.ini file.  I don't recall the
> variable off the top of my head, but I'm sure it's self-explanatory.  I
> ran into a similar problem with VegaDNS for large zones (thousands of
> records) before pagination was in place.
>
> Regards,
>
> Bill Shupp
>



Re: [toaster] fatal error

2004-07-22 Thread Tom Collins
On Jul 22, 2004, at 3:38 PM, Noel Sanchez wrote:
Thanks for responding Bill. I've already edited /etc/php.ini for
"max_execution_time = 2400" and "memory_limit = 15M". Any other files?
Take a look at this as well:
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
Try an even higher memory limit -- like 100M and see if that fixes it.  
If so, then PHP has some extra overhead when handling the message.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [toaster] fatal error

2004-07-22 Thread Noel Sanchez
Thanks Tom, that worked. I had it set to 15M. What exactly does "POST data
that PHP will accept" mean? Is 100M overkill?



> On Jul 22, 2004, at 3:38 PM, Noel Sanchez wrote:
>> Thanks for responding Bill. I've already edited /etc/php.ini for
>> "max_execution_time = 2400" and "memory_limit = 15M". Any other files?
>
> Take a look at this as well:
>
> ; Maximum size of POST data that PHP will accept.
> post_max_size = 8M
>
> Try an even higher memory limit -- like 100M and see if that fixes it.
> If so, then PHP has some extra overhead when handling the message.
>
> --
> Tom Collins  -  [EMAIL PROTECTED]
> QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
> Info on the Sniffter hand-held Network Tester: http://sniffter.com/
>
>



Re: [toaster] fatal error

2004-07-22 Thread Tom Collins
On Jul 22, 2004, at 5:55 PM, Noel Sanchez wrote:
Thanks Tom, that worked. I had it set to 15M. What exactly does "POST 
data
that PHP will accept" mean? Is 100M overkill?
It's the amount of data it will accept from the web browser sending via 
the HTTP POST method.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/