Emacs らくらく入門
なか見! 検索
    環境
  構成
節目次
  目次(1-3)
  目次(4-5)
  目次(6-9)
  目次(付録)
  コラム目次
正誤表
参照
  本文内 URL
  anoncvs
本文補足
    p142 正規表現
    p145 c という形式の
      まとめ
    p145 分類
    p185 (outline-mode)
    p208 Wanderlust/Meadow
    p252 (POP-before..)
    p252 (SMTPauth)
    p257 (draft)
    p262 (Relay)
    p286 AucTex
    p287 auto-insert
    p303 (ssh)
    p351 .Xdefaults
    p399 .emacs(Mac OS X)
    p400 ことえり patch
      橋本さんから
    p400 inline update
      mule-ucs
      bash と tcsh の読替
    p400 inline update
      mule-ucs
      bash と tcsh の読替
    p400 20060319 版
      ~/.emacs の設定
      inline を有効に
      transparency の設定
      bash と tcsh の読替
      Carbon package
    p401 tamago
    p411 emacs-w3m
    p412 auctex
    p413 mu-cite
    p415 x-face
    p425 FreeWnn (FC3)
      inetd
      自動起動
    p435 w3m
書けなかったこと
  grep
    egrep
  Anthy
Meadow
  Windows で Emacs
    setup.exe
    ImageMagick
    HOME
    .emacs
その他
  dot.emacs
  出版社と販売
  rank
  関連書籍

Emacs の始め方 | dot.emacs | application | 便利なツール Emacs らくらく入門

p252 (SMTPauth)

Wanderlust で SMTPauth を使っているサーバに対して、不適切な設定で送信すると、 次のような文字が表示されます。
SMTP response error: 533, "5.7.1 ... Relaying denied, try authenticationg."
Wanderlust で SMTPauth を使うには、次のような設定をします。
(setq wl-smtp-authenticate-type "login")
ここで "login" と書いてありますが、ここに書ける文字列は次のようなものがあります。
nil SMTPauth を使わない(初期値)
"plain" 平文パスワード
"cram-md5" CRAM-MD5 方式
"login" 符号化

また (wl を起動した後に)
M-x customize-apropos RET authenticate RET
と入力すると 次のような画面になりますが、この中の最後の項目 の Value Menu をクリック しても設定出来ます。

emacs-21 | application | dot.emacs
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08