Closed
Bug 114719
Opened 24 years ago
Closed 24 years ago
multiple DNS entries not used when sending mails
Categories
(MailNews Core :: Networking, defect)
Tracking
(Not tracked)
People
(Reporter: Lionel.Bouton, Assigned: mscott)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011010
Netscape6/6.1b1
BuildID: 20011208
When sending a mail through a FQDN which maps to multiple IP addresses, only the
first one is used even if it fails.
One needs to close Mozilla and restart it several times in order to catch the
"good" IP.
Reproducible: Always
Steps to Reproduce:
1. Use an fqdn which maps to several IP for your smtp server with one IP down.
2. Try sending one mail, quiting mozilla, launching mozilla, sending, quiting,
... several times
Actual Results: Sooner or later sending fail.
when failing a tcpdump shows that the smtp connection is tried on the same IP at
every try.
Expected Results: Send the message through one of the available IPs.
Most probably Mozilla uses only the first IP returned by the resolver. The order
of IP adresses is roughly random, so the problem might be difficult to catch.
Workaround : for experimented users, entering a known good IP address.
![]() |
||
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 86917 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•