To Paul and Aaron,
Thank you, that worked. I had to go find the postfix-to-mailman.py script (separate download). Now it works pretty well, but is there a way to handle virtual domains this way? It would seem to me that its a mailman config that I'm missing, now. the mailman documentation is not too clear on virtual domains.

Curtis

Aaron Stone wrote:
On Fri, 2007-02-16 at 13:33 +0100, Paul J Stevens wrote:
[EMAIL PROTECTED] wrote:
I'm running 2.1.9 which is new enough.  You mention the MTA=None in the
paragraph below, but I'm unaware of the document you're referring to.  All
I know is that when I create new lists, the messages are being sent.  I'm
not sure that the aliases are being created properly and I can't seem to
find a working example and google searches are turning up a whole lot of
nothing.

All I see in the Wiki is a script and that script does not create the
aliases, it just throws errors.

I have the aliases created, but I don't know if they're created properly.

Any details here would be helpful.
My point is that really you don't need any dbmail/mailman integration.

in /etc/mailman/mm_cfg.py:

DEFAULT_EMAIL_HOST = 'lists.mydomain.com'
DEFAULT_URL_HOST   = 'lists.mydomain.com'
MTA=None


in /etc/postfix/transport

lists.mydomain.com      mailman:

in /etc/postfix/master.cf

mailman unix  -       n       n       -       -       pipe flags=FR
 user=list argv=/etc/mailman/postfix-to-mailman.py ${nexthop} ${mailbox}


now, all you need to do is run 'newlist somelistname' on your server,
and all is set to go. No need to manage aliases at all.

Neat, I need to start using that on my machine! I wrote my own horrible
wrapper script (described on the Mailing Lists wiki page) before this
script was included in Mailman. Let's update the docs and call it done.

Aaron

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail




_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to