[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
smtpmail with authentication problem
From: |
FCC |
Subject: |
smtpmail with authentication problem |
Date: |
Thu, 01 Jul 2004 10:49:16 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 |
Hello all,
I am posting this to gnu.emacs.help because I could not get an answer to
it at gnu.emacs.gnus.
I can read news and check my e-mail using gnus. I have been trying to
send e-mail using
GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-28 on buffy
I have also tried to use the smtpmail.el and sendmail.el of latest CVS
emacs, because I have found posts claiming that those files shipped with
Emacs 21.3 do not have authentication support. In my server, I
definitely need authentication (for example in Mozilla I must use
authentication or I cannot send any mail).
But I have no success.
Here is what I have in my _emacs:
(setq user-full-name "myname")
(setq user-mail-address "mylogin@mydomain")
(setq message-send-mail-function 'smtpmail-send-it)
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "mysmtpserver")
(setq smtpmail-local-domain nil)
(setq smtpmail-debug-info t)
(setq smtpmail-auth-login-username "myname")
(setq smtpmail-auth-credentials '(("mysmtpserver" 25 "mylogin" nil)))
(load-library "smtpmail")
Here is what I am getting:
--------------*Messages*--------------------------------------------
Checking new news...done
Loading gnus-msg...done
Loading mailabbrev...done
Fontifying *mail*... (regexps...........)
Loading mailabbrev...done
Sending...
Loading mail-extr...done
220 mysmtpserver ESMTP Service (Lotus Domino Release 5.0.12) ready at
Tue, 29 Jun 2004 17:01:55 +0200
250-mysmtpserver Hello xxxx ([14x.8x.5x.1x]), pleased to meet you
250-TLS
250-HELP
250-AUTH=LOGIN
250-STARTTLS
250-DSN
250-SIZE 10240000
250-8BITMIME
250 PIPELINING
Loading cl-macs...done
SMTP password for mysmtpserver:25:
SMTP password for mysmtpserver:25: .
SMTP password for mysmtpserver:25: ..
SMTP password for mysmtpserver:25: ........
221 mysmtpserver SMTP Service closing transmission channel
cond: Mechanism nil not implemented
--------------
--------------*trace of SMTP session to mysmtpserver*------------
220 mysmtpserver ESMTP Service (Lotus Domino Release 5.0.12) ready at
Tue, 29 Jun 2004 17:01:55 +0200
EHLO xxxx
250-mysmtpserver Hello xxxxx ([14x.8x.5x.1x]), pleased to meet you
250-TLS
250-HELP
250-AUTH=LOGIN
250-STARTTLS
250-DSN
250-SIZE 10240000
250-8BITMIME
250 PIPELINING
QUIT
221 mysmtpserver SMTP Service closing transmission channel
-----------
Any ideas what's going on? Is it that may be smtpmail with
authentication has not been completely developed yet? Thanks for your
help in advance.
FCC
- smtpmail with authentication problem,
FCC <=