Am 23.02.2011 17:49, schrieb Wietse Venema:
> 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.

this was not clear for me because i thought subdomains are working
exactly like "normal" domains

Now it works as expected, deliver any message to dbmail-lmtp if it
is configured or reject the message because this is only a local
testserver with exactly the same backend/config as our real one
with the excepzion it should never relay

default_transport = error:5.1.2 mail to remote domains not permitted
local_transport   = error:5.1.2 local transport not permitted
relay_transport   = error:5.1.2 relay transport not permitted

Feb 23 18:02:09 localhost postfix/smtpd[31293]: NOQUEUE: reject: RCPT from 
localhost[127.0.0.1]: 550 5.1.2
<t...@de.bp.com>: Recipient address rejected: relay transport not permitted; 
from=<rhs...@test.rh>
to=<t...@de.bp.com> proto=ESMTP helo=<[127.0.0.1]>

> 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.

mysql is strongly needed because we are speaking about a dbmail/postfix
backend where never any configuration should be outside the database

thank you!

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to