DN Singh:
[ Charset UTF-8 unsupported, converting... ]
> Hello group,
> 
> I want to implement a catch-all address on my system. This is a very simple
> setup where the users are system users. Hence, the unrouted mail should go
> to user bounce.
> After searching documentation I implemented virtual_alias_maps. But, all
> mails are going to the address rather than unrouted ones. Please let me
> know what is wrong.
> 
> The virtual file is as below:
> 
> @sub.domain.tld    bounce

As documented. There is no mystery about virtual aliases:

        name@domain

entries take precedence over

        @domain

Therefore, if you want to exclude addresses from the catch-all
then you need

        name1@domainx   name1@domainx
        name2@domainy   name2@domainy
        @domain         bounce

        Wietse

Reply via email to