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
Zvonimir
ISPConfig 3
Commits
9ec545af
Commit
9ec545af
authored
Aug 15, 2012
by
tbrehm
Browse files
Fixed: FS#2295 - Dovecot2 install on CentOS (6) broken
parent
0d20afff
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
9ec545af
...
...
@@ -279,6 +279,9 @@ class installer_dist extends installer_base {
$config_dir
=
$conf
[
'dovecot'
][
'config_dir'
];
//* Use /etc/dovecot as config dir if exists
if
(
is_dir
(
'/etc/dovecot'
))
$config_dir
=
'/etc/dovecot'
;
//* Configure master.cf and add a line for deliver
if
(
is_file
(
$config_dir
.
'/master.cf'
)){
copy
(
$config_dir
.
'/master.cf'
,
$config_dir
.
'/master.cf~2'
);
...
...
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