
伺服器也有運行 PHP 服務的 httpd 我確實在這裡閱讀了指南:https://a1websitepro.com/find-track-filthy-spammer-block/ 我確實安裝了 EXIM
我的客戶抱怨他們在 Windows Server 2000、2003、2012 上從未發生過這種情況。
這是我運行過的命令列表
[![在此輸入影像描述][1]][1]
是否閱讀並嘗試過:
- https://serverfault.com/questions/647871/define-originating-process-for-outbound-traffic
- http://www.rfxn.com/projects/linux-malware-detect/
- https://serverfault.com/questions/483650/how-to-find-which-script-on-my-server-is-sending-spam-emails
- https://ericheikes.com/tracing-spam-from-php-scripts/
- https://www.inmotionhosting.com/support/email/find-spam-script-location-with-exim/
答案1
(注意:我從螢幕截圖中確定了您的 FQDN 並瀏覽了您的網站)
問題可能是您允許透過沒有驗證碼或控制項的表單傳送電子郵件:
您的伺服器聲稱郵件已發送:
我可以驗證電子郵件已發送到我的伺服器,但我的伺服器拒絕了它,因為您正在斯帕姆豪斯 RBL:
# grep 1xx.1xx.1xx.2x mail.log
Jan 14 14:24:11 bifrost postfix/smtpd[249717]: NOQUEUE: reject:
RCPT from s1xx-1xx-1xx-2x.ax.hxxx.txxxx.net[1xx.1xx.1xx.2x]:
554 5.7.1 Service unavailable; Client host [1xx.1xx.1xx.2x] blocked using zen.spamhaus.org;
https://www.spamhaus.org/query/ip/1xx.1xx.1xx.2x;
from=<[email protected]>
to=<[email protected]>
proto=ESMTP helo=<wxxxxxx.cxxxxxx.wxxxxxx.ca>
您的下一步應該是使用真正的驗證碼來保護您網站上的所有此類表單- 而不僅僅是市長的姓名,正如您網站上的另一種表單所要求的那樣- 然後考慮從Spamhaus 和您的任何其他RBL 中除名已經結束了。