Koozali.org: home of the SME Server

Email attachement size limit.

Offline calisun

  • *
  • 620
  • +0/-1
Email attachement size limit.
« on: May 03, 2008, 02:51:52 AM »
I know this has been discussed here before many times on how to increase email attachment size. I have found a way on how to do it:

config setprop qmail MaxMessageSize x
signal-event email-update

My question is, I use webmail, and no matter what number I put after MaxMessageSize, the webmail always shows: (Maximum Attachment Size: 10,485,760 bytes)

What gives? What am I doing wrong?
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline janet

  • *****
  • 4,812
  • +0/-0
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline calisun

  • *
  • 620
  • +0/-1
Re: Email attachement size limit.
« Reply #2 on: May 06, 2008, 01:16:54 AM »
Ok,
I did as suggested by the links provided by Mary.
The commands I gave were:

db configuration setprop php post_max_size 30M
db configuration setprop php upload_max_filesize 30M
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart


but my webmail still shows: (Maximum Attachment Size: 10,485,760 bytes)
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Email attachement size limit.
« Reply #3 on: May 06, 2008, 02:16:38 AM »
calisun

Did you not even read the first link where it says
db configuration setprop php MemoryLimit XXM
expand-template /etc/php.ini
sv t httpd-e-smith

In addition to what you have already done and the above, you should also adjust
MemoryLimit
and
MaxExecutionTime
as per the second link
« Last Edit: May 06, 2008, 05:24:28 AM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline calisun

  • *
  • 620
  • +0/-1
Re: Email attachement size limit.
« Reply #4 on: May 06, 2008, 05:15:29 AM »
Did you not even read the first link

Yes I did, and I did:

db configuration setprop php MemmoryLimit 50M
expand-template /etc/php.ini
sv t httpd-e-smith
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Email attachement size limit.
« Reply #5 on: May 06, 2008, 05:27:49 AM »
calisun

> MemmoryLimit

The wiki spelt that incorrectly.
You should do
db configuration delprop php MemmoryLimit

and then do
db configuration setprop php MemoryLimit 50M
expand-template /etc/php.ini
sv t httpd-e-smith


Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline calisun

  • *
  • 620
  • +0/-1
Re: Email attachement size limit.
« Reply #6 on: May 06, 2008, 06:55:22 AM »
I did:

db configuration setprop php MemoryLimit 50M
expand-template /etc/php.ini
sv t httpd-e-smith

db configuration setprop php post_max_size 30M
db configuration setprop php upload_max_filesize 30M
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart

Than I did reconfigure and reboot,
but my webmail still shows: (Maximum Attachment Size: 10,485,760 bytes)
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Email attachement size limit.
« Reply #7 on: May 06, 2008, 07:53:36 AM »
calisun

Quote
db configuration setprop php post_max_size 30M
db configuration setprop php upload_max_filesize 30M

Are you really bothering to carefully read the links provided earlier ?

The second link says:
db configuration setprop php variable value

and the names in the table for the variable column are:
PostMaxSize
UploadMaxFilesize
MemoryLimit
MaxExecutionTime

Try those commands again using the correct variable names, and delete the incorrect ones using the command syntax previously advised
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline calisun

  • *
  • 620
  • +0/-1
Re: Email attachement size limit.
« Reply #8 on: May 06, 2008, 08:43:16 AM »
Are you really bothering to carefully read the links provided earlier ?....

Did you not even read the first link.....

No need to be condescending.

and yes, I was taking information from wrong column, from Target column but should be Variable column.

Works now, thanks
« Last Edit: May 06, 2008, 05:11:09 PM by calisun »
SME user and community member since 2005.
Want to install Wordpress in iBay of SME Server?
See my step-by-step How-To wiki here:
http://wiki.contribs.org/Wordpress_Multisite

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Email attachement size limit.
« Reply #9 on: May 06, 2008, 09:10:09 AM »
calisun

Quote
No need to be condescending.

I wasn't.
You were not reading the information correctly, and I was pointing that out to you.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.