|
| | Subject: | chaining aliases failing? | | Group: | Postfix-users | | From: | anoonan | | Date: | 24 Jul 2007 |
Hi all,
I'm fairly new to the world of postfix and I'm trying to set up a replacement for a sendmail environment and I'm seeing some strange things. My aliases file contains an alias from postmaster to root, and root to an external address (say sysadmin). If I send mail to root@localhost, it rewrites it to root, and then rewrites it to sysadmin and sends it, but if I send to postmaster@localhost, it rewrites it to root and immediately attempts to send (where it is bounced). If I send to postmaster, it also rewrites it to root and attempts to send. It's as if there is only allowed to be a single alias lookup before the message is reevaluated. In our sendmail setups, this lookup seems to reach its final designation. I've looked in the documentation and I haven't found anything that gets around this, but I've very inexperienced in Postfix.
Thanks,
Andrew
|