Not sure if this is relevant to my issue but, Ive managed to alias local accounts (ie
postmaster@myserver.com and
root@myserver.com) to my email address, but Im still unable to alias anything using mysql.
So I've tried adding this line in my main.cf to see if I can atleast see the request:
Code:
alias_maps = hash:/etc/aliases, $virtual_alias_maps
But when I run newaliases I get an error saying:
Code:
postalias: fatal: unsupported map type: mysql
As I have several domains I would like to get this working. If ANYONE has got portfix working on Centos 5.4 with MySQL support, could you please post me your main.cf and master.cf so I can run a comparison?
Tony