all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus and outgoing Mail
Date: Sun, 09 Dec 2007 17:51:40 +0100	[thread overview]
Message-ID: <87sl2bdd5v.fsf@kamaloka.dhatu> (raw)
In-Reply-To: <873auchck6.fsf@gnu.org> (Exal de Jesus Garcia Carrillo's message of "Sat, 08 Dec 2007 19:38:49 -0600")


[-- Attachment #1.1: Type: text/plain, Size: 2009 bytes --]

Hi Exal and all others

Exal de Jesus Garcia Carrillo <no-spam@gnu.org> writes:

> ,----[ Configuration for gmx smtp server ]
> | 
> | 		  ;; Use gmx smtp server
> | 		  (message "Using gmx smtp server")
> | 		 (setq starttls-use-gnutls t
> | 		       starttls-gnutls-program "gnutls-cli"
> | 		       starttls-extra-arguments nil)
> | 		 (setq smtpmail-local-domain nil
> | 		       send-mail-function 'smtpmail-send-it
> | 		       message-send-mail-function 'smtpmail-send-it
> | 		       message-send-mail-partially-limit nil
> | 		       smtpmail-default-smtp-server "mail.gmx.net"
> | 		       smtpmail-smtp-server "mail.gmx.net"
> | 		       smtpmail-debug-info t
> | 		       smtpmail-debug-verb t
> | 		       smtpmail-auth-credentials "~/emacs-stuff/mailauth"
> | 		       smtpmail-starttls-credentials '(("mail.gmx.net" 25 nil nil))
> | 		       smtpmail-smtp-server "mail.gmx.net" ))
> | 
> `----

We have tried this configuration, changing the necessaries and adding
the personal data (user-full-name etc.). It was necessary to install
the Debian package gnutls-bin which contains gnutls-cli. But it didn't
work either. This is the error message:

Sending via mail...
Loading smtpmail...done
Loading mailalias...done
220 mail.gmx.net GMX Mailservices ESMTP {mp031}
250-mail.gmx.net GMX Mailservices
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-SIZE
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH CRAM-MD5 LOGIN PLAIN
250 STARTTLS
550 5.7.0 Need to authenticate via SMTP-AUTH-Login {mp031}
221 2.0.0 GMX Mailservices {mp031}
smtpmail-send-it: Sending failed; SMTP protocol error

So, the authentication fails. What can be the reason? Can there be
anything missing, perhaps on the exim side?

Apropos. There is an additional ) at the end of your code. We had to
eliminate it to have gnus come up. Is there something relevant missing
on the top of the code or is it just part of a user-defined function
to switch smtp alternatives?

Thanks for help

Sven

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2007-12-09 16:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4774.1197157208.18990.help-gnu-emacs@gnu.org>
2007-12-09  1:38 ` Gnus and outgoing Mail Exal de Jesus Garcia Carrillo
2007-12-09 16:51   ` Sven Bretfeld [this message]
2007-12-09 17:27     ` Thierry Volpiatto
2007-12-09 18:02       ` Sven Bretfeld
2007-12-09 18:35         ` Thierry Volpiatto
     [not found]   ` <mailman.4798.1197219115.18990.help-gnu-emacs@gnu.org>
2007-12-09 20:26     ` Exal de Jesus Garcia Carrillo
2007-12-10  0:45       ` Sebastian Tennant
2007-12-10  1:16         ` Sven Bretfeld
     [not found]         ` <mailman.4819.1197249427.18990.help-gnu-emacs@gnu.org>
2007-12-10  5:16           ` Exal de Jesus Garcia Carrillo
2007-12-12 23:26   ` [Solved] " Sven Bretfeld
2007-12-13 10:41     ` Sebastian Tennant
2007-12-08 23:39 Sven Bretfeld
2007-12-09  7:24 ` Thierry Volpiatto
2007-12-09 14:16   ` Sven Bretfeld
2007-12-09 14:33     ` Thierry Volpiatto
2007-12-09 14:38       ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sl2bdd5v.fsf@kamaloka.dhatu \
    --to=sven.bretfeld@gmx.ch \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.