a question about Postfix and Mailman
Alexandra Zaharia
f0rg3r at gmail.com
Thu Feb 28 16:23:13 UTC 2008
On 2/28/08, Scott Berry <sberry at northlc.com> wrote:
> Hello,
>
> I decided to change to Postfix with Mailman because it's a lot easier to set
> up. I have one question that comes out of the Mailman manual and I don't
> see it on my system. Here is the instructions they give me:
>
> Hack your Postfix's main's file to include the following path in your
> alias_maps variable:
> /usr/local/mailman/data/aliases
>
>
>
> Where on the system do I find this directory?
> Scott Berry
> Email: sberry at northlc.com
As I understand it, you need to add "/usr/local/mailman/data/aliases"
to the "alias_maps" variable from your Postfix main.cf. So you need to
edit /etc/postfix/main.cf
On my system:
grep alias_maps /etc/postfix/main.cf
alias_maps = hash:/etc/aliases
So if this is your case too you'd probably need to turn that line into
alias_maps = hash:/etc/aliases, hash:/usr/local/mailman/data/aliases
HTH,
Alex.
More information about the ubuntu-users
mailing list