TOP ▲
itcore TOP
> TIPS
> mail_err_ipv6.php
タグ:メール postfix エラー ipv6 IPv6を無効にしたらメール送信がエラーとなった。 | itcore 2019年
エラーログ
[root@www log]# tail maillog
Mar 18 13:06:54 www postfix/sendmail[24380]: fatal: parameter inet_interfaces: no local interface found for ::
対応
[root@www log]# mkdir -p /etc/rireki
[root@www log]# cp -ip /etc/hosts /etc/rireki/hosts_20190318
[root@www log]# vi /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 ※IPv6の部分をコメントにします。
[root@www log]# systemctl start postfix