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
local_recipient_maps = $alias_maps
unknown_local_recipient_reject_code = 550
recipient_delimiter = +
virtual_mailbox_domains = jesej.si
virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman,
hash:/etc/postfix/virtual
virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
transport_maps = hash:/etc/postfix/transport

/var/lib/mailman/data/aliases and /var/lib/mailman/data/virtual-mailman are
processed according to Mailman's genaliases.
The /etc/postfix/virtual has one to one mappings for every user from the
jesej.si domain and the /etc/postfix/transport has the following structure:

    us...@jesej.si :
    us...@jesej.si :
    . . .
    * local

Even if I set local_recipient_maps to an empty string, the same error
persists. What else might control such a behavior in Postfix local? Any
help would be very much appreciated. Thanks

Kajetan

Reply via email to