ポート25にバインドされたpostfixリレードッカーコンテナを設定しました。mail
ホストCLIのコマンドを使用できますが、それを介してインストールするmailutils
たびapt
にpostfix
インストールしたいと思います。
インストールせずにコマンドに直接mailutils
アクセスできるように、どのようにインストールしますか?mail
postfix
答え1
apt update
apt purge postfix mailutils -y
apt autoremove -y
rm /etc/postfix/ -R
reboot
apt install mailutils sendmail -y
apt purge postfix -y
apt autoremove -y
systemctl stop sendmail
systemctl disable sendmail
reboot