On Fri, Jun 17, 2022 at 04:03:52PM +1000, raf wrote: > > Out: 454 4.7.0 TLS not available due to local problem > > Try deleting the middle two files (nmail.calm-ness.ch), > or swapping them around. They are in the wrong order.
Swapping them won't have the desired effect. There can be at most one RSA keypair (private key + cert) per SSL context. IIRC attempting to load a second pair will raise an error, but even if not, "at best" the mistake won't be detected and these will replace the first pair. -- Viktor.