Reindl Harald: > Sorry, here the output of "postconf -n" and some more information > "de.bp.com" does not exist anywhere and so why the sceond log entry?
Obviously, the address does not resolve to the default_transport. To find out what the address DOES resolve to: - Does the domain match $mydestination? http://www.postfix.org/postconf.5.html#mydestination - Does the domain match $relay_domains including parent domains? http://www.postfix.org/postconf.5.html#relay_domains - What about transport_maps? Other routing overrides? Until you have this resolved, I recommend that you temporarily replace your MySQL tables by their hash table equivalents. These have more predictable semantics. Wietse