我正在努力允許我的電子郵件用戶端(Thunderbird)從遠端伺服器發送和接收數據,但是當我的調製解調器路由器防火牆打開時,它不起作用。因此,我必須設定自訂防火牆配置。
Thunderbird 的帳戶設定是:
Incoming: IMAP
Server hostname: imap.googlemail.com
Port: 993
SSL: SSL/TLS
Authentication: OAuth2
Outgoing: SMTP
smtp.googlemail.com
Port: 465
SSL: SSL/TLS
Authentication: OAuth2
路由器的自訂防火牆策略是:
Port ID: IMAP
Enable: yes
Allowed protocol: TCP
Port range: 993:993
Protocol number: 0
Allow inbound: yes
Allow outbound: no
Port ID: SMTP
Enable: yes
Allowed protocol: TCP
Port range: 465:465
Protocol number: 0
Allow inbound: no
Allow outbound: yes
此配置不允許我傳送和接收電子郵件。我還能嘗試什麼?
答案1
嘗試將 IMAP 的「允許出站」而不是「允許入站」設定為「是」。儘管在您的設定中 IMAP 用於接收郵件,但防火牆規則可能會查看您建立連線的方式(出站到您的電子郵件伺服器)。