postfixでSMTP送信時「Temporary lookup failure」エラーの原因
dockerコンテナからSMTP送信しようと設定を変更していたら「Temporary lookup failure」エラーが出た。
原因: /etc/postfix/main.cf の mynetworks 値が間違えていた。
/etc/postfix/main.cf
- 172.17.0.1/16
+ 172.17.0.0/16
sudo service postfix restart
解決したことを確認。
Author And Source
この問題について(postfixでSMTP送信時「Temporary lookup failure」エラーの原因), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/b9f1ce05bb39ddd92033著者帰属:元の著者の情報は、元の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 .