Closed
Bug 231133
Opened 21 years ago
Closed 21 years ago
sending SMTP SSL, TLS, and plain text fail on NAT'd IP address on our network
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jeff_app, Assigned: ch.ey)
References
Details
Attachments
(2 files)
4.62 KB,
text/plain
|
Details | |
2.05 KB,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
when sending mail to smtp.duke.edu over TLS, SSL, and plain text in Mozilla 1.5
it worked - now on our network it is broken consistently for all machines that
are on a private NAT'd IP address. We use a Nortel firewall based on the linux
kernel - but as I said 1.5 works fine.
Traces indicate that the Mozilla client seems to be asking for a SASL
authentication mechanism (EXTERNAL) the server doesn't support. Oddly, the
server's quite up front about it -- in the EHLO banner, it lists out the
authmechs it can support, but for some reason, Mozilla appears to be ignoring
the list and calling for the EXTERNAL SASL mechanism.
Reproducible: Always
Steps to Reproduce:
1. send mail to smtp.duke.edu on a private IP address - Mozilla 1.5 worked fine
Actual Results:
send times out
Expected Results:
sent mail!
Reporter | ||
Updated•21 years ago
|
Summary: sending SMTP SSL, TLS, ans plain text fail on NAT'd IP address on our network → sending SMTP SSL, TLS, and plain text fail on NAT'd IP address on our network
Comment 1•21 years ago
|
||
Reporter, can you please attach a log to this bug ? You'll find the instructions
for it at <http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#smtp>.
Thanks !
Reporter | ||
Comment 2•21 years ago
|
||
Assignee | ||
Comment 3•21 years ago
|
||
Argh, what a bug.
Mozilla recognizes the EXTERNAL mechanism from the line
"250-wilson.acpub.duke.edu Hello fw-external[...]"
Assignee: sspitzer → ch.ey
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•21 years ago
|
||
We searched the whol m_responseText for a known authentication mechanism. This
patch changes this to only search the current line responseLine (the line
starting with AUTH in case of authentication mechanisms).
Assignee | ||
Updated•21 years ago
|
Attachment #139666 -
Flags: review?(bienvenu)
Reporter | ||
Comment 5•21 years ago
|
||
This Bug also seems to affect Firebird. Will this patch be rolled into it as well?
Reporter | ||
Comment 6•21 years ago
|
||
Thunderbird rather.
Assignee | ||
Comment 7•21 years ago
|
||
Yes, this will help both clients.
Updated•21 years ago
|
Attachment #139666 -
Flags: review?(bienvenu) → review+
Comment 8•21 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
*** Bug 247112 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•