This commit is contained in:
Bozhidar 2024-04-24 14:33:15 +03:00
parent d8d1057c5d
commit d587e7e87b
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class DovecotInstaller
$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';

View file

@ -263,7 +263,7 @@ class Installer extends Page
$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')