Re: [Mailman-Users] HTML in list descriptions

2004-02-09 Thread Ralf Hildebrandt
* Jon Carnes <[EMAIL PROTECTED]>: > You can still used html but be wary of embedding one of the mega tags > (used by mailman to generate html). The formating of the listinfo > pages has changed, so you will have to adapt to get your old look > back... but it is possible. So, right now I insert "

Re: [Mailman-Users] HTML in list descriptions

2004-02-09 Thread Adam Steer
..on a HTML note here - has anyone done any serious hacking of the 'look and feel' of Mailman? I've spent a few days crafting up a new web interface for an MM 2.0.x install here [one that gives up valid HTML even], but it requires modification of files that look likely to get over-written every ti

Re: [Mailman-Users] HTML in list descriptions

2004-02-09 Thread Jon Carnes
On Mon, 2004-02-09 at 17:18, Ralf Hildebrandt wrote: > Formerly we used 2.0.x, and we could use HTML in list descriptions. > Now we have 2.1.4, and all HTML tags are displayed "literally", e.g. as > > > > Bug or feature? You can still used html but be wary of embedding one of the mega tags (use

Re: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Richard Barrett
On 10 Feb 2004, at 00:14, Paul Makepeace wrote: Je 2004-02-09 22:56:47 +, Richard Barrett skribis: On 9 Feb 2004, at 22:39, Paul Makepeace wrote: So let's say I have (in mm_cfg.py) DEFAULT_URL_HOST = 'foo-domain.com' and two mailing lists, [EMAIL PROTECTED] and [EMAIL PROTECTED] I would like

[Mailman-Users] config_list hosing config

2004-02-09 Thread Paul Makepeace
Outputting a config then slurping it back in seems to screw something up, # config_list -o /tmp/mmtest mmtest # config_list -o /tmp/mmtest mmtest # config_list -i /tmp/mmtest mmtest # config_list -i /tmp/mmtest mmtest Traceback (most recent call last): File "/usr/sbin/config_list", line 353, in

Re: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Paul Makepeace
Je 2004-02-09 22:56:47 +, Richard Barrett skribis: > On 9 Feb 2004, at 22:39, Paul Makepeace wrote: > > > >So let's say I have (in mm_cfg.py) DEFAULT_URL_HOST = 'foo-domain.com' > >and two mailing lists, [EMAIL PROTECTED] and [EMAIL PROTECTED] I > >would > >like http://bar-domain.com/mailman/l

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Richard Barrett
On 9 Feb 2004, at 23:05, Adam Wozniak wrote: On Mon, 9 Feb 2004, Richard Barrett wrote: Use the default SMTPDirect for _any_ MTA, including sendmail. Regarding the Sendmail module the following is a quote from $prefix/Defaults.py, so it is best not to use it: Ok, using SMTPDirect. Is this ok too

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Chuq Von Rospach
On Feb 9, 2004, at 3:15 PM, Adam Wozniak wrote: On Tue, 10 Feb 2004, Remko Lodder wrote: /var/qmail/bin/sendmail should also be able to do the task :) Thanks so much for all the help. My lists now appear to be passing mail. My shunt directory is still full of test messages, but I'm less concern

RE: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Remko Lodder
and if you are unable to access it i have a backup of the mailinglist so you can fetch them from my host, or ask them from me note that the primary mailman list is more complete, official and better! Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch

[Mailman-Users] mailing list backup

2004-02-09 Thread kaio123
Hello folks, I am a newbie and a dumbo when it comes to the mailman. I have a problem that i dont know how to fix. I have a mailing list on one of the servers and would like to move my domain to another provider. I would like to get all the emails in my mailing list so that i can send them mails

RE: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
On Tue, 10 Feb 2004, Remko Lodder wrote: > /var/qmail/bin/sendmail > should also be able to do the task :) Thanks so much for all the help. My lists now appear to be passing mail. My shunt directory is still full of test messages, but I'm less concerned with that. Can I delete these files manua

RE: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Remko Lodder
/var/qmail/bin/sendmail should also be able to do the task :) -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailt

