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
lolo888
ISPConfig 3
Commits
e618685e
Commit
e618685e
authored
Sep 17, 2010
by
jwarnier
Browse files
move dovecot init_script line where appropriate
parent
f0822aec
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/debian60.conf.php
View file @
e618685e
...
...
@@ -125,11 +125,11 @@ $conf['courier']['courier-imap'] = 'courier-imap';
$conf
[
'courier'
][
'courier-imap-ssl'
]
=
'courier-imap-ssl'
;
$conf
[
'courier'
][
'courier-pop'
]
=
'courier-pop'
;
$conf
[
'courier'
][
'courier-pop-ssl'
]
=
'courier-pop-ssl'
;
$conf
[
'dovecot'
][
'init_script'
]
=
'dovecot'
;
//* Dovecot
$conf
[
'dovecot'
][
'installed'
]
=
false
;
// will be detected automatically during installation
$conf
[
'dovecot'
][
'config_dir'
]
=
'/etc/dovecot'
;
$conf
[
'dovecot'
][
'init_script'
]
=
'dovecot'
;
//* SASL
$conf
[
'saslauthd'
][
'installed'
]
=
false
;
// will be detected automatically during installation
...
...
@@ -186,4 +186,4 @@ $conf['cron']['init_script'] = 'cron';
$conf
[
'cron'
][
'crontab_dir'
]
=
'/etc/cron.d'
;
$conf
[
'cron'
][
'wget'
]
=
'/usr/bin/wget'
;
?>
\ No newline at end of file
?>
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