I just set up Mailman 2.1.5 with the intention of utilizing the NNTP/Mailman gatewaying process.
From what I see, it doesn't use any authentication. The server we're using on the other side is Typhoon, and I've asked if it can just permit the IP; however, I'd just prefer to have authentication going on like everyone else.
Did I miss something?
Thanks.
Forrest Aldrich said:
I just set up Mailman 2.1.5 with the intention of utilizing the NNTP/Mailman gatewaying process.
From what I see, it doesn't use any authentication. The server we're using on the other side is Typhoon, and I've asked if it can just permit the IP; however, I'd just prefer to have authentication going on like everyone else.
Did I miss something?
Good question. I've looked through the web interface and didn't see anything about authorization. I also can't get the NNTP gatewaying to work at all. I'm not sure if there's something I'm doing wrong or my choice of public access servers is just trash.
~P
Really. This is interesting; anyone?
I am setting up Mailman now, upon which we will *depend* upon the NNTP gatewaying feature to work. This could look very bad.
Poster wrote:
Forrest Aldrich said:
I just set up Mailman 2.1.5 with the intention of utilizing the NNTP/Mailman gatewaying process.
From what I see, it doesn't use any authentication. The server
we're
using on the other side is Typhoon, and I've asked if it can just permit the IP; however, I'd just prefer to have authentication going on like everyone else.
Did I miss something?
Good question. I've looked through the web interface and didn't see anything about authorization. I also can't get the NNTP gatewaying to work at all. I'm not sure if there's something I'm doing wrong or my choice of public access servers is just trash.
~P
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/forrie%40forrie.com
Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
Forrest Aldrich said:
Really. This is interesting; anyone?
I am setting up Mailman now, upon which we will *depend* upon the NNTP gatewaying feature to work. This could look very bad.
I got it to work.
- I used a reliable news service (I figured I'd try my account with giganews).
- I put the following into mm_cfg.py:
NNTP_USERNAME = 'usernameeee' NNTP_PASSWORD = 'passwoooord'
~He who posts
At 11:03 PM -0400 2005-06-30, Forrest Aldrich wrote:
Really. This is interesting; anyone?
I am setting up Mailman now, upon which we will *depend* upon the NNTP gatewaying feature to work. This could look very bad.
The existing NNTP feature does not include any authentication
that I know of. There are a number of known existing issues with the NNTP gatewaying function, some of which I'm hoping to get addressed soon. But authentication is not on my list of things I'm concerned about.
-- Brad Knowles, <brad@stop.mail-abuse.org>
"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
SAGE member since 1995. See <http://www.sage.org/> for more info.
On Jul 3, 2005, at 6:28 PM, Brad Knowles wrote:
The existing NNTP feature does not include any authentication
that I know of.
from Defaults.py:
# Set these variables if you need to authenticate to your NNTP server
for
# Usenet posting or reading. If no authentication is necessary,
specify None
# for both variables.
NNTP_USERNAME = None
NNTP_PASSWORD = None
Is this not what you are discussing?
Dan
================================ Dan Phillips Associate Professor of Horn, University of Memphis site administrator: music.memphis.edu
At 7:32 PM -0500 2005-07-03, Dan Phillips wrote:
NNTP_USERNAME = None NNTP_PASSWORD = None
Is this not what you are discussing?
Yup, you're absolutely right.
-- Brad Knowles, <brad@stop.mail-abuse.org>
"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
SAGE member since 1995. See <http://www.sage.org/> for more info.
participants (4)
-
Brad Knowles
-
Dan Phillips
-
Forrest Aldrich
-
Poster