Re: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Barry Warsaw
On Mon, 2004-02-09 at 10:51, Brad Knowles wrote: > At 3:31 PM +0100 2004/02/09, Kai Schaetzl wrote: > > >> Searchable Archives: > >>http://www.mail-archive.com/mailman-users%40python.org/ > > > > Unfortunately, the link to the maillists on www.lists.org doesn't point to > > that archive. Wo

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
On Mon, 9 Feb 2004, Richard Barrett wrote: > Use the default SMTPDirect for _any_ MTA, including sendmail. Regarding > the Sendmail module the following is a quote from $prefix/Defaults.py, > so it is best not to use it: Ok, using SMTPDirect. Is this ok too: SENDMAIL_CMD = '/var/qmail/bin/qmai

Re: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Richard Barrett
On 9 Feb 2004, at 22:39, Paul Makepeace wrote: Je 2004-02-09 22:24:10 +, Richard Barrett skribis: On 9 Feb 2004, at 22:16, Paul Makepeace wrote: I host mailing lists on several domains on the same machine. I'd prefer it that when viewing a listinfo page for [EMAIL PROTECTED] the URL contain

RE: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
On Mon, 9 Feb 2004, Remko Lodder wrote: > the plain sendmail module works, and > i think you can also use SMTPDirect Ok, I'm getting closer. /var/mailman/qfiles/shunt is filling up with the test messages I've been sending to the lists. How do we make them go? -- [EMAIL PROTECTED]http:

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Richard Barrett
On 9 Feb 2004, at 22:32, Adam Wozniak wrote: On 9 Feb 2004, Jon Carnes wrote: Check out FAQ 3.14, it is a troubleshooting checklist. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Ok, I was looking at an earlier version of that document that didn't mention mailmanctl. Sure enough: [EMAIL

Re: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Paul Makepeace
Je 2004-02-09 22:24:10 +, Richard Barrett skribis: > On 9 Feb 2004, at 22:16, Paul Makepeace wrote: > > >I host mailing lists on several domains on the same machine. I'd prefer > >it that when viewing a listinfo page for [EMAIL PROTECTED] the URL > >contain domainA.example rather than DEFAULT_

RE: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Remko Lodder
the plain sendmail module works, and i think you can also use SMTPDirect Cheers -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAI

Re: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Paul H Byerly
At 09:59 AM 2/9/2004, you wrote: Message: 11 Date: Mon, 9 Feb 2004 16:51:54 +0100 From: Brad Knowles <[EMAIL PROTECTED]> Subject: Re: [Mailman-Users] Extract or dump of subscribers from mailman? To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> C

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
On 9 Feb 2004, Jon Carnes wrote: > Check out FAQ 3.14, it is a troubleshooting checklist. > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Ok, I was looking at an earlier version of that document that didn't mention mailmanctl. Sure enough: [EMAIL PROTECTED] log]# ps -aux| grep mailmanc

Re: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Richard Barrett
On 9 Feb 2004, at 22:16, Paul Makepeace wrote: I host mailing lists on several domains on the same machine. I'd prefer it that when viewing a listinfo page for [EMAIL PROTECTED] the URL contain domainA.example rather than DEFAULT_URL_HOST (I had originally thought it might be settable via "Host na

RE: [Mailman-Users] Setting domain in URLs

2004-02-09 Thread Remko Lodder
perhaps add_virtualhost(...,...) ? -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Paul Ma

[Mailman-Users] HTML in list descriptions

2004-02-09 Thread Ralf Hildebrandt
Formerly we used 2.0.x, and we could use HTML in list descriptions. Now we have 2.1.4, and all HTML tags are displayed "literally", e.g. as Bug or feature? -- Ralf Hildebrandt (Im Auftrag des Referat V a) [EMAIL PROTECTED] Charite - Universitätsmedizin BerlinTel. +49 (0)30-450 5

Re: [Mailman-Users] Virtual domains and admin passwords

2004-02-09 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamie Penman-Smithson wrote: > I still haven't got any answers to this, and I could really do with > one. Is there any way of having different passwords for list > creation based on the virtual domain, so for example, pass1 for > lists.xyz.com and pas

[Mailman-Users] Setting domain in URLs

