[mew-int 2214] Re: make client process failed, connection refused
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Fri Sep 22 11:13:25 JST 2006
> 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)
--Kazu
More information about the Mew-int
mailing list