Postfixのインストール
カテゴリ:メールサーバ
CentOS/Ubuntu 両対応
Postfixのインストール
Postfix をインストールします。
CentOS 7 の場合:
# yum -y install postfix
CentOS 8 以降の場合:
# dnf -y install postfix
Ubuntu の場合:
# apt -y install postfix
Postfixの自動起動
Postfix の自動起動を有効にします。
# systemctl enable postfix
公開日時:2014年07月20日 21:58:20
最終更新日時:2022年03月10日 21:25:12