2004-02-09 Thread Paul Makepeace
I host mailing lists on several domains on the same machine. I'd prefer it that when viewing a listinfo page for [EMAIL PROTECTED] the URL contain domainA.example rather than DEFAULT_URL_HOST (I had originally thought it might be settable via "Host name this list prefers for email" but that seems

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Jon Carnes
On Mon, 2004-02-09 at 16:39, Adam Wozniak wrote: > On Mon, 9 Feb 2004, Adam Wozniak wrote: > > [ qmail and mailman woes deleted] > > > > Is there a troubleshooting checklist anywhere? Where do I look for problems? > > > > Please help, I need to get this thing going quickly. > > Anyone? Bueller?

[Mailman-Users] Mailman+Qmail -> can't get it working

2004-02-09 Thread Christian Hubinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! First I'd like to say hello to all here as this is my first posting. I'm trieng to setup Mailman 2.1.4 on RedHat EL 3 using qmail 1.03 (to be exact netqmail-1.05). I've configured qmail to use a virtual domain lists.mydomaine.com and recieving

Re: [Mailman-Users] Virtual domains and admin passwords

2004-02-09 Thread Jamie Penman-Smithson
I still haven't got any answers to this, and I could really do with one. Is there any way of having different passwords for list creation based on the virtual domain, so for example, pass1 for lists.xyz.com and pass2 for lists.abc123.com...? Thanks in advance On Fri, 2004-02-06 at 04:14, Jamie Pe

Re: [Mailman-Users] Mail Queue

2004-02-09 Thread Thomas Hochstein
David A Boothe schrieb: > I read that and it made about as much sense to me as a medical text > book on brain surgury written is greek. All I want to know is what > the two letters indicate! It has got nothing to do with Mailman. Go and ask at the right place. > I have no clue Obviously. But

Re: [Mailman-Users] Mail Queue

2004-02-09 Thread Chuq Von Rospach
On Feb 8, 2004, at 10:54 PM, Thomas Hochstein wrote: It has got nothing to do with Mailman. Go and ask at the right place. I have no clue Obviously. But please stop bothering us with that. c'mon, folks. There's a polite way to help people, and then there's -- this. Stuff like this doesn't give

