ich bräucht mal nen Gedankenanstoß. Laut Doku gilt folgendes:
Code: Select all
reject_unknown_recipient_domain
Reject the request when Postfix is not final destination for the
recipient domain, and the RCPT TO domain has no DNS A or MX record, or when
it has a malformed MX record such as a record with a zero-length MX
hostname (Postfix version 2.3 and later).
Code: Select all
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
#reject_unknown_recipient_domain,
reject_unauth_destination,
check_policy_service inet:127.0.0.1:12525
Code: Select all
[...]status=bounced (Host or domain name not found. Name service error for
name=mail.domain.local type=A: Host not found)
Fröhliche Nacht
dante