Re: [Mailman-Users] Archive problems

2006-04-12 Thread Brad Knowles
At 5:09 PM -0400 2006-04-12, Thomas Waters wrote: > Default.py had different values than mm_cfg.py for default url host. > I correcterd it, and the link from the web admin is now correct and > functioning. Thx. You should leave Defaults.py alone, and make all your corrections/changes

Re: [Mailman-Users] Turning off Auto-discard notifications

2006-04-12 Thread Mark Sapiro
Jay Batson wrote: > >Now, I'm getting Auto-discard notifications for these messages. I'd >like to turn off the Auto-discard notification. > >I don't seem to see a config option for doing so in the web-based >admin interface. Also, I can't seem to see a page where I can go >edit the list of

[Mailman-Users] Turning off Auto-discard notifications

2006-04-12 Thread Jay Batson
As a list admin, I've set some names to be auto-discarded (done as I process administrative requests.) Now, I'm getting Auto-discard notifications for these messages. I'd like to turn off the Auto-discard notification. I don't seem to see a config option for doing so in the web-based admin

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
I got it working. I thought that there was an /etc/postfix/aliases.db, but that must have been the last time I rebuilt it. I ran postalias on /etc/postfix/aliases and it is working again. I appreciate your patience. Vic -- Mailman-Users mailing

Re: [Mailman-Users] Archive problems

2006-04-12 Thread Mark Sapiro
Thomas Waters wrote: > >I will go over all of this more thoroughly, however, I ran check >perms and it fixed much. I also ran bin/arch and it appeared to do a >lot. However, when I hit the archives the shown list is just the >same as it was before running these two things. It is likely, th

Re: [Mailman-Users] Archive problems

2006-04-12 Thread Thomas Waters
On Apr 12, 2006, at 11:36 AM, Mark Sapiro wrote: > This latter means that if you have an incorrect value for > DEFAULT_URL_HOST in Defaults.py, and you don't clear it in mm_cfg.py, > you can get the incorrect host. What you want in mm_cfg.py is: > > DEFAULT_EMAIL_HOST = ... > DEFAULT_URL_HOST = .

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Mark Sapiro
Vicki Stanfield wrote: > >I can't seem to get the alias stuff set up right. Here is what I have >done: > > >cd /usr/local/mailman >ran bin/genaliases >chown mailman:mailman data/aliases* >chmod g+w data/aliases* > >changed the alias_maps definition in main.cf to: > >alias_maps = hash:/etc/postfix/a

Re: [Mailman-Users] Global incoming gateway

2006-04-12 Thread Mark Sapiro
Rob Jackson wrote: >I already have a Message Board set up with a dummy user account, which is >actually the mailing list address. This user is set to receive ever post to >the message board in e-mail format. I know I can just add the from: email >address to the list of subscribers, but with many

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
I can't seem to get the alias stuff set up right. Here is what I have done: cd /usr/local/mailman ran bin/genaliases chown mailman:mailman data/aliases* chmod g+w data/aliases* changed the alias_maps definition in main.cf to: alias_maps = hash:/etc/postfix/aliases, hash:/usr/local/mailman/data/

Re: [Mailman-Users] Why mailman still sending email to an in-activemailing list?

