Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Can't send emails to this list via gmane?
@ 2013-03-28 20:12 Rainer M Krug
  2013-03-29 15:11 ` W. Greenhouse
  0 siblings, 1 reply; 7+ messages in thread
From: Rainer M Krug @ 2013-03-28 20:12 UTC (permalink / raw)
  To: info-gnus-english


Hi

I am not able to post on newsgroups via gmane. I can email to the
mailing list, but not post a new post or follow up via gmane. Below is
my .gnus.el, and I subscribed to the gmane mailing lists via B in the
groups buffer.

Any suggestions?

I have the following .gnus.el:

##########
(require 'nnir)

(setq user-mail-address "R.M.Krug@gmail.com")
(setq user-full-name "Rainer M Krug")

(setq gnus-select-method 
	     '(nnimap "gmail"
		      (nnimap-address "imap.gmail.com")
		      (nnimap-server-port 993)
		      (nnimap-stream ssl)
		      (nnimap-authinfo-file "~/.authinfo")))

;; Configure outbound mail (SMTP)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-default-smtp-server "smtp.gmail.com"
      send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-smtp-service 587
      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "R.M.Krug@gmail.com" nil))
      smtpmail-debug-info t
      smtpmail-debug-verb t
      )

;; set renderer for html mail to w3m in emacs
(setq mm-text-html-renderer 'w3m)

;; set gnus-parameter
(setq gnus-parameters
      '(("nnimap\+gmail/.*"
         (gnus-use-scoring nil)
	 (display . all))
        ))
##########

Thanks,

Rainer

-- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-02  8:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-28 20:12 Can't send emails to this list via gmane? Rainer M Krug
2013-03-29 15:11 ` W. Greenhouse
2013-03-29 15:26   ` Rainer M Krug
2013-03-29 15:40     ` W. Greenhouse
2013-03-29 16:41       ` Rainer M Krug
2013-03-29 17:00         ` W. Greenhouse
2013-04-02  8:06           ` Rainer M. Krug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).