Re: [Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
On Mon, 9 Feb 2004, Adam Wozniak wrote: > [ qmail and mailman woes deleted] > > Is there a troubleshooting checklist anywhere? Where do I look for problems? > > Please help, I need to get this thing going quickly. Anyone? Bueller? -- [EMAIL PROTECTED]http://cuddlepuddle.org/~adam/pgp.

Re: [Mailman-Users] Messages bounce but only for one domain on one list

2004-02-09 Thread Tom Caudron
Simon said, "So if email is sent to a list subscriber labelled as [EMAIL PROTECTED] and mydomain.com is in $mydestination, then it doesn't matter what the DNS says. Postfix will attempt local delivery. So you really need $mydestination to only be a subdomain of $mydomain, and then stop/start Postfi

Re: [Mailman-Users] Messages bounce but only for one domain on one list

2004-02-09 Thread Simon White
09-Feb-04 at 11:50, Tom Caudron ([EMAIL PROTECTED]) wrote : > mydestination = $myhostname, localhost.$mydomain, $mydomain > > which didn't fix the problem. Postfix will try to deliver $mydestination locally. So if email is sent to a list subscriber labelled as [EMAIL PROTECTED] and mydomain.com

[Mailman-Users] Need help w/ mailman, qmail

2004-02-09 Thread Adam Wozniak
I upgraded a machine this weekend to redhat 9 (shrike) removed sendmail installed qmail installed mailman 2.1.4 with ./configure --prefix=/var/mailman --with-cgi-gid=apache --with-mailhost=cudd lepuddle.org --with-urlhost=cuddlepuddle.org --with-mail-gid=nofiles python appears to be 2.2.2 modif

[Mailman-Users] question

2004-02-09 Thread Mariano Wahlmann
How can i let some people to post to moderated list using password?, like petidomo, who lets you put in the first line of the body the word password, and so you can post without aproval. i don't want unmoderated users, because if some other change the from header, it could send spam to the list. T

Re: [Mailman-Users] Messages bounce but only for one domain on one list

2004-02-09 Thread Tom Caudron
Simon suggested, "I think you need to look at mydestination and perhaps recipient_delimiter if indeed it's set to "-" you could be causing unknown local-part errors too." I've set them as follows: mydestination = $myhostname, localhost.$mydomain recipient_delimiter = + I also tried: mydestinati

[Mailman-Users] Several big changes slated for 2.1.5 (long)

2004-02-09 Thread Barry Warsaw
I have some rather big changes ready for MM2.1.5 that I wanted to describe and get feedback from you. While I have this stuff working and ready to be checked in, we will definitely need some beta testing before unleashing on the world. I hope you'll be able to help with that. I think these chang

[Mailman-Users] unsubscribe

2004-02-09 Thread Tim Crouch
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, February 09, 2004 8:59 AM To: [EMAIL PROTECTED] Subject: Mailman-Users Digest, Vol 17, Issue 33 Send Mailman-Users mailing list submissions to [EMAIL PROTECTED] To s

Re: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Brad Knowles
At 3:31 PM +0100 2004/02/09, Kai Schaetzl wrote: Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unfortunately, the link to the maillists on www.lists.org doesn't point to that archive. Wouldn't it be much better to change that link to point to a searchable arch

Re: [Mailman-Users] Messages bounce but only for one domain on one list

2004-02-09 Thread Simon White
09-Feb-04 at 09:25, Tom Caudron ([EMAIL PROTECTED]) wrote : > Feb 9 08:33:27 [postfix/smtp] 6C30418B04: to=<[EMAIL PROTECTED]>, > relay=mx00.1and1.com[217.160.230.10], delay=0, status=bounced (host > mx00.1and1.com[217.160.230.10] said: 550 rejected: unknown local-part in sender > <[EMAIL PROTE

Re: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Kai Schaetzl
Brad Knowles wrote on Mon, 9 Feb 2004 12:48:19 +0100: > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > Unfortunately, the link to the maillists on www.lists.org doesn't point to that archive. Wouldn't it be much better to change that link to point to a search

[Mailman-Users] Messages bounce but only for one domain on one list

2004-02-09 Thread Tom Caudron
I sent out a message about this over the weekend, but since the nature of the problem changed (and I got no replies to the first post anyway) I'm moving it to it's own thread for clarity. I set up my Gentoo linux server with: Postfix 2.0.16-r1 Mailman 2.1.4 Fetchmail 6.2.3 Once I got the setup a

Re: [Mailman-Users] Fixed: Help with mailpasswds error in CRON job

2004-02-09 Thread Marco Trevisan - Bazzmann.Com
Tomas (NW7US) wrote: The mailman list was not defined. All is working now. Hi Tomas, I have now the same problem, "mailpasswds" doesn't work and the message is the same. How did you solved it? Thanks, -- Aloha, Marco Trevisan -

[Mailman-Users] info and logs?

2004-02-09 Thread Mike Salibas
Hi y'all, I have a bit of a problem with a client. He set up a mailing nist on our server. He sent an e-mail to this list and some of the people in the list had autoresponders set up. the automatic replies were sent back to the list and hence to everyone in the list. Now, the client claims that h

Re: [Mailman-Users] unsubscribe

2004-02-09 Thread Brad Knowles
At 9:41 PM -0600 2004/02/05, Jake Sadoff wrote: I was wondering if there is a way for users to automatically unsubscribe from the mailing list by filling out a form, rather than me having to manually delete them one at a time? This is a feature already available. When the user goes to the ma

Re: [Mailman-Users] Extract or dump of subscribers from mailman?

2004-02-09 Thread Brad Knowles
At 12:52 PM -0500 2004/02/07, Richard Frenkel wrote: Another comment: this question may have been asked before, but there is no search capability on the archives that I can see. That would be very useful. It would seem more useful to place this archive into a newsgroup since newsgroups

Re: [Mailman-Users] Mail Queue

2004-02-09 Thread Brad Knowles
At 3:31 PM -0800 2004/02/08, David A Boothe wrote: You know I really HATE that kind of answer. In all the time that one takes to write what he did he could have easily said what each character stood for. Yet all he did was tell me that I could go search through miles of documentation and try