Linuxチートシート|Mailサーバ(Postfix)編
メモ
- PostfixはSendmail互換のメール転送エージェント
チートシート
# メール送信
$ mail MAILADDRESS
# Postfixサービスの起動/再起動/終了
$ systemctl start postfix
$ systemctl restart postfix
$ systemctl stop postfix
# Postfixサービスの自動起動の有効化/無効化
$ systemctl enable postfix
$ systemctl disable postfix
# Postfixの設定値を確認
$ postconf
# Postfixの設定値を確認(デフォルト設定からの変更分のみ)
$ postconf -n
# /etc/postfix/accessファイルをバイナリ化
$ postmap /etc/postfix/access
設定ファイル
# Postfixの設定ファイル
/etc/postfix/main.cf
# アクセス制御
/etc/postfix/access
# ログ
/var/log/maillog
各種設定の参考
Author And Source
この問題について(Linuxチートシート|Mailサーバ(Postfix)編), 我々は、より多くの情報をここで見つけました https://qiita.com/shtnkgm/items/fd0b74cb5a5088d2e65a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .