Re: wl-smtp-authenticate-type "DIGEST-MD5" has broken

岡田 健一 / Kenichi OKADA <[email protected]> Tue, 21 Dec 2004 02:06:42 +0900
Newsgroups gmane.mail.emacs.mime.japanese,gmane.mail.wanderlust.general.japanese
Organization えせElisper
Message-ID <[email protected]>



In the message "<823by11ypz.wl%[email protected]>"
IMAP shared box <[email protected]> wrote:

> tarball  2.12.0-pre (?)
>
> (setq wl-smtp-posting-server "example.com"
>       wl-smtp-posting-user "[email protected]"
>       wl-smtp-authenticate-type "DIGEST-MD5")
>
> (posting-user  @ ) SASL-enabled (?)
> Postfix  SMTP-AUTH authtype  CRAM-MD5 
> 
>
> tarball  wl-draft.el 155
>
>        (if (and (string= (car smtp-sasl-mechanisms) "DIGEST-MD5")
>                 ;; sendmail bug?
>                 (string-match "^\\([^@]*\\)@\\([^@]*\\)"
>                               wl-smtp-posting-user))
>            (setq smtp-sasl-user-name (match-string 1 wl-smtp-posting-user)
>                  smtp-sasl-properties (list 'realm
>                                             (match-string 2 wl-smtp-posting-user)))
>          (setq smtp-sasl-user-name wl-smtp-posting-user
>                smtp-sasl-properties nil))
>
> authtype:DIGEST-MD5 @  user-name 
>  username
> "[email protected]"  "knagano" 
> 


sendmail  realm 
username@realm

draft-leach-digest-sasl-05.txt 
username-value 
(Wanderlust)

username-value   = qdstr-val 
qdstr-val      = *( qdtext | quoted-pair ) 
qdtext         = <any TEXT except <">> 

wl-smtp-posting-user-realm 
wl-smtp-posting-user  username @ 



(setq wl-smtp-posting-user "[email protected]")



(setq wl-smtp-posting-user "hoge")
(setq wl-smtp-posting-user-realm "realm.example.com")



;; 
;; 
;;  commit 
;; 
;; 

-- 
  mailto:[email protected]