First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Is there a simple setup to use Wireshark to track server connections?

  • retag add tags

New to Wireshark. I'm trying to debug issues with Thunderbird failing with the message "Unable to log in at server. Probably wrong configuration, username or password."

Since this happens on one computer but not another, I would like to find out what server TB is tryinfg to connect to at the time.

Is there a simple way to do this?

KeithR's avatar
1
KeithR
asked 2023-05-20 05:45:59 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You should be able to capture the SMTP traffic by installing and using Wireshark on the system that's using Thunderbird. SMTP uses a number of TCP ports, 25 for unencrypted traffic, 465, 587 & possibly 2525 for encrypted traffic, althoguh other ports may be used.

To capture this traffic, determine which interface is being used on the capturing PC by looking at the list of adaptors under the "Capture" heading (probably WiFi or Ethernet), select that interface and then in the Capture Filter edit field enter a filter such as tcp and (port 25 or port 465 or port 587 or port 2525) and then hit "enter".

grahamb's avatar
23.8k
grahamb
answered 2023-05-21 10:54:10 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer