• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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