Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
f0822aec
Commit
f0822aec
authored
Sep 17, 2010
by
jwarnier
Browse files
move dovecot init_script line where appropriate
parent
41021df2
Changes
1
Show whitespace changes
Inline
Side-by-side
install/dist/conf/debian40.conf.php
View file @
f0822aec
...
@@ -125,11 +125,11 @@ $conf['courier']['courier-imap'] = 'courier-imap';
...
@@ -125,11 +125,11 @@ $conf['courier']['courier-imap'] = 'courier-imap';
$conf
[
'courier'
][
'courier-imap-ssl'
]
=
'courier-imap-ssl'
;
$conf
[
'courier'
][
'courier-imap-ssl'
]
=
'courier-imap-ssl'
;
$conf
[
'courier'
][
'courier-pop'
]
=
'courier-pop'
;
$conf
[
'courier'
][
'courier-pop'
]
=
'courier-pop'
;
$conf
[
'courier'
][
'courier-pop-ssl'
]
=
'courier-pop-ssl'
;
$conf
[
'courier'
][
'courier-pop-ssl'
]
=
'courier-pop-ssl'
;
$conf
[
'dovecot'
][
'init_script'
]
=
'dovecot'
;
//* Dovecot
//* Dovecot
$conf
[
'dovecot'
][
'installed'
]
=
false
;
// will be detected automatically during installation
$conf
[
'dovecot'
][
'installed'
]
=
false
;
// will be detected automatically during installation
$conf
[
'dovecot'
][
'config_dir'
]
=
'/etc/dovecot'
;
$conf
[
'dovecot'
][
'config_dir'
]
=
'/etc/dovecot'
;
$conf
[
'dovecot'
][
'init_script'
]
=
'dovecot'
;
//* SASL
//* SASL
$conf
[
'saslauthd'
][
'installed'
]
=
false
;
// will be detected automatically during installation
$conf
[
'saslauthd'
][
'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