Alfredo De Luca: > Hi all. Any clue/suggestions? > > virtual_mailbox_domains = $config_directory/vdomains.txt > > virtual_mailbox_maps = regexp:$config_directory/domain_rewriting
Test your regexp table like this: $ postmap -q u...@example.com regexp:$config_directory/domain_rewriting Or better, experiment with a file that isn't used by Postfix. Also, be aware that many examples 'on the web' use PCRE which is subtly different from regexp. Wietse