Closed
Bug 66969
Opened 24 years ago
Closed 24 years ago
mozilla fails to send mail to a SMTP-Server using SMTP authentification
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(Not tracked)
People
(Reporter: lenkens, Assigned: mscott)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-ac10 i686; en-US; m18) Gecko/20010129
BuildID: 2001012906
I use my SMTP-Server at work to send mail. To do this,I need to authenticate
with the SMTP-Server with username/password. The status says "Copy complete",
but no mail is sent actually, in fact, I have not encountered being asked for an
SMTP password (like Netscape 4.76 does).
Reproducible: Always
Steps to Reproduce:
1.Set up an email account, enter an SMTP server that needs SMTP auth, check
"always use Username and Password", enter user name, compose a message, send it.
Actual Results: No mail is sent, that is, reaches the recipient. Checked
against using Netscape 4.76 with SMTP auth (works), trying an SMTP-server that
doesn't require auth (works).
Expected Results: Send my mail....
Assignee | ||
Comment 1•24 years ago
|
||
can you try sending yourself a test message and generating an SMTP log?
To do this you need to define:
NSPR_LOG_MODULES=SMTP:5
NSPR_LOG_FILE=pathtoafile
then run, send yourself a test message and post the log file we generated.
thanks!
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•24 years ago
|
||
Here you go
1024[8057850]: SMTP Connecting to: smtp.cyland.com
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 220 satorius.cyland.com ESMTP
1024[8057850]: SMTP entering state: 14
1024[8057850]: SMTP Send: EHLO cyland.com
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 250-satorius.cyland.com
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 250-AUTH=LOGIN
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 250-STARTTLS
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 250-PIPELINING
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 250 8BITMIME
1024[8057850]: SMTP entering state: 15
1024[8057850]: SMTP entering state: 21
1024[8057850]: SMTP Send: STARTTLS
1024[8057850]: SMTP entering state: 0
1024[8057850]: SMTP Response: 220 ready for tls
1024[8057850]: SMTP entering state: 19
1024[8057850]: SMTP entering state: 14
1024[8057850]: SMTP Send: EHLO cyland.com
Comment 3•24 years ago
|
||
This is an SMTP/SSL issue. The log shows it isn't getting past the SSL
negotiation.
*** This bug has been marked as a duplicate of 67530 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•24 years ago
|
||
lenkens@cyland.com: please retry with a newer build. Mozilla 0.8 will do. If
it works, please mark this VERIFIED. If it still doesn't work, attach an
updated log and reopen this bug.
Reporter | ||
Comment 5•24 years ago
|
||
Mozilla 0.8
Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; 0.8) Gecko/20010213
Works!
Status: RESOLVED → VERIFIED
Updated•21 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
•