随笔分类 -  linux

邮件发送失败 Failed to connect to server: Permission denied (13)
摘要:本地可以正常发送邮件 但是上传到linux不出现以下错误SMTP -> ERROR: Failed to connect to server: Permission denied (13)The following From address failed: teat33@163.com解决方法:SELinux 阻止了 httpd 的连接。修改方式也给出来了,以 root 身份运行以下命令即可://httpd s are allowed to connect out to the networksetsebool -P httpd_can_network_connect 1 阅读全文
posted @ 2013-06-25 11:53 ijoanne 阅读(1078) 评论(0) 推荐(0)