CentOSでIPv6を無効にするとPostfixが動作しない
概要
CentOS7でIPv6を無効化すると、メール送信がエラーとなる。
send-mail: fatal: parameter inet_interfaces: no local interface found for ::1
対処法
::1
はIPv6のlocalhostのため、IPv6絡み。
hosts
の該当行をコメントアウトすれば解決する
vi /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
サービス再起動も忘れずに
systemctl restart postfix.service
Author And Source
この問題について(CentOSでIPv6を無効にするとPostfixが動作しない), 我々は、より多くの情報をここで見つけました https://qiita.com/halpas/items/191b73d29d55eeda4133著者帰属:元の著者の情報は、元の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 .