码迷,mamicode.com
首页 > Web开发 > 详细

send-mail: fatal: parameter inet_interfaces: no local interface found for ::1

时间:2018-01-10 13:58:24      阅读:453      评论:0      收藏:0      [点我收藏+]

标签:int   oca   .com   tar   prot   net   发送   gpo   邮件内容   

转载:http://blog.csdn.net/csdnones/article/details/50717934

发送邮件:

[root@iZ23whn33jnZ log]# echo ‘这是邮件标题‘ | mail -s "这是邮件内容" 9379963xx@qq.com

出现异常:

[root@iZ23whn33jnZ log]# send-mail: fatal: parameter inet_interfaces: no local interface found for ::1

查看centos中的postfix日志

more  /var/log/maillog

postfix: fatal: parameter inet_interfaces: no local interface found for ::1

vi  /etc/postfix/main.cf

发现配置为:

inet_interfaces = localhost

inet_protocols = all

改成:

inet_interfaces = all

inet_protocols = all

重新启动

service postfix start

OK!

send-mail: fatal: parameter inet_interfaces: no local interface found for ::1

标签:int   oca   .com   tar   prot   net   发送   gpo   邮件内容   

原文地址:https://www.cnblogs.com/shengulong/p/8257716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!