Vieri Di Paola:
> On Wed, Apr 15, 2020 at 6:18 PM Wietse Venema <wie...@porcupine.org> wrote:
> >
> > You may want to check this:
> >
> >     $ postconf transport_maps
> >
> > Output should list /etc/postfix/transport
> >
> >     $ postmap -q mydomain.org /etc/postfix/transport
> >
> > Output should show mydomain.org     smtp:[10.0.0.10]
> 
> # postconf transport_maps
> transport_maps = hash:/etc/postfix/transport
> postconf: warning: /etc/postfix/main.cf: unused parameter:
> parent_domain_matches_subdomain=debug_peer_list smtpd_access_maps
> 
> # postmap -q mydomain.org /etc/postfix/transport
> smtp:[10.0.0.10]

My mistake. The result should be smtp:[10.0.0.10], i.e. the
value stored under the key of 'mydomain.org', not the
key AND value.

> Thanks again for all your feedback, but I'm still clueless.

You need to find out why 10.0.0.10 matches inet_interfaces or
proxy_interfaces. Because that is why Postfix complains.

Someting in /etc/hosts?

        Wietse

Reply via email to