Hello, I need to apply a regex rule to inbound mail to route some of the mail to a different local mailbox. I need to do this while still maintaining the existing "standard" /etc/aliases file. I can't seem to get postfix to use both alias files. Is this even possible?
In main.cf I have it currently setup like this and it doesn't work. alias_maps = regexp:/etc/postfix/aliases alias_database = hash:/etc/aliases The regex has been worked out and has been tested per the instructions on this man page (http://www.postfix.org/regexp_table.5.html) but I can't get it working with the postfix (2.11) server. Any help would be appreciated. Thanks, Jamie