Hi All, I have postfix mostly setup and working, everything seems to work except aliases.
I have an alias setup testalias: [email protected], [email protected] I also use virtual mappings, so I have a line like this: [email protected] testalias However, when I email [email protected], it gets bounced back as: unkown user "testalias" The alias map is getting built with newaliases and all the other virtual mappings work, I just can't seem to get the aliases to work. In main.cf I have: alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases Thanks for any help, Chris
