On Sun, May 17, 2015 at 01:25:34AM +0200, aleph de wrote:

>       May 16 09:13:56 yoda postfix/smtpd[14984]: 8F0D161EC3: 
> client=c.mail.sonic.net[64.142.111.80]
>       May 16 09:13:56 yoda postfix/cleanup[14987]: 8F0D161EC3: 
> message-id=<201505161713.t4gjfurs026...@bolt.sonic.net>
>       May 16 09:13:56 yoda postfix/qmgr[13817]: 8F0D161EC3: 
> from=<myn...@sonic.net>, size=1238, nrcpt=1 (queue active)
>       May 16 09:13:56 yoda postfix/error[14988]: 8F0D161EC3: 
> to=<hostmas...@mx.mydomain.com>, orig_to=<postmas...@mydomain.com>, 
> relay=none, delay=0.07, delays=0.06/0.01/0/0.01, dsn=5.1.1, status=bounced 
> (local delivery is disabled)

Excellent, you have you've received the mail and aliased "postmaster"
to "hostmaster", but that account is undeliverable.  Perhaps because
you've not configured "myorigin" correctly.

    http://www.postfix.org/BASIC_CONFIGURATION_README.html

You've not posted that configuration, so hard to say more.

    http://www.postfix.org/DEBUG_README.html#mail

>       May 16 09:13:58 yoda postfix/smtp[14990]: 9E48261EC6:
>       to=<myn...@sonic.net>, relay=mailin-02.mx.sonic.net[69.12.210.173]:25,
>       delay=2.3, delays=0/0.01/2.3/0.03, dsn=4.3.3, status=deferred (host
>       mailin-02.mx.sonic.net[69.12.210.173] said: 451 4.3.3 1.1.1.1 does
>       not have matching forward and reverse dns (FAIL) [orthrus:DNS0]
>       (in reply to RCPT TO command))

Fix that or set "smtp_bind_address" to an address that does have matching 
forward
and reverse DNS.

> I can see in the last line that it's complaining about mismatched
> forward/reverse DNS.  But it's @ IP = 1.1.1.1.  I don't know why
> it's checking THAT ip -- it's NOT either of the Postfix IPs.

That's the address your machine sent mail from.  Postfix is listening on
the other two, but outbound address selection is done by the kernel, unless
you preempt it with smtp_bind_address.

-- 
        Viktor.

Reply via email to