From a11603bb9007ed7ef9721a35f250c6bff8c8158c Mon Sep 17 00:00:00 2001 From: redray Date: Thu, 11 Dec 2008 15:31:58 +0000 Subject: [PATCH] changed path from /home/vmail to /var/vmail in install files --- install/dist/conf/debian40.conf.php | 2 +- install/dist/conf/fedora9.conf.php | 2 +- install/dist/conf/gentoo.conf.php | 2 +- install/dist/conf/opensuse110.conf.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index 76d850a04a..131669ee98 100644 --- a/install/dist/conf/debian40.conf.php +++ b/install/dist/conf/debian40.conf.php @@ -92,7 +92,7 @@ $conf['postfix']['vmail_userid'] = '5000'; $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 diff --git a/install/dist/conf/fedora9.conf.php b/install/dist/conf/fedora9.conf.php index 28006680ba..1186ef07ae 100644 --- a/install/dist/conf/fedora9.conf.php +++ b/install/dist/conf/fedora9.conf.php @@ -92,7 +92,7 @@ $conf['postfix']['vmail_userid'] = '5000'; $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 diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php index 76c684894b..5cefec7834 100644 --- a/install/dist/conf/gentoo.conf.php +++ b/install/dist/conf/gentoo.conf.php @@ -58,7 +58,7 @@ $dist['postfix']['vmail_userid'] = '5000'; $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'; diff --git a/install/dist/conf/opensuse110.conf.php b/install/dist/conf/opensuse110.conf.php index 66ba7c2059..a84ae27949 100644 --- a/install/dist/conf/opensuse110.conf.php +++ b/install/dist/conf/opensuse110.conf.php @@ -92,7 +92,7 @@ $conf['postfix']['vmail_userid'] = '5000'; $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 -- GitLab