Can I have two or more virtual aliases maps? If so, should I declare them like
this?
main.cf:
alias_maps = dbm:/etc/postfix/aliases, nis:mail.aliases
virtual_alias_maps = dbm:/etc/postfix/virtual.abc,
dbm:/etc/postmaster/virtual.xyz
I am using "postalias /etc/postfix/aliases" for my alias_maps, and "postmap
/etc/postfix/virtual.abc" and "postmap /etc/postfix/virtual.xyz" for the two
virtual tables.
Can my virtual table contain special characters? I.e. & or ' ? The reason
that I am asking is because some of my users have names like o'dywer; are these
legal in this table? I have not seen any complaints when I did a postmap on
the file.
Thanks all,
.vp