On 6/5/19 6:51 PM, Masaharu Kawada wrote:
> 
> In my case,  /etc/mailman/aliase is the default file path and then what I
> need to do is going for the steps below, is this right?
> 
> 1.Create /etc/mailman/alias_overrides as follows.
> 
> Note: The first line is copied from /etc/mailman/aliases and the second
> line 't...@domain.com 'is additional.
> ---
> LISTNAME-bounces:   "|/usr/lib/mailman/mail/mailman bounces LISTNAME"
>  t...@domain.com
> ---
> 
> 2.Create the alias_overrides.db
> 
> # postalias alias_overrides
> 
> 3.Edit /etc/postfix/main.cf to add  the 'hash:/etc/mailman/alias_overrides'
> into alias_maps and alias_database as follows.
> 
> alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases,
> hash:/etc/mailman/alias_overrides


The overrides need to be ahead of the mailman aliases

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

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to