From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9674 Path: news.gmane.org!not-for-mail From: someusernamehere Newsgroups: gmane.emacs.gnus.user Subject: Setting up an ssl smtp server Date: Mon, 17 Sep 2007 13:31:53 -0700 Organization: http://groups.google.com Message-ID: <1190061113.797702.35650@y42g2000hsy.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1190061624 25696 80.91.229.12 (17 Sep 2007 20:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Sep 2007 20:40:24 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Sep 17 22:40:17 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXNOA-0005hN-Hf for gegu-info-gnus-english@m.gmane.org; Mon, 17 Sep 2007 22:40:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXNO9-0003dR-BA for gegu-info-gnus-english@m.gmane.org; Mon, 17 Sep 2007 16:40:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!y42g2000hsy.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 40 Original-NNTP-Posting-Host: 189.149.153.92 Original-X-Trace: posting.google.com 1190061113 4570 127.0.0.1 (17 Sep 2007 20:31:53 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 17 Sep 2007 20:31:53 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 Firefox/2.0.0.4 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: y42g2000hsy.googlegroups.com; posting-host=189.149.153.92; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79877 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9674 Archived-At: This is the question, on thunderbird works fine with the following configuration: smtp server: foo.bar.com Conection type: SSL (which write automatically the port 465 instead 25) server require autentication: yes user: bleh How can I do this in gnus??, I have tried the following: (setq message-send-mail-function 'smtpmail-send-it) smtpmail-default-smtp-server "foo.bar.com") message-send-mail-function 'smtpmail-send- it) smtpmail-auth-credentials "~/emacs-stuff/ mailauth-foo") smtpmail-starttls-credentials '(("foo.bar.com" "465" nil nil))) smtpmail-smtp-server "foo.bar.com")) but doesnt works, I get this in the backtrce: Debugger entered--Lisp error: (error "Sending failed; SMTP protocol error") signal(error ("Sending failed; SMTP protocol error")) error("Sending failed; SMTP protocol error") smtpmail-send-it() #[nil " =87" [message-send-mail-function] 1]() gnus-agent-send-mail() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) anyone?, thanks