From a11603bb9007ed7ef9721a35f250c6bff8c8158c Mon Sep 17 00:00:00 2001 From: redray <redray@ispconfig3> Date: Thu, 11 Dec 2008 10:31:58 -0500 Subject: [PATCH] changed path from /home/vmail to /var/vmail in install files --- install/dist/conf/gentoo.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php index 76c6848..5cefec7 100644 --- a/install/dist/conf/gentoo.conf.php +++ b/install/dist/conf/gentoo.conf.php @@ -58,7 +58,7 @@ $dist['postfix']['vmail_username'] = 'vmail'; $dist['postfix']['vmail_groupid'] = '5000'; $dist['postfix']['vmail_groupname'] = 'vmail'; -$dist['postfix']['vmail_mailbox_base'] = '/home/vmail'; +$dist['postfix']['vmail_mailbox_base'] = '/var/vmail'; //* Getmail $dist['getmail']['config_dir'] = '/etc/getmail'; -- Gitblit v1.9.1