bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-anubis] [QUESTION] GNU Emacs and GNU Anubis


From: Daniel S. Haischt
Subject: [bug-anubis] [QUESTION] GNU Emacs and GNU Anubis
Date: Wed, 22 Dec 2004 12:38:52 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hello,

is anybody using the Emacs smtpmail library to
send emails via Anubis?

If yes, can you tell me what is missing in the
below smtpmail setup?

smtpmail setup:

;; SMTP Mail Setup
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-server "anubis.abyssworld.de")
(setq smtpmail-smtp-service 24)
(setq smtpmail-auth-credentials
      '(("anubis.abyssworld.de" 24 "haischt" nil)))
(setq smtpmail-debug-info t)

smtp session transcript:

220 abyssone.abyssworld.de GNU Anubis ESMTP; Identify yourself^M
EHLO abyssone.abyssworld.de^M
250-Anubis is pleased to meet you.^M
250-STARTTLS^M
250-AUTH CRAM-MD5 ^M
250 HELP^M
MAIL FROM: <address@hidden>^M
550 Command disabled. Proper authentication required.^M
QUIT^M
221 Closing connection^M

--
Mit freundlichen Gruessen / With kind regards
Daniel S. Haischt

Wan't a complete signature??? Type at a shell prompt:
$ > finger -l address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]