Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix 2.5 Virtual Mailboxes

2007-06-10 Thread Benjamin Donnachie
Benjamin Donnachie wrote: > /[EMAIL PROTECTED]/ DUNNO Ooops! That should be: /[EMAIL PROTECTED]/ DUNNO Ben -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix 2.5 Virtual Mailboxes

2007-06-10 Thread Benjamin Donnachie
Benjamin Donnachie wrote: > I've just written a very simple script which I use as a cronjob to keep > a postfix access map of current lists up-to-date. Thus avoiding > potential backscatter with the listhost domain. A copy of the script is below. You'll probably need to ed

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix 2.5 Virtual Mailboxes

2007-06-10 Thread Benjamin Donnachie
Jennifer Redman wrote: > Your script and instructions work beautifully. Excellent stuff! :-) It's definitely a better solution in my opinion! :) > Had to change a few paths and kept getting a no module error when I added > MTA = None -- easy configuration compared to the other method I was > att

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix 2.5 Virtual Mailboxes

2007-06-07 Thread Benjamin Donnachie
Benjamin Donnachie wrote: > If you can set aside a sub-domain for your mailing lists, eg > lists.example.com, then it's worth using the sendmail mm-handler script > with postfix. I've just written a very simple script which I use as a cronjob to keep a postfix access map of

Re: [Mailman-Users] Bounced messages with Mailman 2.1 and Postfix 2.5 Virtual Mailboxes

2007-06-07 Thread Benjamin Donnachie
Jennifer Redman wrote: > However, the integration with Postfix -- not so good, appears to be > something to do with the Virtual Mailbox setup. If you can set aside a sub-domain for your mailing lists, eg lists.example.com, then it's worth using the sendmail mm-handler script with postfix. Downloa

Re: [Mailman-Users] subscribe people without notify

2007-01-20 Thread Benjamin Donnachie
Mihamina Rakotomandimby (R12y) wrote: > I will have to batch subscribe thousands of email adresses, but I dont > want them to be affraid by the subscription notification of Mailman. Use the web admin interface for the list. Look under Membership management -> Mass subscription. Set "subscribe or

Re: [Mailman-Users] Different URL PATTERNS per virtual host?

2006-10-14 Thread Benjamin Donnachie
Benjamin Donnachie wrote: > RewriteRule ^/mailman/(.*) https://www\.py-soft\.co\.uk/mailman/$1 > [L,R=permanent] > Seems to work! :) Ah... no it doesn't! Ah well... Ben -- Mailman-Users mailing list Mailman-Users@p

Re: [Mailman-Users] Different URL PATTERNS per virtual host?

2006-10-03 Thread Benjamin Donnachie
Benjamin Donnachie wrote: > I am using Mailman v2.1.6 and I was wondering whether it is possible to > have a different DEFAULT_URL_PATTERN per virtual host? I decided to cheat by sticking the following in the apache config for my sites: RewriteRule ^/mailman/(.*) https://www\.py-soft\.

Re: [Mailman-Users] Different URL PATTERNS per virtual host?

2006-09-18 Thread Benjamin Donnachie
Dragon wrote: > Is there some reason you would not want to run https on all of the lists? I host a number of sites free of charge. While I don't mind offering Mailman FoC, I feel that there are somethings users should pay for and https is one of them! Take care, Ben

Re: [Mailman-Users] Different URL PATTERNS per virtual host?

2006-09-18 Thread Benjamin Donnachie
Mark Sapiro <[EMAIL PROTECTED]> wrote: >Not without running a different copy of Mailman for the different hosts. I thought that might be the case. Guess I'll just move back to http:// globally. Thanks for your help! :) -- Benjamin -- Mai

[Mailman-Users] Different URL PATTERNS per virtual host?

2006-09-17 Thread Benjamin Donnachie
I am using Mailman v2.1.6 and I was wondering whether it is possible to have a different DEFAULT_URL_PATTERN per virtual host? For my main site, example.com, I would like it to use https://%s/mailman for the web interface, but for other sites I host, say example.net, to use http://%s/mailman. Ta