postfix で構築したサーバでsupport@ のメールが受信できない
環境
centos7
cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
メールサーバ構築後[email protected]へのメールが受信できないと連絡があったので調査
調査
他のユーザからsupport宛にメール送信しログ確認
journalctl -xafu postfix
to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.02, delays=0/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
メール送信はdsn=2.0.0
で成功してるんだが?
ちょっと待てroot宛に送ってるじゃないか!
いろいろ調べた結果/etc/aliases
の記載でsupportがrootに紐づけられているじゃないか
support -> postmaster -> root
てことね
cat /etc/aliases
.
.
.
postmaster: root
support : postmaster
なので
cat /etc/aliases
.
.
.
postmaster: root
#support : postmaster
コメントアウトしてあげれば良い
あとはpostfixをリスタートして完了
systemctl restart postfix
無事メールがsupportのディレクトリに格納されました
Author And Source
この問題について(postfix で構築したサーバでsupport@ のメールが受信できない), 我々は、より多くの情報をここで見つけました https://qiita.com/bzy/items/83cfb044b59cccab2461著者帰属:元の著者の情報は、元の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 .