From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Norbert Kaufmann Newsgroups: gmane.emacs.help Subject: authenticate at smtp server Date: Thu, 25 Dec 2003 18:12:10 +0100 Organization: 1&1 Internet AG 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 1072372561 13059 80.91.224.253 (25 Dec 2003 17:16:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2003 17:16:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 25 18:15:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZZ5a-00011X-00 for ; Thu, 25 Dec 2003 18:15:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZa1Z-0001Zf-DT for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Dec 2003 13:15:53 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 42 Original-NNTP-Posting-Host: p50838675.dip0.t-ipconnect.de Original-X-Trace: online.de 1072372242 10256 80.131.134.117 (25 Dec 2003 17:10:42 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Thu, 25 Dec 2003 17:10:42 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031109 X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:119640 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:15581 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15581 I am using the following configuration - cut and pasted from http://josefsson.org/smtpmail.html. ;; If you use the default mail user agent. (setq send-mail-function 'smtpmail-send-it) ;; If you use Message or Gnus. (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "auth.mail.onlinehome.de") (setq smtpmail-smtp-server "auth.mail.onlinehome.de") ;;(setq smtpmail-auth-credentials ;; '(("auth.mail.onlinehome.de" 25 "username" "secret"))) (setq smtpmail-starttls-credentials '(("auth.mail.onlinehome.de" 25 "username" secret))) (setq smtpmail-debug-info t) (setq smtpmail-debug-verb t) but i am not able to send mail. Here is the trace. 220 mrelayng.kundenserver.de ESMTP Thu, 25 Dec 2003 18:01:59 +0100 EHLO clarence.hal 250-mrelayng.kundenserver.de Hello clarence.hal [80.131.141.219] 250-SIZE 20971520 250-PIPELINING 250-AUTH=PLAIN LOGIN 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP MAIL FROM: SIZE=90 530 Authentication required QUIT 221 mrelayng.kundenserver.de closing connection emacs version 21.2.1 Can please somebody give me a hint? TIA Norbert