redray
2008-12-11 a11603bb9007ed7ef9721a35f250c6bff8c8158c
changed path from /home/vmail to /var/vmail in install files
4 files modified
8 ■■■■ changed files
install/dist/conf/debian40.conf.php 2 ●●● patch | view | raw | blame | history
install/dist/conf/fedora9.conf.php 2 ●●● patch | view | raw | blame | history
install/dist/conf/gentoo.conf.php 2 ●●● patch | view | raw | blame | history
install/dist/conf/opensuse110.conf.php 2 ●●● patch | view | raw | blame | history
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
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
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';
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