代码: 全选
(setq gnus-select-method '(nntp "news.yaako.com"))
(setq mail-sources
'((pop :user "xxxx"
:password "xxxx"
:server "pop.163.com"
:port "pop3")
))
(setq gnus-secondary-select-methods '((nnfolder "")))
(setq user-full-name "xxxx")
(setq user-mail-address "xxxx")
(setq smtpmail-auth-credentials
'(("smtp.163.com"
25
"xxxx"
"xxxx")))
(setq smtpmail-default-smtp-server "smtp.163.com")
(setq smtpmail-smtp-server "smtp.163.com")
(setq message-send-mail-function 'smtpmail-send-it)
代码: 全选
nntp (news.yaako.com) open error: '>>> (error Process nntpd not running)'. Continue? (y or n)
最后进入 *Group* Buffer 中,但在 echo buffer 中显示:
代码: 全选
Warning: Opening nntp server on news.yaako.com...failed: >>> (error Process nntpd not running); Server nntp+news.yaako.com previously determined to be down; not retrying; Opening nntp server on news.yaako.com...failed: >>> (error Process nntpd not running); Server nntp+news.yaako.com previously determined to be down; not retrying
Connecting to ...
代码: 全选
smtpmail-send-it: Sending failed: 553 authentication is required,smtp4,DtGowECZRGrB44pPa6J4Hg--.388S3 1334502338
在此先谢了!