Skip to content

Commit a11603b

Browse files
author
redray
committed
changed path from /home/vmail to /var/vmail in install files
1 parent 96099f4 commit a11603b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

install/dist/conf/debian40.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
$conf['postfix']['vmail_username'] = 'vmail';
9393
$conf['postfix']['vmail_groupid'] = '5000';
9494
$conf['postfix']['vmail_groupname'] = 'vmail';
95-
$conf['postfix']['vmail_mailbox_base'] = '/home/vmail';
95+
$conf['postfix']['vmail_mailbox_base'] = '/var/vmail';
9696

9797
//* Getmail
9898
$conf['getmail']['installed'] = false; // will be detected automatically during installation

install/dist/conf/fedora9.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
$conf['postfix']['vmail_username'] = 'vmail';
9393
$conf['postfix']['vmail_groupid'] = '5000';
9494
$conf['postfix']['vmail_groupname'] = 'vmail';
95-
$conf['postfix']['vmail_mailbox_base'] = '/home/vmail';
95+
$conf['postfix']['vmail_mailbox_base'] = '/var/vmail';
9696

9797
//* Getmail
9898
$conf['getmail']['installed'] = false; // will be detected automatically during installation

install/dist/conf/gentoo.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
$dist['postfix']['vmail_username'] = 'vmail';
5959
$dist['postfix']['vmail_groupid'] = '5000';
6060
$dist['postfix']['vmail_groupname'] = 'vmail';
61-
$dist['postfix']['vmail_mailbox_base'] = '/home/vmail';
61+
$dist['postfix']['vmail_mailbox_base'] = '/var/vmail';
6262

6363
//* Getmail
6464
$dist['getmail']['config_dir'] = '/etc/getmail';

install/dist/conf/opensuse110.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
$conf['postfix']['vmail_username'] = 'vmail';
9393
$conf['postfix']['vmail_groupid'] = '5000';
9494
$conf['postfix']['vmail_groupname'] = 'vmail';
95-
$conf['postfix']['vmail_mailbox_base'] = '/home/vmail';
95+
$conf['postfix']['vmail_mailbox_base'] = '/var/vmail';
9696

9797
//* Getmail
9898
$conf['getmail']['installed'] = false; // will be detected automatically during installation

0 commit comments

Comments
 (0)