Centos8.3にpostfixをインストールする方法
操作方法
1.Postfixのインストール
# dnf install postfix
2.サービス起動
# systemctl start postfix
# systemctl status postfix
自動起動を有効
# systemctl enable postfix
Created symlink /etc/systemd/system/multi-user.target.wants/postfix.service → /usr/lib/systemd/system/postfix.service.
3.設定ファイルを修正
# vi /etc/postfix/main.cf
myhostname = xxx
mydomain = xxx