Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: mgb on July 12, 2011, 04:59:10 PM
-
Hello question about version 7.5
Is the mail account server storage size is limited
Or until the disk size
Another question file size for sending e-mail
Can I change the size of the attachment to e thank
-
mgb, please, R E A D the documentation, the FAQs and search here and in the wiki, thank you
-
I am sorry
But I could not find the subject
http://wiki.contribs.org/SME_Server:Documentation
-
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Set_max_email_size
-
Is the mail account server storage size is limited
Or until the disk size
If I understand above question correctly you are wondering whether e-mail can be received and stored unlimited on SME Server.
IIRC the answer is simple: The server receives and stores e-mail until the disk is full, unless quota are set for a user, then the system will receive e-mail, but will not deliver this once a user gets over quota.
More on quotas can be found in the manual: http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter9#Quotas
-
is work ?
config setprop qmail MaxMessageSize 10000000000
config show qmail
qmail=service
MaxMessageSize=10000000000
status=enabled
config setprop php 20M UploadMaxFilesize
[root@linux32 /]# config show php
php=service
10M=UploadMaxFilesize
20M=UploadMaxFilesize
AllowUrlFopen=Off
[property]=[value]
status=enabled
Is Need further orders
Also another question
question if the limit is smaller
I thank you for your help
-
mgb
config setprop qmail MaxMessageSize 10000000000
config show qmail
qmail=service
MaxMessageSize=10000000000
status=enabled
You have set a value of 1Gb, is that what you really want for email ?
It will work as long as other paths in the system that email traverses are also configured similarly
ie qpsmtpd
clamav
php (for webmail)
ie as per the link Stefano gave earlier
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Set_max_email_size
You need to follow the above command with
signal-event email-update
or
signal-event post-upgrade
signal-event reboot
Keep in mind most other email servers will not allow email messages this large, so sending from a similarly configured SME server to your SME server will be OK, but not for messages to and from general public/private email systems.
config setprop php 20M UploadMaxFilesize
[root@linux32 /]# config show php
php=service
10M=UploadMaxFilesize
20M=UploadMaxFilesize
You have entered the command incorrectly, twice too (for 10M & 20M) !
To remove these incorrect entries do
config delprop php 10M
config delprop php 20M
Then use the correct syntax
config setprop php UploadMaxFilesize 10M
To reduce the limit, reissue the command with a smaller numeric figure eg
config setprop php UploadMaxFilesize 5M
expand and restart services after eg
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
or to cover all possibilities
signal-event post-upgrade
signal-event reboot
Please read the documentation MORE CAREFULLY
Also see the db command tutorial for a better understanding of the syntax of the db command
http://wiki.contribs.org/Db_command_tutorial
Also see
http://wiki.contribs.org/DB_Variables_Configuration
-
I appreciate the answer
Another question
Evaluation server should serve 200 users
Do you need a very strong hardware investment
Or you can Lhistfk computer such as CPU E6200
And in 4G memory
-
I appreciate the answer
Another question
Evaluation server should serve 200 users
Do you need a very strong hardware investment
Or you can Lhistfk computer such as CPU E6200
And in 4G memory
mgb, please, don't hijack the topic, open a new one
anyway, without knowing what services the server will provide you can't have an answer