Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
a11603bb
Commit
a11603bb
authored
Dec 11, 2008
by
redray
Browse files
changed path from /home/vmail to /var/vmail in install files
parent
96099f4a
Changes
4
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/debian40.conf.php
View file @
a11603bb
...
...
@@ -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
...
...
install/dist/conf/fedora9.conf.php
View file @
a11603bb
...
...
@@ -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
...
...
install/dist/conf/gentoo.conf.php
View file @
a11603bb
...
...
@@ -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'
;
...
...
install/dist/conf/opensuse110.conf.php
View file @
a11603bb
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment