From d587e7e87bc5d0f26910d030e554651b0250269f Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Wed, 24 Apr 2024 14:33:15 +0300 Subject: [PATCH] update --- web/app/Installers/Server/Applications/DovecotInstaller.php | 2 +- web/app/Livewire/Installer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/Installers/Server/Applications/DovecotInstaller.php b/web/app/Installers/Server/Applications/DovecotInstaller.php index 9d830060..eddf5db2 100644 --- a/web/app/Installers/Server/Applications/DovecotInstaller.php +++ b/web/app/Installers/Server/Applications/DovecotInstaller.php @@ -19,7 +19,7 @@ public function install() $commands[] = 'echo "Installing dovecot..."'; // postfix - internet site - $commands[] = 'apt-get install -y telnet postfix dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd'; + $commands[] = 'apt-get install -y telnet exim4 dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd'; diff --git a/web/app/Livewire/Installer.php b/web/app/Livewire/Installer.php index 9c3ec3a9..44df5154 100644 --- a/web/app/Livewire/Installer.php +++ b/web/app/Livewire/Installer.php @@ -263,7 +263,7 @@ public function form(Form $form): Form $dovecotInstaller->setLogFilePath(storage_path($this->install_log_file_path)); $dovecotInstaller->install(); - dd(storage_path($this->install_log_file_path)); + // dd(storage_path($this->install_log_file_path)); }), Wizard\Step::make('Step 4')