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

发送邮件时,报postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by

时间:2015-05-12 09:26:56      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:linux   邮件   postfix   

                                       Linux6.5发送邮件时,异常postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by


报错信息:

 sendmail: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
App 12838 stdout: sendmail: warning: inet_protocols: configuring for IPv4 support only
App 12838 stdout: postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
App 12838 stdout: postdrop: warning: inet_protocols: configuring for IPv4 support only
App 12838 stdout: postdrop: warning: unable to look up public/pickup: No such file or directory
App 12731 stderr:   Rendered mails/mail_successed.html.erb within layouts/mails (0.5ms)
App 12731 stderr:   Rendered common/_top.html.erb (1.5ms)
App 12731 stderr:   Rendered common/_mail_manage.html.erb (0.9ms)
App 12731 stderr:   Rendered common/_footer.html.erb (0.1ms)


解决方法:

(1)修改#  /etc/postfix/main.cf 这个文件
(2)修改内容: 把inet_protocols = all   修改为inet_protocols = ipv4
 (3)报存退出 wq!
 (4)重新启动# /etc/init.d/postfix restart使修改生效
 (5)OK

参考文章:http://blog.hexu.org/archives/1702.shtml


发送邮件时,报postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by

标签:linux   邮件   postfix   

原文地址:http://blog.csdn.net/li_yong_kuan/article/details/45652127

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