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
ISPConfig
ISPConfig 3
Commits
27037ac4
Commit
27037ac4
authored
Dec 21, 2008
by
tbrehm
Browse files
SASL configuration missing in expert installation mode.
parent
63d1be29
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
27037ac4
...
...
@@ -291,6 +291,10 @@ if($install_mode == 'standard') {
swriteln
(
'Configuring Postfix'
);
$inst
->
configure_postfix
();
//* Configure saslauthd
swriteln
(
'Configuring SASL'
);
$inst
->
configure_saslauthd
();
//* Configure PAM
swriteln
(
'Configuring PAM'
);
$inst
->
configure_pam
();
...
...
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