[mew-int 2211] Re: make client process failed, connection refused

CHENG Gao chenggao at example.com
Thu Sep 21 19:14:11 JST 2006


*On Thu, 21 Sep 2006 15:06:22 +0900 (JST)
* Kazu Yamamoto (山本和彦) <kazu at example.com> climbed out of the dark hell and cried out:

>> Network connection has no problem. I'll check mew-pop-serve and
>> mew-pop-port, though I think my setting should be right.
>
> Could you show me your configuration?

Now comes my configuration:

I put all emacs related setting files in ~/.emacs.d, and I use init.el
instead of .emacs.el.

mew related setting in init.el:
,----
| (setq mew-rc-file "~/.emacs.d/.mew.el")
| (autoload 'mew "mew" nil t)
| (autoload 'mew-send "mew" nil t)
| (setq mew-use-cached-passwd t)
| (if (boundp 'read-mail-command)
| (setq read-mail-command 'mew))
| (autoload 'mew-user-agent-compose "mew" nil t)
| (if (boundp 'mail-user-agent)
|     (setq mail-user-agent 'mew-user-agent))
| (if (fboundp 'define-mail-user-agent)
|   (define-mail-user-agent
|        'mew-user-agent
|        'mew-user-agent-compose
|        'mew-draft-send-message
|        'mew-draft-kill
|        'mew-send-hook))
| (setq mew-pop-size 0)
| (setq mew-smtp-auth-list nil)
| (setq toolbar-mail-reader 'Mew)
| (set-default 'mew-decode-quoted 't) 
`----

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.

I got the same error message with Emacs 23+WinXP+Mew 5.1.50 and
Emacs23+MacOSX+Mew 5.1.50.

Please give me some light.

TIA




More information about the Mew-int mailing list