CloudGarageでメールが送れない
1559 ワード
CloudGarageにCentOS7をいれてmail
コマンドを使ったらエラーになった。
エラー
send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
解決策
ちょっと古いけど、CentOSでIPv6 を無効にするとメールが送れなくなった - Qiitaの方法が参考になりそう(CloudGarageの場合、そもそもIPv6がない)
投稿によると/etc/hosts
にあるIPv6設定をコメントアウトする必要あるらしい。
/etc/hosts
前
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
後
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
修正してもう一回送信
postdrop: warning: unable to look up public/pickup: No such file or directory
あれ?・・・postfix
が起動してない?
サービス起動
systemctl start postfix
今度こそ送信完了。
Author And Source
この問題について(CloudGarageでメールが送れない), 我々は、より多くの情報をここで見つけました https://qiita.com/CloudRemix/items/dfbc22122cc08d649996著者帰属:元の著者の情報は、元の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 .