[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.



-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to