audit wrote: > Here's my output from postconf -n > > alias_database = hash:/usr/local/etc/postfix/aliases > alias_maps = hash:/usr/local/mailman/data/aliases [...] > Problem is, anything that I had in my /usr/local/etc/postfix/aliases > file that wasn't the standard root, bin, postmaster, etc won't work. I > get the error Recipient address rejected: User unknown in local > recipient table
You need to have your normal postfix aliases in alias_maps in addition
to the mailman aliases file. The install guide[1] gives an example:
alias_maps = hash:/etc/postfix/aliases,
hash:/usr/local/mailman/data/aliases
[1] http://www.gnu.org/software/mailman/mailman-install/node13.html
--
Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Now there's no more Oak oppression, for they passed a noble law.
And the trees are all kept equal by hatchet, axe, and saw...
pgpsLXA0ADKEw.pgp
Description: PGP signature
------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
