Skip to content
Snippets Groups Projects
Commit 27037ac4 authored by tbrehm's avatar tbrehm
Browse files

SASL configuration missing in expert installation mode.

parent 63d1be29
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment