On Wed, Feb 23, 2011 at 05:32:16PM +0100, Reindl Harald wrote: > "de.bp.com" does not exist anywhere and so why the sceond log entry?
Subdomains of domains in mydestination are by default relay domains. Set "relay_domains = " (empty) if you have no relay domains. For relay_domains, Postfix uses "relay_transport". > mysql-transport.cf: > select transport from > dbma_transports where mydestination like '%s' > or mydestination like '%d' > order by transport desc limit 1; This type of fuzzy "like" query is highly questionable in this context. What's wrong with "="? Why match both "%s" and "%d"? I think you're somewhat confused here, even if it does mostly work. -- Viktor.