On Tue, Nov 19, 2019 at 08:38:53PM +0100, siefke_lis...@web.de wrote:

> > Why did you stop unbound?  Presumably it provides the recursive
> > service on 127.0.0.1, which is listed below...
> 
> It work not.

Then figure out how to make it work.  That should be your one and
only nameserver.

> > > Nov 19 19:58:20 netcup.silviosiefke.com postfix/smtpd[11593]: NOQUEUE:
> > > reject: RCPT from unknown[212.227.15.4]: 450 4.7.25 Client host rejected:
> > > cannot find your hostname, [212.227.15.4]; from=<siefke_lis...@web.de>
> > > to=<webmas...@silvio-siefke.de> proto=ESMTP helo=<mout.web.de>
> >
> > Is smtpd(8) chrooted?  It may be using a different set of nameservers.
> 
> Yes sure I change nothing in master.cf only auth stuff. So maybe this was it.

There's no "maybe", check.  With a sufficiently recent version of Postfix you
can use:

    $ postconf -F smtp/inet/chroot
 or
    $ postconf -Mf smtp/inet

otherwise, read master.cf.  Then if chrooted (explicitly, or by default), check
the resolv.conf file in the chroot jail.  Running:

    # postfix check

may report whether some files in the chroot differ from those outside.

> Nov 19 20:34:13 netcup.silviosiefke.com postfix/lmtp[16735]: 5180881406:
>   to=<webmas...@silvio-siefke.de>,
>   relay=netcup.silviosiefke.com[private/dovecot-lmtp], delay=1,
>   delays=0.91/0.02/0.02/0.05, dsn=2.0.0, status=sent (250 2.0.0
>   <webmas...@silvio-siefke.de> J/VlD7VD1F1gQQAAJFpQ3g Saved)

Not at all clear why logging from the LMTP delivery agent is relevant.

-- 
    Viktor.

Reply via email to