Re: [Mailman-Users] Mailman on non-standard port : Public list notdisplayed on listinfo page

2010-06-22 Thread Raven Kong
Hello Mark, Thanks for your suggestion. I've commented out these 2 lines DEFAULT_HOST_NAME DEFAULT_URL So now my mm_cfg.py looks like: MTA = 'Postfix' DEFAULT_URL_HOST = 'a.b.c' DEFAULT_EMAIL_HOST = 'a.b.c' VIRTUAL_HOSTS.clear() DEFAULT_URL_PATTERN = 'http://%s:/mailman/' POSTFIX_STYLE_VIR

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Mark Sapiro
Adam Parker, OD wrote: > >thanks, where do I set DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST and perhaps >DEFAULT_URL_PATTERN? In $prefix/Mailman/mm_cfg.py >On Tue, Jun 22, 2010 at 11:00 PM, Mark Sapiro wrote: [...] >> >> See the FAQs at and >>

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Adam Parker, OD
thanks, where do I set DEFAULT_EMAIL_HOST, DEFAULT_URL_HOST and perhaps DEFAULT_URL_PATTERN? On Tue, Jun 22, 2010 at 11:00 PM, Mark Sapiro wrote: > Adam Parker, OD wrote: > > >Hey, I finally got my mailman to work after I set up a subdomain strictly > to > >carry the mail load of an off-server d

Re: [Mailman-Users] Postings under one Mailman instance not seen by theother?

2010-06-22 Thread Dwight A. Ernest
On Tue, Jun 22, 2010 at 22:53, Mark Sapiro wrote: > Dwight A. Ernest wrote: > > > >I neglected, however, to change the home directory for the mailman user to > >the new executable path. Another sysadmin, though aware of my work, > >innocently executed ~mailman/bin/genaliases, which came from the

Re: [Mailman-Users] changing URL after list already set up

2010-06-22 Thread Mark Sapiro
Adam Parker, OD wrote: >Hey, I finally got my mailman to work after I set up a subdomain strictly to >carry the mail load of an off-server domain. Now I have a new problem - >since I needed my List address to be "@example.org" I set it up that way, >but the real address where the list can be acce

Re: [Mailman-Users] Postings under one Mailman instance not seen by theother?

2010-06-22 Thread Mark Sapiro
Dwight A. Ernest wrote: > >I neglected, however, to change the home directory for the mailman user to >the new executable path. Another sysadmin, though aware of my work, >innocently executed ~mailman/bin/genaliases, which came from the old RPM >instance. > >This caused the aliases file to grab the

[Mailman-Users] changing URL after list already set up

2010-06-22 Thread Adam Parker, OD
Hey, I finally got my mailman to work after I set up a subdomain strictly to carry the mail load of an off-server domain. Now I have a new problem - since I needed my List address to be "@example.org" I set it up that way, but the real address where the list can be accessed is mx.example.com(becau

[Mailman-Users] Postings under one Mailman instance not seen by the other?

2010-06-22 Thread Dwight A. Ernest
I assist in the administration of several servers running Mailman, and have been active in this way for longer than I care to remember. I got rusty in the last few years, though, and during that period everything was ticking along rather well. I was recently called upon to assist following the mig

Re: [Mailman-Users] Mail server integration question - Solution

2010-06-22 Thread Cornelius Romein
*Updated* instructions are below: On Sun, Jun 20, 2010 at 11:50 PM, Cornelius Romein wrote: > I recently subscribed to the above list and found this question about > mail server integration. There didn’t seem to be an answer for it, so I > hope this helps. > > > > It is possible to integrate an

Re: [Mailman-Users] public/private listinfo pages

2010-06-22 Thread Mark Sapiro
Anthony R. Thompson wrote: > >* Then do the following, either manually or probably more likely on a >regular basis via cron: > >rm -f /path/to/index.inc; ls -1 /var/lib/mailman/archives/private | >egrep -v mbox | perl -ne 'chomp; s#/$##; print qq^href="/mailman/listinfo/$_">$_\n^;' >> /path/to/in

Re: [Mailman-Users] Replies from non-members getting posted to listset to allow posts by subscribers only

2010-06-22 Thread Anthony R. Thompson
On 6/22/2010 10:04 AM, Mark Sapiro wrote: As I implied but didn't explicitly state in my initial response in this thread , the places in an incoming message that are checked for a member address to determine if a post is from a

Re: [Mailman-Users] public/private listinfo pages

2010-06-22 Thread Anthony R. Thompson
On 6/22/2010 11:51 AM, Michael Anderson wrote: I have several lists on the same server, all with the same domain name. I currently have a public "listinfo" page which displays only selected lists that have the "advertise" option enabled. How can I set up a second private (protected with .htacces

Re: [Mailman-Users] public/private listinfo pages

2010-06-22 Thread Mark Sapiro
Michael Anderson wrote: > >I have several lists on the same server, all with the same domain >name. I currently have a public "listinfo" page which displays only >selected lists that have the "advertise" option enabled. > >How can I set up a second private (protected with .htaccess) page >whi

[Mailman-Users] public/private listinfo pages

2010-06-22 Thread Michael Anderson
Hello, I have several lists on the same server, all with the same domain name. I currently have a public "listinfo" page which displays only selected lists that have the "advertise" option enabled. How can I set up a second private (protected with .htaccess) page which shows all of the li

Re: [Mailman-Users] Mailman on non-standard port : Public list notdisplayed on listinfo page

2010-06-22 Thread Mark Sapiro
Raven Kong wrote: > >I have trouble getting the public list shown on the general listinfo page. >My mailman is install on a host with port number (80 is used by another >service), so the url address is something like >http://a.b.c:/mailman/listinfo. And those list created public is not >di

Re: [Mailman-Users] Replies from non-members getting posted to listset to allow posts by subscribers only

2010-06-22 Thread Mark Sapiro
Anthony R. Thompson wrote: > >Is there something I'm missing here - is this normal behavior? > >It doesn't seem to me like someone should be able to post a message to a >private list just by changing the Reply-To field to an address they know >is on the private list. As I implied but didn't exp

[Mailman-Users] Mailman on non-standard port : Public list not displayed on listinfo page

2010-06-22 Thread Raven Kong
Hello Guys, I have trouble getting the public list shown on the general listinfo page. My mailman is install on a host with port number (80 is used by another service), so the url address is something like http://a.b.c:/mailman/listinfo. And those list created public is not displayed in t

Re: [Mailman-Users] Replies from non-members getting posted to list set to allow posts by subscribers only

2010-06-22 Thread Stephen J. Turnbull
Anthony R. Thompson writes: > It doesn't seem to me like someone should be able to post a message to a > private list just by changing the Reply-To field to an address they know > is on the private list. Sure, but there's nothing you can do about that since anything in email that can be used

Re: [Mailman-Users] Replies from non-members getting posted to list set to allow posts by subscribers only

2010-06-22 Thread Anthony R. Thompson
Actually, another test post I sent to a list with a similar configuration just got *posted*, based solely on the Reply-To header (list configuration appended below). When I posted from a...@sigilservices.com to this other list, which is not subscribed to the list, it got properly rejected (wit

Re: [Mailman-Users] Replies from non-members getting posted to list set to allow posts by subscribers only

2010-06-22 Thread Anthony R. Thompson
On 6/21/2010 12:25 PM, Stephen J. Turnbull wrote: At one point I had an address (chira...@gmail.com) which was subscribed to the list (adf-www). Do you mean (as implied by your access to the inbox) that this is your personal address? Yeah, one of several :) If so, I don't know if GMail allow