Craig R. Skinner: > On 2013-06-19 Wed 06:51 AM |, Stan Hoeppner wrote: > > On 6/19/2013 6:11 AM, Craig R. Skinner wrote: > > > > What happens when you try > > > > mydestination = > > > > That's something I didn't think of trying. > > Either blank, or with localhost: > > status=bounced (User unknown in virtual alias table)
This suggests that you had the domain name listed in both mydestination and in virtual_alias_domains. Now you also need to remove the domain name from virtual_alias_domains, in order to make that error go away. Until now Postfix will have logged numerous warnings with "do not list domain X in both mydestination and virtual_alias_maps" to remind you of a configuration error. Maybe it should just abort deliveries, that might get people's attention. Wietse