Skip to content

Commit

Permalink
Update send_mail.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
afiniel committed Oct 31, 2022
1 parent 0641c64 commit c7ae820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yiimp_single/send_mail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ fi

echo -e "$YELLOW => Installing mail system $COL_RESET"

apt_install postfix mailutils

sudo debconf-set-selections <<<"postfix postfix/mailname string ${PRIMARY_HOSTNAME}"
sudo debconf-set-selections <<<"postfix postfix/main_mailer_type string 'Internet Site'"
# sudo apt-get install mailutils -y
Expand Down

0 comments on commit c7ae820

Please sign in to comment.