From 4ca2496562eccaff978934bcacd81eb20b207bf7 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 23 Apr 2024 17:15:37 +0300 Subject: [PATCH] Update DovecotInstaller.php --- web/app/Installers/Server/Applications/DovecotInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/Installers/Server/Applications/DovecotInstaller.php b/web/app/Installers/Server/Applications/DovecotInstaller.php index 11facdbd..6306e295 100644 --- a/web/app/Installers/Server/Applications/DovecotInstaller.php +++ b/web/app/Installers/Server/Applications/DovecotInstaller.php @@ -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) {