There is one workstation running Thunderbird (secure auth is turned off) on our LAN that is having problems with connecting to the email server running sendmail(8.14) on a RH Linux box. It takes a while for the Thunderbird to make the connection and return the new emails or respond that no new emails are present.
I did a tethereal capture but don't really understand all that is happening. Also, where is the challenge and response for the user's email name and password?
I did a tethereal capture but don't really understand all that is happening. Also, where is the challenge and response for the user's email name and password?
tethereal | grep "192.168.1.10"
Capturing on eth0
6.272820 00:90:db:7a:90:c1 -> Broadcast ARP Who has 192.168.1.5? Tell 192.168.1.10
6.273054 192.168.1.10 -> 192.168.1.5 TCP 2325 > pop3 [SYN] Seq=0 Ack=0 Win=65535 Len=0 MSS=1460
6.273310 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [SYN, ACK] Seq=0 Ack=1 Win=5840 Len=0 MSS=1460
6.273451 192.168.1.10 -> 192.168.1.5 TCP 2325 > pop3 [ACK] Seq=1 Ack=1 Win=65535 Len=0
6.277546 192.168.1.5 -> 192.168.1.10 TCP 32880 > auth [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460 TSV=134775 TSER=0 WS=0
9.269878 192.168.1.5 -> 192.168.1.10 TCP 32880 > auth [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460 TSV=135075 TSER=0 WS=0
15.270021 192.168.1.5 -> 192.168.1.10 TCP 32880 > auth [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460 TSV=135675 TSER=0 WS=0
27.270403 192.168.1.5 -> 192.168.1.10 TCP 32880 > auth [SYN] Seq=0 Ack=0 Win=5840 Len=0 MSS=1460 TSV=136875 TSER=0 WS=0
36.358021 192.168.1.5 -> 192.168.1.10 POP Response: +OK POP3 email.000.com v2001.78rh server ready
36.365250 192.168.1.10 -> 192.168.1.5 POP Request: CAPA
36.365672 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [ACK] Seq=50 Ack=7 Win=5840 Len=0
36.365831 192.168.1.5 -> 192.168.1.10 POP Response: +OK Capability list follows:
36.386232 192.168.1.10 -> 192.168.1.5 POP Request: AUTH LOGIN
36.386766 192.168.1.5 -> 192.168.1.10 POP Continuation
36.394788 192.168.1.10 -> 192.168.1.5 POP Request: c2NodWx0ZV9wZXRlcg==
36.395174 192.168.1.5 -> 192.168.1.10 POP Continuation
36.415662 192.168.1.10 -> 192.168.1.5 POP Request: cHRyflByZ18z
36.450519 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [ACK] Seq=171 Ack=55 Win=5840 Len=0
36.482591 192.168.1.5 -> 192.168.1.10 POP Response: +OK Mailbox open, 55 messages
36.489240 192.168.1.10 -> 192.168.1.5 POP Request: STAT
36.489628 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [ACK] Seq=202 Ack=61 Win=5840 Len=0
36.489755 192.168.1.5 -> 192.168.1.10 POP Response: +OK 55 1021854
36.504983 192.168.1.10 -> 192.168.1.5 POP Request: LIST
36.505492 192.168.1.5 -> 192.168.1.10 POP Response: +OK Mailbox scan listing follows
36.520622 192.168.1.10 -> 192.168.1.5 POP Request: UIDL
36.521252 192.168.1.5 -> 192.168.1.10 POP Response: +OK Unique-ID listing follows
36.542496 192.168.1.10 -> 192.168.1.5 POP Request: RETR 55
36.543351 192.168.1.5 -> 192.168.1.10 POP Response: +OK 1246 octets
36.717530 192.168.1.10 -> 192.168.1.5 POP Request: QUIT
36.725294 192.168.1.5 -> 192.168.1.10 POP Response: +OK Sayonara
36.726134 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [FIN, ACK] Seq=3195 Ack=88 Win=5840 Len=0
36.726284 192.168.1.10 -> 192.168.1.5 TCP 2325 > pop3 [ACK] Seq=88 Ack=3196 Win=64255 Len=0
36.780841 192.168.1.10 -> 192.168.1.5 TCP 2325 > pop3 [FIN, ACK] Seq=88 Ack=3196 Win=64255 Len=0
36.780993 192.168.1.5 -> 192.168.1.10 TCP pop3 > 2325 [ACK] Seq=3196 Ack=89 Win=5840 Len=0