Skip to content

Commit

Permalink
Update DovecotInstaller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Apr 23, 2024
1 parent 60d6d8b commit 4ca2496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function install()

$commands = [];
$commands[] = 'echo "Installing dovecot..."';
$commands[] = 'apt-get install -y dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd';
$commands[] = 'apt-get install -y telnet dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd';

$shellFileContent = '';
foreach ($commands as $command) {
Expand Down

0 comments on commit 4ca2496

Please sign in to comment.