bug-anubis
[Top][All Lists]
Advanced

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

Re: [bug-anubis] [INFO] GNU Anubis and ESMTP


From: Daniel S. Haischt
Subject: Re: [bug-anubis] [INFO] GNU Anubis and ESMTP
Date: Thu, 23 Dec 2004 11:51:26 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Thanks for the patch but it does not help :(
From the below sequence I would say smtpmail
in not switching into SMTP AUTH mode at all.
Instead the MAIL FROM: line will be send first.

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

If you still have some ideas what could be wrong, I
would appriciate if you could help me.

Meanwhile I am using the message-send-mail-with-sendmail
function toghether with ESMTP as workaround.

Sergey Poznyakoff schrieb:
Somehow I have forgotten the patch. Here it comes.

Regards,
Sergey



!DSPAM:41ca98a219353252111287!


------------------------------------------------------------------------

Index: smtpmail.el
--- /usr/src/emacs-bidi/lisp/mail/smtpmail.el   Tue Jul  9 14:13:55 2002
+++ /usr/fix/emacs-bidi/lisp/mail/smtpmail.el   Thu Dec 23 11:14:42 2004
@@ -494,7 +494,7 @@ This is relative to `smtpmail-queue-dir'
     (when cred
       (cond
        ((eq mech 'cram-md5)
-       (smtpmail-send-command process (format "AUTH %s" mech))
+       (smtpmail-send-command process (upcase (format "AUTH %s" mech)))
        (if (or (null (car (setq ret (smtpmail-read-response process))))
                (not (integerp (car ret)))
                (>= (car ret) 400))


!DSPAM:41ca98a219353252111287!

--
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]