作者:依喜若_138 | 来源:互联网 | 2014-05-28 08:57
debian下已经使用exim4替代了sendmail的功能。安装:apt-getinstallexim4配置:dpkg-reconfigureexim4-config选择服务器是网络中,然后ip使用127.0.0.1就可以了测试:mailjiaqiubo#msn.comSubject:hellowohenhao..C
debian下已经使用exim4替代了
sendmail的功能。
安装:apt-get install exim4
配置:dpkg-reconfigure exim4-config
选择服务器是网络中,然后ip使用127.0.0.1就可以了
测试:mail jiaqiubo#msn.com
Subject: hello
wo hen hao.
.
Cc:
这里的 (回车 + . + 回车) 是结束的意思。
注意的问题:
log记录将不会再存放与mail下,他使用自己的log,tail -f /var/log/exim4/mainlog
php中配置sendmail选项的时候需要注意的问题
sendmail_path = sendmail -t
原因:sendmail_path预设的参数会带有 -t -i
-i会造成Exim持续等待输入,而o法侦测到文件是否传输完毕,必须手动去掉这个参数。