• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Webmail horde attachment problem,

Try to add option client_max_body_size to http section of /etc/nginx/nginx.conf. For example:

client_max_body_size 100m;

Restart nginx after that.
 
I am using parallels plesk 11 and centos 6.3 and there is no such file in /etc/nginx/nginx.conf no directory named nginx in /etc/ dir.
 
It is part of sw-nginx package. For example:

[root@ppu11-1 ~]# rpm -qf /etc/nginx/nginx.conf
sw-nginx-1.3.0-1.12051815.rhel5
[root@ppu11-1 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)

Do you have sw-nginx package installed?
 
[root@mugu Desktop]$ rpm -qf /etc/nginx/nginx.conf
sw-nginx-1.3.0-1.12051815.centos6.i386
[root@mugu Desktop]$ cat /etc/redhat-release
CentOS release 6.3 (Final)

Yes it's installed but don't have nginx/nginx.conf file in the path you've mentioned. I already did a google search and found about the conf but strangely it's not available on my machine,

Please help.
 
I do not understand you. Your command rpm -qf /etc/nginx/nginx.conf works fine. It means that file exists.
 
I was trying to access the file from putty, it is there I increased the size, it lets me upload the file but when sending the email with attachment I get the following error

There was an error sending your message: sendmail: temporary failure (75)


without attachment I can send emails easily and they are being delivered properly please help me.
 
Back
Top