LoginSignup
1
0

More than 5 years have passed since last update.

postfixでSMTP送信時「Temporary lookup failure」エラーの原因

Posted at

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

解決したことを確認。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0