我正在设置一个新的SMTP服务器(服务器A),该服务器应该使用服务器B上的PHPMailer从简单的LAMP安装中接收信息。
我一直在跟踪服务器A的postfix installation guide from DigitalOcean,然后在服务器B上运行this PHPMailer script。执行脚本时,我总是得到以下信息:
2019-04-14 06:00:35 Connection: opening to XXX.XX.XX.XXX:25, timeout=30, options=array() 2019-04-14 06:00:36 Connection failed.
Error #2: stream_socket_client(): unable to connect to XXX.XX.XX.XXX:25 (Connection refused) [/public_html/plugins/php-mailer/src/SMTP.php line 325]
2019-04-14 06:00:36 SMTP ERROR: Failed to connect to server: Connection refused (111) SMTP error: Connect failed
这就是我所做的:
netstat -tulpn
命令确认它们已打开到目前为止,我还没有运气。任何方向上的观点都很好。谢谢