• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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