On Fri, 2 Sep 2011 07:58:52 -0400 (EDT) Wietse Venema <wie...@porcupine.org> wrote:
> J. Bakshi: > > Recipient address rejected: User unknown in virtual mailbox table > > You have the domain name in virtual_mailbox_domains. Postfix expects > that you have the recipients in virtual_mailbox_maps. > > > [....] > > alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases > > You have the addresses the local(8) aliases. Postfix uses those > only for domains listed in mydestination. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You have given me a clue here !!! I have added the list domain at mydestination and now no problem to send the mail. Though a new error now ``````````` Command died with status 2: "/usr/lib/mailman/mail/mailman request typo3". Command output: Failure to exec script. WANTED gid 67, GOT gid 65533. ``````````` gid 67 is mailman group where 65533 is nobody. Don't know why it is getting nobody...