• 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.

Error: Password file could not be found

J

JimmyR1989

Guest
Hi All,

My Atmail has stopped working, and gives this error when trying to access webmail.

Error: Password file could not be found

I have tried removing and re-installing and tried updating. With no luck.

Can anyone please give me any advice.

Thank you
 
Edit: /etc/psa-webmail/atmail/atmail_vhost.conf and look for this line:

Code:
php_admin_value open_basedir "@WEBMAIL_DOCROOT@:/var/log/atmail:/etc/psa:/tmp:/var/tmp:/etc/psa-webmail/atmail"


You will see it twice. Be sure to append the ":/etc/psa-webmail/atmail" like you see above. This will set it properly for the template, but it will *not* make it live. To do that, this should work:

Code:
/usr/local/psa/admin/bin/websrvmng -a


Check to see if the template was pushed to your atmail configuration file by running this:

Code:
cat /etc/httpd/conf.d/zzz_atmail_vhost.conf | grep open_basedir


If you see the ":/etc/psa-webmail/atmail" portion appended to the open_basedir line that this last command presents to you, then simply restart apache to apply it:

Code:
/sbin/service httpd restart


If not, edit that file as well and manually insert it in the same way you did to the template file, then restart apache.
 
Interestingly, zzz_atmail_vhost.conf is missing on my plesk 12, even though I had added atmail support..

Adding the opendir does not appear to solve the atmail problem for Plesk 12.
I added it lavishly into the templates, did an httpdmng -a, waited 10 minutes,
restarted httpd, same result - cannot find password file.
 
Last edited:
Back
Top