Re: [Mailman-Users] Virtual host document root for mailman/listinfo

2005-09-22 Thread Christian Anton
Tom Combs wrote: >Hello, > > I'm running mailman-2.1.6rc4 and apache-2.0.54. I have a virtual host >set up > for my mailman web interface. I would like the listinfo page to be the >default > page for my mailman web address so one can enter http://mylists.com instead > of http://mylists.com/mailm

Re: [Mailman-Users] private list archives

2005-08-23 Thread Christian Anton
Mark Sapiro wrote: >Christian Anton wrote: > > >>I was now searching a link to the archives in the web-admininterface >>later than login as a subscribed user, but did not find it. >> >> > >If you haven't modified the listinfo page for the list,

[Mailman-Users] private list archives

2005-08-23 Thread Christian Anton
Hi everybody, seems i am to tired to find the archives of my mailinglist. I have set the archives "private" because i don't want to make the archives public, i want that only subscribed users are able to accesss them. I was now searching a link to the archives in the web-admininterface later t

[Mailman-Users] subscribers with more than one email address

2005-07-29 Thread Christian Anton
Hi everybody, today one of my users told me he wants to receive all list-mails on his gmail-account but he wants to be able to post messages from his two other mail addresses, too. How could we realize this? thanks Fibbs -- Mailman-Users mail

Re: [Mailman-Users] Mailman Virtual Domains - Multiple Installs

2005-07-01 Thread Christian Anton
Am Donnerstag 30 Juni 2005 15:59 schrieb Michael Reck [Netdiscounter GmbH]: > Hi List, > > is there be any how-to for a multiple installs mm server. > I need listnames which are same for multiple domains. > I decided to give every costumer a lists.domain.tld entry with MX > Record. The first Instal

Re: [Mailman-Users] virtual domain lists

2005-06-28 Thread Christian Anton
Am Dienstag 28 Juni 2005 02:56 schrieb Mark Sapiro: > Christian Anton wrote: > >i am running mailman 2.1.5 with the mailman-virtual patch for some virtual > >domains. > >Because of the usage of suexec on my Webserver i have every vhost running > > its CGI's wit

[Mailman-Users] virtual domain lists

2005-06-22 Thread Christian Anton
Hi list, i am running mailman 2.1.5 with the mailman-virtual patch for some virtual domains. Because of the usage of suexec on my Webserver i have every vhost running its CGI's with another UID on the system. For being able to access the mailman-binaries i have to create a new vhost that ist on

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-18 Thread Christian Anton
Mark Sapiro wrote: Christian Anton wrote: i got it installing finally, applying the patch line after line manually in editor. It installes everything fine, but now when i want to create a list "mailman" i get the following error: ipx10995 mailman # ./bin/newlist Name der Ma

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-18 Thread Christian Anton
Mark Sapiro wrote: Over the UI i can't create a List either. I have the following in my mm_cfg.py: ## # Put YOUR site-specific settings below this line. DELIVERY_MODULE = 'SMTPDirect' SMTPHOST = 'localhost' SMTPPORT = 10025 SMTP_MAX_RCPTS = 1000 MTA

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-16 Thread Christian Anton
Indentation is critical in Python. You have not properly matched indentation between the patch and the base in MailList.py. It is safest to indent with spaces only. Mixing spaces and tabs in one file causes problems. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francis

Re: [Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-15 Thread Christian Anton
Thank you for your respond Mark, i'm attaching your Mail here 'cause you sent it to me personally. I will try to take more care about the indentation when patchin the sourcecode again and tell you if it worked or not. greets Christian Mark Sapiro wrote: Indentation is critical in Python. You h

[Mailman-Users] true virtual hosting with mailman-2.1.5

2005-03-14 Thread Christian Anton
0.8,image/png,*/*;q=0.5 admin(4153):GATEWAY_INTERFACE: CGI/1.1 admin(4153):REMOTE_PORT: 55268 admin(4153):HTTP_ACCEPT_LANGUAGE: de-de,en-us;q=0.7,en;q=0.3 admin(4153):HTTP_ACCEPT_ENCODING: gzip,deflate Is there a working and maybe something tested patch for version 2.1.5 already? Or another fin