debian wordpress 无法发信解决
2010年6月14日
| 发布: 8101
点击图片查看更多内容
之前写的一篇 《Nginx php-fpm sendmail 配置》解决 centos wordpress无法发信,最近换成debian又开始无法发信了.
解决方法如下:
# vi /etc/exim4/update-exim4.conf.conf
修改以下两项
dc_eximconfig_configtype='internet' dc_smarthost='mxxx.shes.tcc.edu.tw'
打开 php.ini,修改
sendmail_path = /usr/sbin/sendmail -t
简单介绍下问题所在, Centos默认的MTA是sendmail , Debian默认的MTA是exim
请对我们的文章进行评论
发表评论
