Skip to content

Commit 27037ac

Browse files
committed
SASL configuration missing in expert installation mode.
1 parent 63d1be2 commit 27037ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@
291291
swriteln('Configuring Postfix');
292292
$inst->configure_postfix();
293293

294+
//* Configure saslauthd
295+
swriteln('Configuring SASL');
296+
$inst->configure_saslauthd();
297+
294298
//* Configure PAM
295299
swriteln('Configuring PAM');
296300
$inst->configure_pam();

0 commit comments

Comments
 (0)