cisco pix防火牆接管smtp的問題,Outlook express不能傳送郵件
客戶端,用OU或FOXMAIL ,傳送郵件,報錯:
由於伺服器拒絕接受發件人的電子郵件地址,這封郵件無法傳送。發件人的電子郵件地址是”。 主題 '我的', 帳戶: , 伺服器: 'mail.cctv.net', 協議: SMTP, 伺服器響應: '536 authentication failed.', 埠: 25, 安全(SSL): 否, 伺服器錯誤: 536, 錯誤號: 0x800CCC78
[@more@]經測試, 透過WEB方式,進行收發郵件正常,但透過OU或FOXMAIL,能收郵件,但不能發郵件.
檢查伺服器服務,監聽,都正常.
GOOGLE : 536 authentication failed
網上都說是客戶端配置問題. 可本人堅信客戶端配置正常.
繼續找服務端的問題....
把MAIL服務重灌...
結果還是一樣.
TELNET MAIL.cctv.net 25
220 ***************0***************** >
ehlo localhost >
502 Error: command not implemented >
helo >
502 Error: command not implemented
發現,25埠不正常
還是GOOGLE :telnet error command not implemented
終於找到了我要的答案:
-------------------------------------------------------------
cisco pix防火牆接管smtp的問題
出處: 作者: 時間:2007-1-4 14:31:00
現象:
telnet
mail.aaaaaaaaaaaaaa.com 25
Trying ddd.ddd.ddd.ddd…
Connected to mail.aaaaaaaaaaaaaa.com.
Escape character is ‘^]’.
220 ****0**********************************
ehlo aaaaaaaaaaaaaa.com
502 Error: command not implemented
helo aaaaaaaaaaaaaa.com
250 mail01.aaaaaaaaaaaaaa.com
ehlo aaaaaaaaaaaaaa.com
502 Error: command not implemented
連線後出現
220 ****0**********************************
並且不支援ESMTP
解決辦法:
no fixup protocol smtp 25
If you’re getting the *** banner, and EHLO not recognised and you have a PIX
in the way, it’s fixup, and there’s nothing else you can do. To give ammo if
you need it, Cisco deprecated fixup in v7 of the PIX OS, due to it not
understanding anything beyond RFC 821.
From their own docs:
The fixup protocol smtp command enables the Mail Guard feature. This restricts
mail servers to receiving the seven minimal commands defined in RFC 821,
section 4.5.1 (HELO, MAIL, RCPT, DATA, RSET, NOOP, and QUIT). All other
commands are rejected.
Microsoft Exchange server does not strictly comply with RFC 821 section 4.5.1,
using extended SMTP commands such as EHLO. PIX Firewall will convert any such
commands into NOOP commands, which as specified by the RFC, forces SMTP
servers to fall back to using minimal SMTP commands only. This may cause
Microsoft Outlook clients and Exchange servers to function unpredictably when
their connection passes through PIX Firewall.
You have a Cisco firewall with the SMTP fix-up feature enabled.
Turn it off.
-------------------------------------------------------------------
在防火牆上取消繫結後,能正常透過OU傳送郵件了.
TELNET也正常了:
220 ESMTP on ........ ready.
結束.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/703656/viewspace-904544/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 無法傳送或接收電子郵件,Cisco PIX 或 Cisco ASA 的防火牆防火牆
- Jmeter——SMTP Sampler傳送郵件JMeter
- Python SMTP傳送郵件Python
- 一次郵件傳送協議SMTP問題排查協議
- 一次性解決python smtp 傳送outlook郵件,163郵件,qq郵件等等.Python
- 配置mail使用SMTP傳送郵件AI
- Python使用SMTP傳送郵件Python
- 利用UTL_SMTP傳送郵件
- 對Cisco Secure PIX 525防火牆的介紹(1)防火牆
- 在Python如何使用SMTP傳送郵件Python
- WPForms和 WP Mail SMTP – 最好的WordPress SMTP郵件傳送外掛ORMAI
- springboot如何使用outlook傳送郵件Spring Boot
- outlook 2007 傳送郵件
- JavaMail郵件傳送在linux環境下不能傳送的問題解決JavaAILinux
- 傳送郵件出現問題
- 【python】用SMTP模組傳送帶附件的郵件Python
- python實現基於smtp傳送郵件Python
- 郵件傳送時的亂碼問題
- 解決Bugfree不能定期傳送統計郵件的問題
- ThinkPHP_phpmailer使用外部認證SMTP傳送郵件PHPAI
- foxmail能收郵件,但是無法傳送郵件的問題AI
- SMTP協議解讀以及如何使用SMTP協議傳送電子郵件協議
- 郵件的傳送
- laravel傳送啟用郵件的思路和問題Laravel
- SMTP操作使用詳解並透過python進行smtp郵件傳送示例Python
- windows10系統中outlook郵箱已傳送郵件如何撤回Windows
- 軟體測試學習教程——Python SMTP傳送郵件Python
- Linux 上使用 Gmail SMTP 伺服器傳送郵件通知LinuxAI伺服器
- mailx 或telnet 使用指定SMTP伺服器傳送郵件AI伺服器
- 郵件傳送
- 傳送郵件
- 為什麼郵件系統不能用來大量傳送郵件
- crontab導致的頻繁傳送郵件的問題
- 在用OUTLOOK(OFFICE)傳送郵件時,如何加註”收到後傳送回執”!
- Ubuntu的郵件傳送Ubuntu
- linux下用C編寫的基於smtp的郵件傳送程式Linux
- SpringBoot整合Mail傳送郵件&傳送模板郵件Spring BootAI
- Java Mail 郵件傳送(二):簡單封裝的郵件傳送JavaAI封裝