[Mailman-Users] /etc/aliases vs. /etc/mailman/aliases

Scott Race scott at jda-networks.com
Sat Oct 18 20:09:00 CEST 2008


Worked perfect.  Thank you!!

scott

-----Original Message-----
From: Mark Sapiro <mark at msapiro.net>
Sent: Saturday, October 18, 2008 10:52 AM
To: Scott Race <scott at jda-networks.com>; mailman-users at python.org <mailman-users at python.org>
Subject: Re: [Mailman-Users] /etc/aliases vs. /etc/mailman/aliases

Scott Race wrote:
>
>How can I tell Postfix to also check the /etc/mailman/aliases file, or
>is it better to tell mailman to write to the /etc/aliases file?  Seems
>like I'd rather keep my malman aliases in /etc/mailman/aliases.


This is really a RedHat package question (i.e. why doesn't RedHat's
package update Postfix main.cf?), but ...

It is better to keep your Mailman aliases separate. Otherwise, you will
run into permissions issues and also, Mailman doesn't really know
about 'other' aliases in /etc/aliases and various Mailman events can
lose some or all of them.

You probably have something like

alias_maps = hash:/etc/aliases

in your Postfix main.cf. Possibly other files are listed too. You need
to add "hash:/etc/mailman/aliases" to the list, e.g.

alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases

and reload postfix.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list