|
Couldn't open server on localhost
配置:
(setq
user-full-name "xxx"
user-mail-address "xxx@gmail.com"
message-default-charset `utf-8
; gnus-select-method '(nntp "localhost")
mail-sources '(file :path "/home/xxx/mail/mbox")
gnus-secondary-select-methods '((nntp "localhost")
nnml-directory "~/Mail"
nnml-active-file "~/Mail/active"
mail-source-delete-incoming 'nil
nnml-get-new-mail t))
但在终端可以telnet localhost 119
已安装leafnode |
|