[Mailman-Users] mailman 2.0.6 - no mail distribution to the subscribers

2001-10-04 Thread Camel

OK, I have everything installed and "working"
RH 7.1.94 (Roswell)
Sendmail
Apache

The web interface works, people can subscribe, get confirmed, get a welcome 
message, but when mail is sent to the "list address" it just disappears into 
void
Any help would be appreciated...

JSC

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] re-asking the question on MM 2.0.6 et al

2001-10-04 Thread Camel

OK, my list isn't that big yet, and can be scrapped, and re-installed.
I'm trying to move a 300 member Listserv list to my own server using Mailman.
Now, Being RH 7.1, there is no "/home/www/..." any more, it's all in 
"/var/www/". When I installed 2.0.6 "admin" did not xfer to the mailman 
dir under /var/www/mailman/ so I copied it there and things started "working"
(or so I thought). I thought I followed the installation readme to the 
letter, including the arcane command descriptions, GID's and the "mailman"
user, and group. I had to chmod a couple of dirs, passed the check_perms 
test, and could see all of the things you would expect to see, subs, 
confirms, etc. going out to subscribers. the Aliases, and ScriptAlias settings
are OK in sendmail.conf, and the alias file, and I assume, that the list mail 
address (the dist. address) is [EMAIL PROTECTED], RIGHT? It's not
something stupid like [EMAIL PROTECTED] ??? Does the specific
address [EMAIL PROTECTED] have to be added somewhere else along with 
"mailman" as a user/group/email recipient??

Does someone have an easier-to-follow or specific example based install readme
or a list of "gotchas" like installing mailman under root instead of some 
other user (like mailman)

The MTA (maillog/sendmail logs) don't tell me much - I see "sent" - 2.0.0 for 
the sent items - but they never show up at the other subscribers mailboxes...

I'm flummoxed.

JSC

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] HELP: python error starting MM2.1a3

2001-10-23 Thread Camel

Python guru needed... what is causing this error???

Traceback (most recent call last):
  File "/var/www/mailman//cron/gate_news", line 43, in ?
from Mailman import MailList
  File "/var/www/mailman/Mailman/MailList.py", line 37, in ?
import email.Iterators
ImportError: No module named email.Iterators

-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] HELP: python error starting MM2.1a3 - now this accessing the listinfo page

2001-10-23 Thread Camel

Now this - instead of the listinfo page...

Bug in Mailman version 2.1a3
We're sorry, we hit a bug!
If you would like to help us identify the problem,
please email a copy of this page to the webmaster for this site with
a description of what happened.  Thanks!

Traceback (most recent call last):
  File "/var/www/mailman/scripts/driver", line 96, in run_main
main()
  File "/var/www/mailman/Mailman/Cgi/listinfo.py", line 57, in main
list_listinfo(mlist, language)
  File "/var/www/mailman/Mailman/Cgi/listinfo.py", line 188, in list_listinfo
doc.AddItem(mlist.ParseTags('listinfo.html', replacements, lang))
  File "/var/www/mailman/Mailman/HTMLFormatter.py", line 314, in ParseTags
text = Utils.maketext(template, raw=1, lang=lang, mlist=self)
  File "/var/www/mailman/Mailman/Utils.py", line 477, in maketext
raise IOError(errno.ENOENT, 'No template file found', templatefile)
IOError: [Errno 2] No template file found: 'listinfo.html'

-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] MM2.1a3 another strange python bug

2001-10-24 Thread Camel

I ended up restoring the 2.0.6 installation (I love BRU)
but I didn't get any response to the following error when I accessed
the listinfo page. All of the templates were in the correct directory and the 
permissions were set. The old templates were also all there, with a 
"xxx.html.prev" extension. I know the default language is english, but I 
think it's looking for "lang"=en which doesn't look like it was set during 
the make install process

Bug in Mailman version 2.1a3
We're sorry, we hit a bug!
If you would like to help us identify the problem,
please email a copy of this page to the webmaster for this site with
a description of what happened.  Thanks!

Traceback (most recent call last):
  File "/var/www/mailman/scripts/driver", line 96, in run_main
main()
  File "/var/www/mailman/Mailman/Cgi/listinfo.py", line 57, in main
list_listinfo(mlist, language)
  File "/var/www/mailman/Mailman/Cgi/listinfo.py", line 188, in list_listinfo
doc.AddItem(mlist.ParseTags('listinfo.html', replacements, lang))
  File "/var/www/mailman/Mailman/HTMLFormatter.py", line 314, in ParseTags
