- 436 名前:名無しさん@お腹いっぱい。 mailto:sage [2006/03/07(火) 22:26:24 ]
- SMTP-AUTHがうまく行きません。
(setq wl-local-domain "hoge.com") (setq wl-smtp-posting-server "mail.hoge.com") (setq wl-smtp-posting-user "hogehoge") (setq wl-smtp-authenticate-type "plain") のように設定しているのですが、debug-on-errorすると、 Debugger entered--Lisp error: (file-error "make client process failed" "software caused conhogetion abort" :name "SMTP" :buffer #<buffer *trace of SMTP session to mail.hoge.com*> :host "mail.hoge.com" :service "smtp") signal(file-error ("make client process failed" "software caused conhogetion abort" :name "SMTP" :buffer #<buffer *trace of SMTP session to mail.hoge.com*> :host "mail.hoge.com" :service "smtp")) byte-code("[smtp-server recipients id err smtp-sasl-user-name smtp-sasl-mechanisms wl-draft-write-sendlog failed smtp smtp-response-error 535 elmo-remove-passwd format "SMTP:%s/%s@%s" signal server mechanism user] 6) とバックトレースに出ます。*trace of SMTP〜*には、何も出ていません。 この、535のエラーって何でしょうか。
|

|