|
我的PHP application需要有send mail 的功能, 但是Postfix却不能send 出mail. Postfix是setup CENTOS时一同装置的。过后就没去configure里面的设定。
/var/log/maillog里的error log:
Nov 30 13:37:31 localhost sendmail[16596]: lAH8iuJ4003239: to=,ctladdr=(48/48), delay=20:52:35, xdelay=00:00:40, mailer=esmtp,pri=2010324,relay=streamyx.com., dsn=4.0.0, stat=Deferred: Nameserver:streamyx.com.: host name lookup failure
我的php.ini的setting如下 [mail function] :
SMTP = localhost
smtp_port = 25
sendmail_from = juliusts@streamyx.com
sendmail_path = /usr/sbin/sendmail -t -i
SMTP port 也有开 (nmap -sT -O localhost)。
有什么解决方法吗?
谢谢。 |
|