From 0a1f027bd9b71d618376e1365c35d95d97b15782 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sun, 07 Dec 2008 10:32:29 -0500 Subject: [PATCH] - Detect installed services - Update server.ini during install - Changed default vmail directory form /home/vmail to /var/vmail --- install/tpl/server.ini.master | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index 4431669..41ff082 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -13,8 +13,8 @@ [mail] module=postfix_mysql -maildir_path=/home/vmail/[domain]/[localpart]/ -homedir_path=/home/vmail/ +maildir_path=/var/vmail/[domain]/[localpart]/ +homedir_path=/var/vmail/ mailuser_uid=5000 mailuser_gid=5000 mailuser_name=vmail -- Gitblit v1.9.1