Caspar
New Pleskian
Hi all,
I have not found any answer which will resolve this issue, so I'm posting the issue I have here.
The issue I have is that when changing the e-mail address for the administrator I get an error as followed:
NGINX is running, and I don't have any other problems with NGINX.
I have looked at the support KB: https://support.plesk.com/hc/en-us/articles/214027889-Unable-to-set-Administrator-s-email
This one is partly showing the same problem, but the solution is adjusting the port for apache. I have looked through the apache configuration, and have not found any bindings on port 443.
if I do a netstat I get the folowing information:
The question is: how can I change the admin e-mail address everywhere, or which files can I adjust manually to update the e-mail send to the administrator account.
System information:
Edit:
I tried to run the command manually as root, but I have the same results then.
Running the command:
did not find any issues other then "there are files or directories with suspicios permissions", which is correct since certain files were placed there and adjusted.
I have not found any answer which will resolve this issue, so I'm posting the issue I have here.
The issue I have is that when changing the e-mail address for the administrator I get an error as followed:
Code:
ch_admin_email: /opt/psa/admin/sbin/httpdmng execution failed:
[2017-02-23 15:55:33] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/nginx_control' '--restart'] with exit code [255]
Can not reload proxy server: Service /etc/init.d/nginx failed to restart
ch_admin_email: Cannot change admin email for web server.
NGINX is running, and I don't have any other problems with NGINX.
I have looked at the support KB: https://support.plesk.com/hc/en-us/articles/214027889-Unable-to-set-Administrator-s-email
This one is partly showing the same problem, but the solution is adjusting the port for apache. I have looked through the apache configuration, and have not found any bindings on port 443.
if I do a netstat I get the folowing information:
Code:
netstat -nltp | grep apache
tcp6 0 0 :::7080 :::* LISTEN 1473/apache2
tcp6 0 0 :::7081 :::* LISTEN 1473/apache2
netstat -nltp | grep nginx
tcp 0 0 <IP>:80 0.0.0.0:* LISTEN 18679/nginx
tcp 0 0 <IP>:443 0.0.0.0:* LISTEN 18679/nginx
The question is: how can I change the admin e-mail address everywhere, or which files can I adjust manually to update the e-mail send to the administrator account.
System information:
Code:
Product version: 12.5.30 Update #60
Update date: 2017/02/20 06:25
Build date: 2016/06/08 09:00
OS version: Ubuntu 14.04
Revision: 344620
Architecture: 64-bit
Wrapper version: 1.2
Edit:
I tried to run the command manually as root, but I have the same results then.
Running the command:
Code:
plesk repair all -n
Last edited: