From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: FCC Newsgroups: gmane.emacs.help Subject: smtpmail with authentication problem Date: Thu, 01 Jul 2004 10:49:16 +0200 Organization: Universitat Politecnica de Catalunya Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088672042 5968 80.91.224.253 (1 Jul 2004 08:54:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 08:54:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 01 10:53:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfxKP-00088Z-00 for ; Thu, 01 Jul 2004 10:53:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfxMA-0003Z2-As for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jul 2004 04:55:46 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.rediris.es!news.cesca.es!news.upc.es!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 95 Original-NNTP-Posting-Host: adca05.upc.es Original-X-Trace: defalla.upc.es 1088671778 16829 147.83.51.18 (1 Jul 2004 08:49:38 GMT) Original-X-Complaints-To: newsmngr@upc.es Original-NNTP-Posting-Date: 1 Jul 2004 08:49:38 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en, es-es, tr Original-Xref: shelby.stanford.edu gnu.emacs.help:124060 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19395 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19395 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