Hi I am seeing some odd behaviour with virtual_alias_maps
I have a domain set up in ldap directory....lets call it whatIwant.com. It has an email address of [EMAIL PROTECTED] set up. Note: it is a different domain to the one specified in the mydomain parameter. I have mailman setup, it contains a list called "support". Its entry in hash:/var/lib/mailman/data/aliases looks like: # STANZA START: support # CREATED: Thu Feb 15 17:52:43 2007 support: [EMAIL PROTECTED] support-admin: [EMAIL PROTECTED] support-bounces: [EMAIL PROTECTED] support-confirm: [EMAIL PROTECTED] support-join: [EMAIL PROTECTED] support-leave: [EMAIL PROTECTED] support-owner: [EMAIL PROTECTED] support-request: [EMAIL PROTECTED] support-subscribe: [EMAIL PROTECTED] support-unsubscribe: [EMAIL PROTECTED] # STANZA END: support virtual_alias_maps looks like: virtual_alias_maps = hash:/etc/aliases, ldap:aliases, ldap:virtualforward, hash:/var/lib/mailman/data/aliases the problem is. Any mail I send to [EMAIL PROTECTED] ( or to [EMAIL PROTECTED] for that matter) does not go to the correct location, it gets picked up by mailman and sent to [EMAIL PROTECTED] and I see logs like Oct 8 11:57:11 fez postfix/pipe[30195]: 66D2D1E0806D: to=< [EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=mailman, delay=0, status=sent (lists.mydomain.net.au) ie. It just picks up the username, finds that in the mailman aliases file and uses that list. It completely ignores the fact that I want it to go to a different domain. I am running postfix 2.2.10 on ubuntu dapper. I have applied the ubuntu/debian diff changes and the vda patch for quotas to the default .tar.gz file. Has anyone seen this before or suggest whats gone wrong. Thanks Darragh