• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Domains with webmail enabled missing from /etc/nginx/plesk.conf.d/webmails

HostaHost

Silver Pleskian
We have a fresh Plesk 12 server where new sites being added are set to have mail enabled, webmail enabled and webmail set to Roundcube. No other webmail options are installed. We're finding new sites get added and show roundcube selected, yet no files exist under /etc/nginx/plesk.conf.d/webmails/ for the domains in question. You have to disable webmail (set it from Roundcube to none) and then set it back to Roundcube, then the relevant files are created and everything works.

Any ideas?
 
Product version: 12.0.18 Update #68
Update date: 2015/10/08 03:28
Build date: 2015/08/17 13:00
Build target: CentOS 7
Revision: 334346
Architecture: 64-bit
Wrapper version: 1.2
 
root@:/etc/nginx/plesk.conf.d/webmails# mysql -u admin --password=`cat /etc/psa/.psa.shadow` -e "select count(*) from domains" psa
+----------+
| count(*) |
+----------+
| 68 |
+----------+
root@:/etc/nginx/plesk.conf.d/webmails# ls -1|wc -l
23
 
Back
Top