From: Wietse Venema on
Query your mysql tables for the domains that loop:

$ postmap -q 126.com mysql:/etc/postfix/mysql-va.cf || echo not found
$ postmap -q 126.com mysql:/etc/postfix/mysql-vd.cf || echo not found

In both cases the output should be the text "not found".

Wietse