Displaying 2 results from an estimated 2 matches for "fa4b6047".
Did you mean:
fa421047
2020 Oct 15
0
how to set smtp-client -> submission_relay_host for IPv4 only?
...that instead
e.g.
myhost? A 192.0.2.1
AAAA 2001:db8::1
myhostv4 A 192.0.2.1
you will have to change your certificate to include the alias myhost4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20201016/fa4b6047/attachment.html>
2020 Oct 15
2
how to set smtp-client -> submission_relay_host for IPv4 only?
In dovecot conf, for submission relay, I've config'd
submission_relay_host = lan.example.com
submission_relay_port = 465
hostname -- not IP -- must be used, to inform relay for cert verification match.
Here,
host lan.example.com
lan.example.com has address 10.0.1.47
lan.example.com has IPv6 address fd80:25:01::47
The receiving smtp relay listens only on IPv4 -- no