军哥,关于SMTP发信的问题
PHPWIND系统,LNMP1.2安装完了,测试发信不正常,按置顶帖操作完了sed -i 's/,fsockopen//g' /usr/local/php/etc/php.ini
sed -i 's/,pfsockopen//g' /usr/local/php/etc/php.ini
然后执行:/etc/init.d/php-fpm restart 重启生效
smtp设置没有问题,我在虚拟主机上设置相同的发信成功了,在VPS上面设置不成功,想问一下是啥原因?
是不是端口没开?
# netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address Stat e PID/Program name
tcp 0 0 0.0.0.0:21 0.0.0.0:* LIST EN 1508/pure-ftpd (SER
tcp 0 0 0.0.0.0:22 0.0.0.0:* LIST EN 544/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LIST EN 518/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LIST EN 1023/sendmail
tcp 0 0 0.0.0.0:444 0.0.0.0:* LIST EN 1544/python
tcp 0 0 103.192.178.14:25085 0.0.0.0:* LIST EN 16036/pure-ftpd (ID
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LIST EN 15862/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LIST EN 15453/nginx
tcp 0 0 :::21 :::* LIST EN 1508/pure-ftpd (SER
tcp 0 0 :::22 :::* LIST EN 544/sshd
tcp 0 0 ::1:631 :::* LIST EN 518/cupsd
#
错误信息是这样的:
连接邮件服务器失败,请检查:
1、服务器地址和端口是否设置正确! 2、网络是否通畅!
麻烦了……:hug: 使用smtp插件发邮件,首先要确认填写的smtp信息正确,再看一下iptables是否封了25端口
可以网站找个脚本测试看看具体到哪一步
页:
[1]