2006-04-12 Thread Mark Sapiro
Chan Nan wrote: > >Case info: I had a domain with a mailing list (using >mailman) a few years ago. However, I dropped my >domain (but didn't do anytning with mailman) later on. > I assumed the mailing list will be terminated itself. Was this a hosted domain and Mailman? If so, the hosting provid

Re: [Mailman-Users] Global incoming gateway

2006-04-12 Thread Rob Jackson
I already have a Message Board set up with a dummy user account, which is actually the mailing list address. This user is set to receive ever post to the message board in e-mail format. I know I can just add the from: email address to the list of subscribers, but with many lists, and new lists be

Re: [Mailman-Users] Global incoming gateway

2006-04-12 Thread Rob Jackson
Messages are sent from the message board real time. The news gateway is either set up a a cron to contact the news server to get new messages. So unless there is something I am missing, I am not sure this will work for what I need. -Rob -Original Message- From: Mark Sapiro [mailto:[EM

[Mailman-Users] Why mailman still sending email to an in-active mailing list?

2006-04-12 Thread Chan Nan
Hello, I had a pretty strange case regarding an old, terminated mailing list yet still sending out emails to members. I searched and googled everywhere but still don't know how to fix it. Case info: I had a domain with a mailing list (using mailman) a few years ago. However, I dropped my domain

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Mark Sapiro
Patrick Bogen wrote: >On 4/12/06, Vicki Stanfield <[EMAIL PROTECTED]> wrote: >> When I use inject, the message posts. What does that mean is wrong? > >This means that the message is not getting from Postfix to Mailman. >As Mark said, you should double-check that your aliases are set >properly, and

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Patrick Bogen
On 4/12/06, Vicki Stanfield <[EMAIL PROTECTED]> wrote: > When I use inject, the message posts. What does that mean is wrong? This means that the message is not getting from Postfix to Mailman. As Mark said, you should double-check that your aliases are set properly, and that postfix is configured

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
When I use inject, the message posts. What does that mean is wrong? - Original Message - From: "Mark Sapiro" To: "Vicki Stanfield" , [EMAIL PROTECTED], mailman-users@python.org Subject: Re: [Mailman-Users] Can't get list to post messages Date: Wed, 12 Apr 2006 10:24:25 -0700

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Mark Sapiro
Vicki Stanfield wrote: > Apr 12 12:55:03 thepenguin sm-mta[6794]: k3CGt2Ru006794: from=<[EMAIL > PROTECTED]>, > size=1064, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, > proto=ESMTP, daemon=MTA, relay=ws6-5.us4.outblaze.com > [205.158.62.152] > Apr 12 12:55:03 thepenguin sm-mta[6798]: k3CGt

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
Sorry for top-posting, but the mail client I am using is obtuse. I was able to clean up the additional RetryRunner, but as you guessed, it didn't solve the problem. I ran through all the steps in the referenced URL, but it didn't fix it either. The messages don't appear to be being queu

Re: [Mailman-Users] Archive problems

2006-04-12 Thread Mark Sapiro
Thomas Waters <[EMAIL PROTECTED]> Date: Wed, 12 Apr 2006 10:28:55 -0400 To: mailman-users@python.org >I'm having two problems concerning list archives. > >Server: Apple XServe, OS X Server 10.4.5, Mailman 2.1.5 > >1) In the web interface for Admin, link to list archives does not >have co

[Mailman-Users] Archive problems

2006-04-12 Thread Thomas Waters
I'm having two problems concerning list archives. Server: Apple XServe, OS X Server 10.4.5, Mailman 2.1.5 1) In the web interface for Admin, link to list archives does not have correct path. I ran bin/fix_url, but that didn't fix the problem the mm_cfg.py file lists correct default mail host a

Re: [Mailman-Users] Moderator login

2006-04-12 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >Every thing seemed ok but we could not log onto the moderator section >the answer was quit simple there is a link in the footer for administrative, >list overview etc but >not for the moderator it would be nice to see a moderator link in future >versions. It hasn't b

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Mark Sapiro
Vicki Stanfield wrote: > > So I have no idea how to troubleshoot when it simply doesn't work and > there are no errors being logged. Your previous post showed two copies of RetryRunner. This is probably not the cause of your problem, but it should be cleaned up. See

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
It would put a "Permission denied" Message in the error log, if there are no write permissions in the private archive directory for mailman. Peter So I have no idea how to troubleshoot when it simply doesn't work and there are no errors being logged. Any ideas? Vic

[Mailman-Users] Moderator login

2006-04-12 Thread michael
Hi I am not sure wether I should post this here or not but here goes. We recently setup Mailman 2.1.5 on our RAQ550 (redhat 2.4.19) with multiple hosts which was tricky. Every thing seemed ok but we could not log onto the moderator section the answer was quit simple there is a link in the foot

Re: [Mailman-Users] Can't get list to post messages

2006-04-12 Thread Peter M Von Büren
Vicki Stanfield wrote: >I had mailman-2.1.5 working fine on my Slackware 10.2 box for a while. Now all >of a sudden it doesn't send or archive messages. I know that my ISP (using >DSL) made some changes that originally had my system down. Now I am able to >send and receive mail with postfix but

[Mailman-Users] Can't get list to post messages

2006-04-12 Thread Vicki Stanfield
I had mailman-2.1.5 working fine on my Slackware 10.2 box for a while. Now all of a sudden it doesn't send or archive messages. I know that my ISP (using DSL) made some changes that originally had my system down. Now I am able to send and receive mail with postfix but no messages are being sent