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/fedora9.conf.php | 2 +- install/dist/conf/opensuse110.conf.php | 2 +- install/dist/conf/debian40.conf.php | 2 +- install/dist/conf/gentoo.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 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 diff --git a/install/dist/conf/fedora9.conf.php b/install/dist/conf/fedora9.conf.php index 2800668..1186ef0 100644 --- a/install/dist/conf/fedora9.conf.php +++ b/install/dist/conf/fedora9.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 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'; diff --git a/install/dist/conf/opensuse110.conf.php b/install/dist/conf/opensuse110.conf.php index 66ba7c2..a84ae27 100644 --- a/install/dist/conf/opensuse110.conf.php +++ b/install/dist/conf/opensuse110.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