On Wed, Mar 27, 2013 at 12:26:36AM +0100, Kajetan Dolinar wrote: > Greetings to everyone, > > I have a working Postfix + Cyrus system tested (has got some history of > usage) but I want to add the Mailman system to it. However, it seems that I > cannot get mail through to the Mailman system past the Mailman's aliases, > i.e. the delivery to commands which Mailman uses to process the requests > seems to never happen. I keep on getting the following error, no matter > what I do: > > "postfix/local[17255]: 554A7300A53: to=<t...@jesej.si>, relay=local, ... > status=bounced (unknown user: "test")" > > t...@jesej.si is the address of the mailing list. The essential > configuration parameters are as follows: > > alias_maps = hash:/var/lib/mailman/data/aliases
The command: $ postmap -q test hash:/var/lib/mailman/data/aliases will likely produce no results. Add a "test" alias to the table if you mail for "test" to be delivered to some specific alias. Cleary there is no such user. > local_recipient_maps = $alias_maps > unknown_local_recipient_reject_code = 550 > transport_maps = hash:/etc/postfix/transport This part is working, the message was delivered via local(8). > * local -- Viktor.