Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Slackrat <slackrat@free.fr>
To: SabreWolfy <sabrewolfy@gmail.com>
Cc: info-gnus-english@gnu.org
Subject: Re: Posting to usenet via gnus
Date: Wed, 15 May 2013 20:43:00 +0100	[thread overview]
Message-ID: <84ip2kqbaz.fsf@free.fr> (raw)
In-Reply-To: <loom.20130515T183534-114@post.gmane.org> (sabrewolfy@gmail.com's message of "Wed, 15 May 2013 16:39:33 +0000 (UTC)")

SabreWolfy a écrit profondement:

| I run Emacs 23.3.1 with Gnus 5.13 under various Debian-based distributions,
| which I have configured to read news from Gmane. However, I post via the
| Gmane website. What is the best way to post directly from within Emacs? I've
| searched for a solution, but have not found one yet. Do I need to subscribe
| to each group and suppress mail delivery (I'm accessing via Gmane). Any
| guidance would be appreciated.
>

Try "Eternal September" (free) outbound

Make sure you have a good "authinfo" file

You'll  probably gave to download the groups list ande subscribe
to what you want (NO BINARIES - Who wants 'em anyway)

Works for me but I'm configured a little differently than you.

[EX .gnus]
;; The default news server
;; (setq gnus-select-method '(nntp "world.bintube.com"))
;; LI login1 PW  pasdword1 on world.bintube.com
 (setq gnus-select-method '(nntp "news.eternal-september.org"))
;; LI login2 PW password2 on news.eternal-september.org
;;; #############################
;;; SETTING UP ADDITIONAL SERVERS
;;; #############################
;;;BEEF: Gnus doesn't show all groups / Gnus says I'm not allowed
;;;to post
;;; on this server as well as I am, what's that? 
;;;	
;;;Some providers allow restricted anonymous access and full 
;;;access only after authorization. To make Gnus send authinfo to those servers append 
;;;"force yes"
;;;to the line for those servers in ~/.authinfo. 
;;;3.6.	
;;;BEEF: I want Gnus to fetch news from several servers, 
;;;is this possible? 
;;;	
;;;Of course. You can specify more sources for articles in 
;;;the variable gnus-secondary-select-methods. 
;;;Add something like this in ~/.gnus: 
;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.eternal-september.org"))
;;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.yourThirdProvider.net"))
;;;(add-to-list 'gnus-secondary-select-methods '(nntp "news.yourFourthProvider.net"))
;;; ###################

[authinfo]
machine smtp.free.fr login login1 port 587 password 123456789
machine world.bintube.com login login22 password  123456789
machine news.eternal-september.org login login3 password
123456789 force yes

Good Luck

-- 
Bill Henderson
Fly your flag
http://inconnu.freeshell.org/rbr/portugal-flag.gif

  reply	other threads:[~2013-05-15 19:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-15 16:39 SabreWolfy
2013-05-15 19:43 ` Slackrat [this message]
2013-05-16  4:54 ` W. Greenhouse
2013-05-16 18:44 ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84ip2kqbaz.fsf@free.fr \
    --to=slackrat@free.fr \
    --cc=info-gnus-english@gnu.org \
    --cc=sabrewolfy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).