■AlmaLinux 9_Postfixのインストール
2023/8/15
(Windows 10 Version 22H2)
(AlmaLinux-9.2-x86_64-minimal.iso)
・SSHでログイン
・ルートに変更
su –
・下記のコマンドを実行
dnf -y install postfix
・「Postfix」バージョン確認
postconf | grep mail_version
・postfixを起動
systemctl start postfix
■AlmaLinux 9_Postfixのインストール
2023/8/15
(Windows 10 Version 22H2)
(AlmaLinux-9.2-x86_64-minimal.iso)
・SSHでログイン
・ルートに変更
su –
・下記のコマンドを実行
dnf -y install postfix
・「Postfix」バージョン確認
postconf | grep mail_version
・postfixを起動
systemctl start postfix