From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.help Subject: Re: Mac OS X smtpmail "encryption too weak" Date: Sat, 26 Oct 2002 12:49:49 +0200 Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035630723 14933 80.91.224.249 (26 Oct 2002 11:12:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2002 11:12:03 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185OrI-0003sM-00 for ; Sat, 26 Oct 2002 13:12:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185Oqe-0000fw-00; Sat, 26 Oct 2002 07:11:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!news.kth.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: tjatte.nada.kth.se User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:KsDxv5r02rphs91yPTsEvZ9SI4k= Original-Xref: shelby.stanford.edu gnu.emacs.help:106411 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2961 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2961 Gilbert Harman writes: > I used to be able to use emacs to connect to the mail server at my > university, but recently the university smtp server has required > authentication and now I get the following error: "encryption too weak" > > 503 5.7.0 encryption too weak 0 less than 39 > 221 2.0.0 smtpserver2.Princeton.EDU closing connection > smtpmail-send-it: Sending failed; SMTP protocol error > > I am using Mac OS 10.2.1 and emacs 21.3.50.1. In addition to the rmail > stuff that used to work, my .emacs file includes: > > (setq smtpmail-auth-credentials > '(("smptauth.princeton.edu" 25 "myusername" "mypassword"))) > (setq smtpmail-starttls-credentials > '(("smptauth.princeton.edu" 25 "~/.my_smtp_tls.key" > "~/.my_smtp_tls.cert"))) > > I have no trouble using the Mac Mail program to send and receive mail using > the new authentication. But I can't seem to get mail working from within > emacs. If you frob `smtpmail-debug-info', how do the trace buffer look? Is STARTTLS activated? Are authentication used? Do you know exactly what the server requires, in terms of security level?