<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 16/10/2020 4:04 am, PGNet Dev wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8ad868c7-46fd-6dbf-02a8-ebaaedf31e25@gmail.com">
      <pre class="moz-quote-pre" wrap="">
        2020-10-15 12:51:45 submission(<a class="moz-txt-link-abbreviated" href="mailto:mua@example.com">mua@example.com</a>)<8OJP+rqxuvho7Z95>: Info: Successfully relayed message: from=<a class="moz-txt-link-rfc2396E" href="mailto:test@remote.example.com"><test@remote.example.com></a>, size=84, id=LMe...Aw, nrcpt=1, reply=`247 2.0.0 Ok: queued as 4CC0KY1wXNzWf93'

not fatal, but wasted effort, and noise in the logs.

how/where do I configure (just) the dovecot smtp-client -> submission_relay_host to only connect IPv4?</pre>
    </blockquote>
    <p>It appears your host has A and AAAA records in your DNS. The
      clients will try IPV6 first if they see an AAAA record.<br>
    </p>
    <p>If you don't need IPV6 for your host remove the AAAA record. All
      connections will then only use IPV4.</p>
    <p>If you need IPV6 for some other reason then create an alias DNS A
      record and point your clients to that instead</p>
    <p>e.g.</p>
    <pre>myhost  A    192.0.2.1</pre>
    <pre> AAAA 2001:db8::1

myhostv4 A   192.0.2.1

</pre>
    you will have to change your certificate to include the alias
    myhost4<br>
    <blockquote type="cite"
      cite="mid:8ad868c7-46fd-6dbf-02a8-ebaaedf31e25@gmail.com">
      <pre class="moz-quote-pre" wrap="">
</pre>
    </blockquote>
  </body>
</html>