• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue rebooted apache and 1 domain's webmail stopped working?

larryk

Regular Pleskian
OS ‪CentOS Linux 7.2.1511 (Core)‬
Product Plesk Onyx
Version 17.0.17 Update #34, last updated on Sept 28, 2017 03:22 AM


before reboot, this worked: webmail.domain.com

after reboot, webmail.domain.com "for some unknown reason" is NOW auto redirecting to www.domain.com

i'm dying here trying to figure this one out? :(
 
Last edited:
Have you tried to reconfigure the domain? Like
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain <domainname>
? We have experienced errors on the creation and modification of the webmail subdomain configuration files several times when a domain configuraton is changed. Maybe the file is missing altogether or the symbolic link (that's where the error situation comes in) is missing or wrong. If the web server was not restarted before, an old working configuration might still have been in memory, but after reboot, the configuration that is stored on disk is used which is not giving the error.

Other from that, I'd start investigating /etc/httpd/conf/plesk.conf.d/webmails if the webmail configuration file exists and whether it looks like the other files in that directory.
 
Back
Top