現在正練習架設一台可以阻擋廣告信以及病毒信的mail server
使用環境是FreeBSD 4.9 + Postfix + Amavisd-new + SpamAssassin + Razor + DCC + Procmail + clamAV
現在問題出在於:
輸入指令 telnet localhost 25
會出現
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
很顯然的無法連到port25
接下來輸入指令 telnet localhost 10025
則出現
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.ks.edu.tw.
Escape character is '^]'. 像這樣的原因該如何解決呢??
希望有接觸過Postfix的前輩教一下
如果用openwebmail寄信
就出現
http://home.pchome.com.tw/personal/waylonalu/smtperror.jpg我認為是postfix裡面沒有設定好,但不知道是哪裡出了問題?
我這裡有防火牆,但是port25還有110 ,我都有開
先謝謝各位前輩