* Mac OS X smtpmail "encryption too weak"
@ 2002-10-25 21:08 Gilbert Harman
0 siblings, 0 replies; 4+ messages in thread
From: Gilbert Harman @ 2002-10-25 21:08 UTC (permalink / raw)
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.
gil
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Mac OS X smtpmail "encryption too weak"
[not found] <mailman.1035580461.20806.help-gnu-emacs@gnu.org>
@ 2002-10-26 10:49 ` Simon Josefsson
2002-10-26 11:57 ` Gilbert Harman
0 siblings, 1 reply; 4+ messages in thread
From: Simon Josefsson @ 2002-10-26 10:49 UTC (permalink / raw)
Gilbert Harman <harman@Princeton.EDU> 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?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Mac OS X smtpmail "encryption too weak"
2002-10-26 10:49 ` Mac OS X smtpmail "encryption too weak" Simon Josefsson
@ 2002-10-26 11:57 ` Gilbert Harman
0 siblings, 0 replies; 4+ messages in thread
From: Gilbert Harman @ 2002-10-26 11:57 UTC (permalink / raw)
On 10/26/02 6:49 AM, "Simon Josefsson" <jas@extundo.com> wrote:
> 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?
I don't know how to answer your last question. This is what the trace
buffer looks like, after "pleased to meet you":
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-EXPN
250-VERB
250-8BITMIME
250-SIZE 12288000
250-DSN
250-ETRN
250-AUTH LOGIN PLAIN
250-STARTTLS
250-DELIVERBY
250 HELP
MAIL FROM: <harman@princeton.edu> SIZE=318
503 5.7.0 encryption too weak 0 less than 39
QUIT
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Mac OS X smtpmail "encryption too weak"
[not found] <mailman.1035633702.22619.help-gnu-emacs@gnu.org>
@ 2002-10-26 13:26 ` Simon Josefsson
0 siblings, 0 replies; 4+ messages in thread
From: Simon Josefsson @ 2002-10-26 13:26 UTC (permalink / raw)
Gilbert Harman <harman@Princeton.EDU> writes:
> On 10/26/02 6:49 AM, "Simon Josefsson" <jas@extundo.com> wrote:
>
>> 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?
>
> I don't know how to answer your last question. This is what the trace
> buffer looks like, after "pleased to meet you":
>
> 250-ENHANCEDSTATUSCODES
> 250-PIPELINING
> 250-EXPN
> 250-VERB
> 250-8BITMIME
> 250-SIZE 12288000
> 250-DSN
> 250-ETRN
> 250-AUTH LOGIN PLAIN
> 250-STARTTLS
> 250-DELIVERBY
> 250 HELP
> MAIL FROM: <harman@princeton.edu> SIZE=318
> 503 5.7.0 encryption too weak 0 less than 39
> QUIT
It seems no STARTTLS nor authentication took place (and this is
probably why the server complains). Are you sure the configuration is
correct? Have you installed the external STARTTLS binary? It is
required for STARTTLS.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-10-26 13:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1035580461.20806.help-gnu-emacs@gnu.org>
2002-10-26 10:49 ` Mac OS X smtpmail "encryption too weak" Simon Josefsson
2002-10-26 11:57 ` Gilbert Harman
[not found] <mailman.1035633702.22619.help-gnu-emacs@gnu.org>
2002-10-26 13:26 ` Simon Josefsson
2002-10-25 21:08 Gilbert Harman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).