Re: Mailing List Manager that does not need to integrate tightly with the mail server?

kashani <[email protected]> Thu, 02 Jun 2011 10:32:29 -0700
Newsgroups gmane.linux.gentoo.server
Message-ID <[email protected]>
On 5/25/2011 10:46 AM, R. David Murray wrote:
> On Wed, 25 May 2011 09:19:15 -0700, kashani<[email protected]>  wrote:
>> On 5/25/2011 7:31 AM, Pandu Poluan wrote:
>>>> From: Ramon van Alteren<[email protected]>
>>>> Date: 2011-05-25 19:16
>>>
>>>> mailman ?
>>>
>>> Doesn't mailman require access to the mail spool dir?
>>>
>>> Or am I reading the docs wrong... @_@
>>
>> 	It doesn't. Assuming Postfix you can just add it to your aliases. You
>> might need to do a bit more, but that's all that's left of my old
>> Mailman config at the moment.
>>
>> # mailman settings
>> # alias_maps = hash:/etc/mail/aliases
>> alias_maps = hash:/etc/mail/aliases, hash:/var/lib/mailman/data/aliases
>>
>> I usually make lists.mydomain.com a virtual domain in Postfix and hand
>> the whole thing to mailman. Simpler than adding individual aliases to
>> Mailman each time you create a list.
>
> Could you share your config for doing this?  I did my setup by following
> the mailman/postfix docs, so right now my config has repeated entries
> for the virtual domain and the root domain, and while I don't see why I
> should need the root domain addresses, that's the way mailman seems to
> want to do it.

	Piecing my config back together it looks like I didn't make it a 
virtual domain which makes sense in my config.

mydestination = $myhostname, localhost.$mydomain, localhost, 
lists.badapple.net

All the other domains are virtual in Mysql which I don't think works at 
all with Mailman.

kashani