M.A. GEERTSMA wrote, at 04/11/2009 09:08 AM: > I configured my server with no/fake (primary) domain. So I only serve 4 > virtual domains. > > But then the /etc/alias file is of no use for these domains. Is it true > that I have to use the /etc/postfix/virtual for definining all possible > email adresses? Or is there a way I can use a alias file for virtual > domains too?
You'll have to define all of a domain's possible addresses in virtual_alias_maps, but some configurations will still allow you to direct these addresses to an alias defined in alias_maps (I do this for all of my administrative addresses). Is there a specific problem you are trying to solve?