[mew-int 2215] Re: make client process failed, connection refused
CHENG Gao
chenggao at example.com
Fri Sep 22 11:56:54 JST 2006
*On Fri, 22 Sep 2006 11:13:25 +0900 (JST)
* Kazu Yamamoto (山本和彦) <kazu at example.com> climbed out of the dark hell and cried out:
>> and content of ~/.emacs.d/.mew.el: ,----
>> | (setq mew-config-alist '( ("goghs at example.com" ("name" . "CHENG Gao")
>> | ("user" . "goghs") ("smtp-server" . "smtp.21cn.com") ("smtp-port" .
>> | "25") ("pop-server" . "pop.21cn.com") ("pop-port" . "110")
>> | ("smtp-user" . "goghs") ("pop-user" . "goghs") ("mail-domain" .
>> | "21cn.com") ("mailbox-type" . pop) ("pop-auth" . pass)
>> | ("smtp-auth-list" . ("PLAIN" "LOGIN" "CRAM-MD5")) ) ))
>> `---- It's an email account I seldom use. Just use it for testing
>> purpose.
>
> It seems to me that you difined the case called "goghs at example.com" but you
> are using the "default" case.
>
> There are three options to fix it.
>
> 1) Type "C" in Summary and chose the "goghs at example.com" case.
>
> 2) Replace "goghs at example.com" to "default" in mew-config-alist.
>
> 3) Remove mew-config-alist. And add followings:
>
> ;; POP only (setq mew-name "CHENG Gao") (setq mew-user "goghs") (setq
> mew-mail-domain "21cn.com") (setq mew-pop-server "pop.21cn.com") (setq
> mew-pop-auth 'pass)
Thank you Yamamoto-san, yes I got it work well last night. I removed
mew-config-alist and use the way s you instructed.
More information about the Mew-int
mailing list