mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 00:50:32 +00:00
update
This commit is contained in:
parent
d8d1057c5d
commit
d587e7e87b
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue