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/debian40.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index 76d850a..131669e 100644 --- a/install/dist/conf/debian40.conf.php +++ b/install/dist/conf/debian40.conf.php @@ -92,7 +92,7 @@ $conf['postfix']['vmail_username'] = 'vmail'; $conf['postfix']['vmail_groupid'] = '5000'; $conf['postfix']['vmail_groupname'] = 'vmail'; -$conf['postfix']['vmail_mailbox_base'] = '/home/vmail'; +$conf['postfix']['vmail_mailbox_base'] = '/var/vmail'; //* Getmail $conf['getmail']['installed'] = false; // will be detected automatically during installation -- Gitblit v1.9.1