fix wrong home directory for virtual users

This commit is contained in:
Daniel Frank 2019-06-13 15:10:37 +02:00
parent 9ddfcfe14f
commit 92bca820f8
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -24,7 +24,7 @@
roundcubePhpfpmHostPort = "127.0.0.1:9001"; roundcubePhpfpmHostPort = "127.0.0.1:9001";
roundcubeUser = "roundcube"; roundcubeUser = "roundcube";
useSSL = false; useSSL = false;
vmailBaseDir = "/var/vmail"; vmailBaseDir = "/srv/vmail";
vmailGID = 10000; vmailGID = 10000;
vmailGroup = "vmail"; vmailGroup = "vmail";
vmailUID = 10000; vmailUID = 10000;