Re: [Postfixadmin-devel] Integration with MLM?
Brought to you by:
christian_boltz,
gingerdog
From: Geoff S. <ge...@Qu...> - 2011-01-08 20:12:10
|
On Sat, 8 Jan 2011, Christian Boltz wrote: > However, I can tell you how I integrate mailman - it's quite simple and > works ;-) > > a) /etc/postfix/main.cf > - add a domain like lists.yourdomain.com in mydestination This isn't strictly necessary. If you want to just use yourdomain.com you can set it up as a virtual mailbox domain. > - add hash:/var/lib/mailman/data/aliases to alias_maps This path is used by the Debian package at least, but other installations (including from source) may place this file elsewhere. > - restart postfix > > b) create the list in mailman (on the lists.yourdomain.com domain) > > c) add redirects in postfixadmin: > - lis...@yo... -> lis...@li... > - lis...@yo... -> > lis...@li... > - [same for the other mailman aliases] This part isn't necessary if you use Mailman's in-built postfix virtual domain support. Put your virtual domain in POSTFIX_STYLE_VIRTUAL_DOMAINS in mm_cfg.py and add hash:/var/lib/mailman/data/virtual-mailman to virtual_alias_maps in main.cf (the same applies here about the location of this file). The virtual-mailman file will be generated by Mailman and can take the place of the entries in postfixadmin. This issue is discussed further in the Mailman installation guide at http://list.org/./mailman-install/node12.html As you can gather, there's more than one way to slice this, but IMHO postfixadmin doesn't really add anything to the process. Geoff. |