Closed
Bug 289731
Opened 20 years ago
Closed 15 years ago
Illegal IP address in EHLO argument on SMTP connection over SOCKS
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: thenlich+bugmoz, Unassigned)
Details
(Whiteboard: closeme 2010-04-29)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) Gecko/20050321 Firefox/1.0.2 Build Identifier: Thunderbird Version 1.0.2 (20050317) Using PuTTY's SOCKS dynamic port forwarding to connect to a SMTP server, random numbers appear in the EHLO argument instead of the IP address, e.g. [0.0.0.0], [48.69.39.0], [240.59.117.4] Reproducible: Always Steps to Reproduce: 1. Setup dynamic port forwarding in PuTTY 0.58 (D127.0.0.1:1080) 2. Setup SOCKS host in TB prefs (host 127.0.0.1, port 1080) 3. Send a mail message Actual Results: Message header shows illegal IP addresses, e.g.: Received: from [141.XX.XX.XX] (helo=[0.0.0.0]) by XXXXXXXXXXXXXXXXXXXXXXXX with esmtp (exim-4.22) for <XXXXXXXXXX@XXXXXXXXXXXXXXX> id 1DKLsh-0006E8-Gp; Sat, 09 Apr 2005 21:44:35 +0200 Spamassassin complains about this illegal IP address. Expected Results: Put valid IP address (of local interface) in EHLO command argument
Comment 1•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 2•19 years ago
|
||
Reproduced with Thunderbird 1.0.6 and 1.5beta1 Reproduced with PuTTY 0.58 and 2005-09-28:r6358
| Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2) Reproduced with Thunderbird 1.5.0.7 Bug shouldn't be too hard to fix. Unfortunately this bug makes the whole proxy business kind of useless for some people.
Comment 4•18 years ago
|
||
in trunk builds, we're sending the hostname, not the ip address. Does that help?
Comment 5•18 years ago
|
||
Just out of curiosity, does this also happen when using OpenSSH instead of Putty?
Updated•18 years ago
|
QA Contact: general
| Reporter | ||
Comment 6•17 years ago
|
||
Reproduced with: TB 2.0.0.4 PuTTY 0.60 Bug also occurs with: OpenSSH 3.8.1p1
| Reporter | ||
Comment 7•17 years ago
|
||
Reproduced with: Thunderbird 3.0a1pre (2007082104)
Comment 8•17 years ago
|
||
Please see the discussion on bug 244030, I think this bug is a duplicate of that one.
Comment 9•17 years ago
|
||
(In reply to comment #6) > Reproduced with: > TB 2.0.0.4 > PuTTY 0.60 > Bug also occurs with: > OpenSSH 3.8.1p1 Ok, next step is to gather a tcpdump/ethereal/wireshark/netmon trace on both end of the SSH connection (i.e. the clear portions of the connection, not the encrypted tunnel)... for the same connection. Please attach these as text (not .cab or .pcap) files.
| Reporter | ||
Comment 10•17 years ago
|
||
After additional research, the problem is not specific to SSH SOCKS forwarding, but occurs with normal SOCKS too. Reproduced with: TB 2.0.0.14 proxymini 0.2b Connection dumps attached log-in.txt (Mail client <-> SOCKS proxy) log-out.txt (SOCKS proxy <-> SMTP server)
| Reporter | ||
Comment 11•17 years ago
|
||
| Reporter | ||
Comment 12•17 years ago
|
||
| Reporter | ||
Comment 13•17 years ago
|
||
Reproduced with TB 3.0 (Shredder alpha 1)
Updated•16 years ago
|
Assignee: mscott → nobody
Updated•15 years ago
|
Component: General → Networking: SMTP
Product: Thunderbird → MailNews Core
QA Contact: general → networking.smtp
Comment 14•15 years ago
|
||
Thomas, you agree with comment #8: this is a dupe of (fixed) bug #244030?
Whiteboard: closeme 2010-04-29
Comment 15•15 years ago
|
||
RESOLVED INCOMPLETE due to lack of response to last question. If you feel this change was made in error, please respond to this bug with your reasons why.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•