あ さんが書きました:
その管理者の回答は、5 秒間時間をかけているのはメールクライアント側だというような言い方になっていますが、本当にそうでしょうか。
Cai さんが書きました:
「"password fail" に対応する 応答」が何を指すのかわかりませんが
Dbgview.exe がうまく動かないので wireshark を使って整理してみました。
結果、
["password fail" に対応する 応答を受け取った後、約5秒間何もしていない様(待機)に見えます。]
は 私の勘違いでした。
535 authorization failed (#5.7.0) をサーバが返すまで 5 秒間があることがわかりました。
Frame 18 (170 bytes on wire, 170 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:38:57.054173000
250-xxxxxxxxxxxx.co.jp
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
Frame 19 (69 bytes on wire, 69 bytes captured)
SRV <- Client
Arrival Time: Aug 21, 2008 09:38:57.069233000
[This is an ACK to the segment in frame: 18]
Frame 20 (100 bytes on wire, 100 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:38:57.089460000
[This is an ACK to the segment in frame: 19]
334 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=
Frame 21 (140 bytes on wire, 140 bytes captured)
SRV <- Client
Arrival Time: Aug 21, 2008 09:38:57.092480000
[This is an ACK to the segment in frame: 20]
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==
Frame 22 (60 bytes on wire, 60 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:38:57.163846000
[This is an ACK to the segment in frame: 21]
Frame 27 (90 bytes on wire, 90 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:39:02.123414000
535 authorization failed (#5.7.0)
Frame 28 (115 bytes on wire, 115 bytes captured)
SRV <- Client
Arrival Time: Aug 21, 2008 09:39:02.150045000
[This is an ACK to the segment in frame: 27]
AUTH PLAIN xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Frame 29 (60 bytes on wire, 60 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:39:02.171419000
[This is an ACK to the segment in frame: 28]
Frame 30 (82 bytes on wire, 82 bytes captured)
SRV -> Client
Arrival Time: Aug 21, 2008 09:39:02.171958000
235 ok, go ahead(#2.0.0)
メールサーバの管理者が対応できるといいのですが。