text = Utils.maketext(template, raw=1, lang=lang, mlist=self)
  File "/var/www/mailman/Mailman/Utils.py", line 477, in maketext
raise IOError(errno.ENOENT, 'No template file found', templatefile)
IOError: [Errno 2] No template file found: 'listinfo.html'
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] archive help

2001-10-09 Thread Camel

(1) thanks to a list member for fixing my alias problems

(2) now, everything is working (mail wise), byt I'm getting
an (apache) Forbidden when trying to access the archives

what is the most common reason for this?

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Archive issue

2001-10-10 Thread Camel

I'm still getting a "forbidden" accesing my archives - everything else is 
working just fine - any ideas (seems to be a permissions issue)
-- 
Jay S. Curtis
Camelid Listowner
info/subscribe at
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Archive issue - more info needed

2001-10-11 Thread Camel

does someone have a specific example of the correct settings
or lines in the httpd.conf file (v.8x or v.9x) - I have a feeling there needs
to be a secondary directive beyond just Alias /listname/pipermail/ 
"/var/www/mailman/archive/[public or private]/"

the physical archives are where they belong - just no one can access them...

On Wednesday 10 October 2001 01:42 pm, you wrote:
> John W Baxter wrote:
> > At 8:27 -0400 10/10/2001, Camel wrote:
> > >I'm still getting a "forbidden" accesing my archives - everything else
> > > is working just fine - any ideas (seems to be a permissions issue)
>
> Your archives won't be "there" unless you have actually posted messages
> to the list.  And if you have posted messages, check your web server logs
> and try to find out what the error is.
>
> > Apache (in particular) "does" forbidden not only if the permissions are
> > wrong, but if it is pointed to a directory and the directory is empty.
> > Could the latter be your problem?
>
> Not necessarily.  By default, yes.  However, if someone added the
> 'Indexes' Option to their configuration file, Apache will be just happy to
> display an empty directory for you without any problems.

-- 
Jay S. Curtis
Camelid Listowner
info/subscribe at
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] Lsoft Listserv archives

2001-10-15 Thread Camel

Anyone had any experience or luck transferring Listserv archives to mailman? 
It's not critical, but it would be a "nice" thing for my listmembers. We have 
a years' worth (many megs indeed). Any help would be appreciated.
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] v2.1.xxx

2001-10-16 Thread Camel

anyone have a step-by-step for 2.0.6 >> 2.1.xx
in  english instead of linux-eese?
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Lsoft Listserv archives

2001-10-16 Thread Camel

MHonArc worked..

On Monday 15 October 2001 10:50 am, you wrote:
> If your archives are html and searchable via the web already, then you
> should just be able to copy over the files into their own directory and
> leave it at that.  You might want to add a link on your mailman archives
> page to indicate the URL for older archived email.
>

> > Anyone had any experience or luck transferring Listserv archives to
>
> mailman?
>
> > It's not critical, but it would be a "nice" thing for my listmembers. We
>
> have
>
> > a years' worth (many megs indeed). Any help would be appreciated.
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] LIST: pardon..

2001-10-17 Thread Camel

quick test
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] postfix question

2001-10-26 Thread Camel - Jay S. Curtis

Anyone have a sure-fire method for replacing sendmail with postfix??
(or know where the HowTo or Docs are...)
Thanx
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] MM 2.1 and RH 7.2

2001-10-31 Thread Camel - Jay S. Curtis

Anyone had any luck running 2.1x with RH 7.2?
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / unsubscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] MM 2.1 and RH 7.2

2001-10-31 Thread Camel - Jay S. Curtis

There is no problem -yet-.
2.0.6 is running well, 2.1.x is in beta but it has some new
features I'd really like to be using. I installed it [2.1.x] while running 7.1
and has a problem with it not recognizing the new templates.
I keep really good backups, and restored 2.0.6. and was back in business
as before.
I'm looking for input from anyone who has installed (upgraded) 2.0.6 to 2.1x 
beta **and** did it on RH 7.2 (or roswell 7.1-94)

On Wednesday 31 October 2001 09:39 am, you wrote:
> Hello,
>
> Camel - Jay S. Curtis writes:
> > Anyone had any luck running 2.1x with RH 7.2?
>
> It shouldn't be so hard, so give us some clue what is your...
<>

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] python 1.5 and 2.1.x along side

2001-11-01 Thread Camel - Jay S. Curtis

another stupid question...
I have python 2.1.x installed along side python 1.5.x for RH 7.2
How do I make mm recognize 2.1x without messing up everything that needs 1.5x 
to operate (RH has a "flavor" of python, and failing to keep it results in 
up2date and other programs going out to lunch)

