• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Vhost problem after update to 9.5.2

R

Ronald Boot

Guest
Last night i unstalled Plesk from 9.5.1 to 9.5.2 and since then the atmail webmailclient automaticly appears when visiting a vhost. Restarted all services but nothing will help, i can't find anything on the net about this neither.

OS: Linux 2.6.18-194.17.1.el5

Anyone got a solution? Thanks a lot in advance.
 
Try to remove it and add back with something like
/usr/local/psa/admin/bin/webmailmng --remove --name=atmail

/usr/local/psa/admin/bin/webmailmng --install --name=atmail
--help option for details
 
Thanks IgorG, we will try this option. Am i right that you think that atmail update gives this problem?

Could running this help perhaps:
# /usr/local/psa/admin/bin/websrvmng -av
?
 
It is difficult to say what was wrong there after upgrade without detailed investigation.
Yes you can try to run websrvmng -v -a too.
 
Thanks you very much for the help. The combination of
# /usr/local/psa/admin/bin/websrvmng -v -a
and what you advised with "/usr/local/psa/admin/bin/webmailmng" did the trick and all vhosts working 100%.

Strange though that Plesk has updated to 9.5.2 completely but it still shows 9.5.1 in the admin panel. I guess i have to look for that issue further in this forum.
 
Regarding Plesk version check output of following commands:
cat /usr/local/psa/version
rpm -q psa

And in psa database:

select * from misc where param='version';
 
Done but no result:

# rpm -q psa
psa-9.5.1-cos5.build95100414.15
psa-9.5.2-cos5.build95100504.10

mysql> select * from misc where param='version';
+---------+------+
| param | val |
+---------+------+
| version | 0951 |
+---------+------+
1 row in set (0.00 sec)

When i check the availalable updates in Plesk it shows that all updates are finished well for 9.5.2 ...
 
Bad news... You have not correctly completed upgrade. It can lead to unpredictable consequences. I suggest you contact support team because fixing uncompleted upgrade is not trivial task.
 
Yes indeed, i had a feeling about it already. I will contact the support team. Thanks for your help.
 
Back
Top