From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QPHaq-0003Yz-L2 for garchives@archives.gentoo.org; Wed, 25 May 2011 17:10:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE1801C28D for ; Wed, 25 May 2011 17:09:59 +0000 (UTC) Received: from www01.badapple.net (www01.badapple.net [64.79.219.163]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C4551C09E for ; Wed, 25 May 2011 16:19:11 +0000 (UTC) Received: from [127.0.0.1] (173-8-169-73-SFBA.hfc.comcastbusiness.net [173.8.169.73]) (Authenticated sender: ramin@badapple.net) by www01.badapple.net (Postfix) with ESMTPSA id A7BE49FAFC74 for ; Wed, 25 May 2011 09:19:10 -0700 (PDT) Message-ID: <4DDD2C03.9050102@badapple.net> Date: Wed, 25 May 2011 09:19:15 -0700 From: kashani User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@lists.gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-Version: 1.0 To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] Mailing List Manager that does not need to integrate tightly with the mail server? References: <443sZjmRwxvg.Pbx1wRpJ@smtp.gmail.com> In-Reply-To: <443sZjmRwxvg.Pbx1wRpJ@smtp.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 18d4ea86291cd525092cc204703225de On 5/25/2011 7:31 AM, Pandu Poluan wrote: >> From: Ramon van Alteren >> 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. kashani