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 "[email protected]") (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 "[email protected]" 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: [email protected] Skype: RMkrug _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
