I'm trying to alias mail to root to go to a user in a virtual domain. Local mail delivery is handled by dovecot.
If I mail root, it gets transformed to [email protected]. The mail then gets delivered by dovecot to [email protected]. I can't figure out how to get aliases to work. I tried setting up a virtual alias: virtual_alias_maps = hash:/etc/postfix/virtual /etc/postfix/virtual contains: [email protected] [email protected] postmap -q [email protected] hash:/etc/postfix/virtual [email protected] Any idea why postfix is not using the alias? Thanks, Andy
