comp.emacs
[Top] [All Lists]

Re: configuration of gnus

Subject: Re: configuration of gnus
From: Daneel Yaitskov
Date: Sun, 03 Aug 2008 00:12:08 +0400
Newsgroups: comp.emacs

Here is my workable configuration of the Gnus:

(setq gnus-select-method '(nntp "nntp.aioe.org"))
(setq send-mail-function 'smtpmail-send-it) 
(setq message-send-mail-function 'smtpmail-send-it) 
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 25 nil nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 25
                                   "rtfm.rtfm.rtfm@xxxxxxxxx" "*****"))
      smtpmail-default-smtp-server "smtp.gmail.com"
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-debug-info t
      smtpmail-smtp-service 25
      smtpmail-local-domain "rtfm.rtfm.rtfm@xxxxxxxxx"
      smtpmail-sendto-domain "rtfm.rtfm.rtfm@xxxxxxxxx")

(setq mail-sources
      '((pop :server "pop.gmail.com"
             :port 995
             :user "rtfm.rtfm.rtfm@xxxxxxxxx"
             :password "******"
             :stream ssl)))
 (setq user-mail-address "rtfm.rtfm.rtfm@xxxxxxxxx"
       user-full-name "Daneel Yaitskov")

I had been adjusting the Gnus 3 days and I nearly lost trust. Gnus
info manual is awful.  From despair I decide to trace the functions of
smtpmail, that a cause would be found. When I explored the
smtpmail.el, I had found yet one example of a configuration in its
headers. It consists the line:
       smtpmail-sendto-domain "rtfm.rtfm.rtfm@xxxxxxxxx"
This line isn't appear in any examples before.


Daneel


<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy