Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Apr 24, 2024
1 parent d8d1057 commit d587e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';



Expand Down
2 changes: 1 addition & 1 deletion web/app/Livewire/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d587e7e

Please sign in to comment.