diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index 76d850a04a4db5f40343535d65ad5ca46cbaf6d2..131669ee98a5ce6576e70e4795c532db1b2ca807 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 28006680baed958c63a46b1404d6aab3be8571e4..1186ef07aed843bb2b181bf09f5f3c7f9d122178 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 76c684894b1e5b66b75cf9e90b38e99a8fdd26b7..5cefec7834b757b1710b976c62b3a08b32e0ee9e 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 66ba7c2059722d57ed62f4d55d6d6e7afff30aa9..a84ae27949539e6b40853d38665a5b98062af4c5 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