TIA
-- 
Jay S. Curtis
Camelid Listowner
member info / subscribe / unsubscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] RELEASE Mailman 2.0.8

2001-11-28 Thread Camel - Jay S. Curtis

What was the fix for the "Error decoding authorization cookie" error??
(cvs patched 2.06 >> 2.08)

On Tuesday 27 November 2001 11:31 pm, you wrote:

> Hot on the heels of Mailman 2.0.7, I'm now releasing 2.0.8 which fixes
> several cross-site scripting security holes, and a few other minor bug
> fixes.  More information on cross-site scripting exploits in general
> can be found at

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] RELEASE Mailman 2.0.8

2001-11-28 Thread Camel - Jay S. Curtis

False alarm - it was Konqueror - No problem w/ opera or netscape

On Wednesday 28 November 2001 08:47 am, you wrote:
> I only see this error in the 2.07 release with KDEs "Konqueror".
> Has it gone away in MM 2.08 ??
>
> - oliver
>
> > What was the fix for the "Error decoding authorization cookie" error??
> > (cvs patched 2.06 >> 2.08)

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] Subscriber names

2001-11-28 Thread Camel - Jay S. Curtis

And... I would hope the upgrade is re-designed to be as easy as the CVS 
(patch) upgrade(s) from 2.0.6 >> 2.0.8

On Wednesday 28 November 2001 10:19 am, you wrote:
> Dare I ask what the time-frame for Mailman 2.1 is?  And can I add the
> names to my existing list, or do people need to resubscribe?  (I hope
> it's add because I'm just now populating a list with potentially 250
> subscribers).
>
> Jason
>
> > On 28 November 2001, marina said:
> > > Now that we're certain this feature is not available in Mailman
>
> (and
>
> > > it's still needed), what we are doing is writing a CGI form that
> > > collects the information from the user when they subscribe, and
>
> that
>
> > > CGI will then email Mailman to start the subscription. The other
> > > information I guess we can store in MySQL or similar.
> > >
> > > Do you think anybody else would be interested in this? If you think
> > > they might be, we'd be happy to post this to the Mailman site.
> >
> > Considering that Mailman 2.1 has the ability to track real names, your
> > hack probably won't be needed in the long term.
> >
> > Greg

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] best way to upgrade from 2.0.6

2001-11-28 Thread Camel - Jay S. Curtis

Download the two patch files x.0.6->x.0.7.txt and ..0.7->..0.8.txt
apply the patches in order, then ./configure.check, then make install.
it was flawless.

On Wednesday 28 November 2001 01:24 pm, you wrote:
> On Wed, Nov 28, 2001 at 01:07:41PM -0500, Joshua S. Freeman wrote:
> > Hi folks...
> >
> > What is the least painful way to upgrade from 2.0.6 to 2.0.8?
>
> make install ?
>
> Marc

-- 
Jay S. Curtis

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] mailman 2.1 beta x

2001-12-06 Thread Camel - Jay S. Curtis

What is the status of 2.1?
safe to install/upgrade/use yet?
-- 
Jay S. Curtis
Camelid Listowner
Alpacas Listowner
member info / subscribe / unsubscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid
http://lrllamas.com/mailman/listinfo/alpacas

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] [OT] open relay probes...

2001-12-12 Thread Camel - Jay S. Curtis

Need a little help - Getting relay probes from AOL and obiz (sic) that are 
reporting an "open relay" on my servers. (this has only happened after 
starting the lists) I'm running RH 7.2 w/ sendmail 8.11.x and the config 
tools are lousy. Anyone have a sure-fire, failsafe way to kill this problem??
(I get a migraine just OPENING sendmail.cf)
Any help would be appreciated. - respond "off list" to hold the traffic down 
if you like.
PS: check out the "relaycheck" pages to see if you have this vulnerability.

JSC
-- 
Jay S. Curtis
Camelid Listowner
Alpacas Listowner
member info / subscribe / unsubscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid
http://lrllamas.com/mailman/listinfo/alpacas

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] sendmail to posfix - stumped

2001-12-13 Thread Camel - Jay S . Curtis

Well, nothing is ever as easy as it seems...
Anyone have any wisdom on completing the mailman
conversion from sendmail to postfix?

I guess I just don't understand the brief instrustions
regarding getting mailman to work w/postfix

-- 
Jay S. Curtis
Camelid Listowner
Alpacas Listowner
member info / subscribe / unsubscribe / user options at:
http://lrllamas.com/mailman/listinfo/camelid
http://lrllamas.com/mailman/listinfo/alpacas

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users