8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier-mta and m...
FromSent OnAttachments
Edwin Culp WilliamsAug 29, 2006 5:31 pm 
Jay LeeAug 29, 2006 6:14 pm 
Bernd WurstAug 29, 2006 11:44 pm 
ecu...@conejoblanco.infoAug 30, 2006 4:13 am 
Edwin Culp WilliamsAug 30, 2006 4:18 am 
Bill SchindlerAug 30, 2006 9:42 am 
Edwin Culp WilliamsAug 31, 2006 7:30 am 
Martin SchusterSep 4, 2006 12:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier-mta and mailmanActions...
From:Edwin Culp Williams (ecu@conejoblanco.info)
Date:Aug 30, 2006 4:18:17 am
List:net.sourceforge.lists.courier-users

Quoting Bernd Wurst <ber@bwurst.org>:

Hi.

Am Mittwoch, 30. August 2006 02:31 schrieb Edwin Culp Williams:

I've been using couriermlm happily for several years but now need something with a webbased frontend. Mailman seems to be the choice of the day but looking at the configuration, courier-mta was not taken into consideration. I would sure like to find a howto for courier/mailman but have only found postfix and exim. Does anyone know of one or could share their esperiences and alias solution that I assume is solved with dot courier files. I'm assuming that they need to be created for each mailling list manually more or less like couriermlm but if not it would be great to find out.

We use Courier-MTA with Mailman and it was really easy to set up. There is a script shipped with Mailman named qmail-to-mailman.py which I modified a little bit.

The main change was: - os.execv("/var/qmail/bin/qmail-inject", - ("/var/qmail/bin/qmail-inject", MailmanOwner)) + os.execv("/usr/bin/sendmail", + ("/usr/bin/sendmail", MailmanOwner))

Hi, Bernd,

I saw that script and thought that it might work but didn't really understand it or spend much time working through it. I don't consider myself even close to being python literate but now I'm going to have to give it a try for sure.

Thanks a lot,

ed

Then I set up a local .courier and .courier-default file für the mailman user and aliased all mailing-list-domains to the mailman user.

cu, Bernd