> 
>   accept from any for any virtual <valiases> [...]
> 

Besides, after modifying that rule in the file I also had to change the
order.  Since rules below the "catch-all" one never get evaluated, it
has forcibly to be the last one:

   [...]
   accept from local for local alias <aliases> deliver to mbox
   accept from local sender <addresses> for any relay
   accept from any for any virtual <valiases> deliver to mbox
   # End of file

Reply via email to