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))
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