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

[debian-users:43465] Re: Mew 3.3 で Gmail



伊藤です。

MATSUDA Yoh-ichi / 松田陽一 wrote:
> こんにちは。松田陽一@三鷹です。
> 
> Mew での Gmail の設定でつまづいています。
> 症状としては、 "Sending in background..." と出ているが、実際には
> 送信されず、 smtp 認証の為のプロンプトも出て来ない、という状態で
> す。
> 
> 環境は debian sarge 上で、 emacs20-dl です。
> 
> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.1 (AOI)
> 
> ii  emacs-dl-canna             1.4-5                      Canna DL module for emacs20-dl
> ii  emacs20-dl                 20.7-15                    The GNU Emacs editor. (Dynamic Loading supported)
> ii  emacs20-dl-el              20.7-15                    GNU Emacs LISP (.el) files. (for emacs20-dl)
> ii  emacsen-common             1.4.16                     Common facilities for all emacsen
> ii  mew                        3.3+0.http://gmail.google.com/support/bin/answer.py?answer=13277&topic=19420040715-5           Messaging in the Emacs World
> ii  mew-bin                    3.3+0.20040715-5           The external commands for Mew
> ii  stunnel4                   4.070-5                    Universal SSL tunnel for network daemons
> 
> http://gmail.google.com/support/bin/answer.py?answer=13277&topic=194
> の内容に従い、 .mew.el を以下のようにしました。
> 
>     ("gmail"
>       ("name"     . "MATSUDA Yoh-ichi / 松田陽一")
>       ("user"     . "********")
>       ("smtp-msgid-user" . "********")
>       ("smtp-user" . "********@gmail.com")
>       ("mail-domain"     . "gmail.com")
>       ("smtp-msgid-domain" . "gmail.com")
>       ("smtp-server" . "smtp.gmail.com")
>       ("smtp-ssl" . t)
>       ("smtp-ssl-port" . "465")
>       ("smtp-ssh-server" . nil)
>       ("ssl-verify-level" . 0)
>     ) 
http://www.twcu.ac.jp/cis/localguide/node129.html
の設定でやってみて下さい。