Newish Enhance user here.
Setting up first client for SMTP relaying through Enhance. However when I test, I see that smtp.clientdomain.nz has a self-signed certificate. I can't see anything in the CP or documentation about how to fix this.
Is this just the way it is? Or am I missing something?
> swaks \
--to adam@hosting.nz \
--from james@clientcomain.nz \
--server smtp.clientdomain.nz \
--port 587 \
--auth \
--auth-user "james@clientdomain.nz" \
--auth-password "blah blah" \
--tls
=== Trying smtp.clientdomain.nz:587...
=== Connected to smtp.clientdomain.nz.
<- 220 weka.hosting.nz ESMTP Postfix (Ubuntu)
...
-> STARTTLS
<- 220 2.0.0 Ready to start TLS
=== TLS started with cipher TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256
=== TLS client certificate not requested and not sent
=== TLS no client certificate set
=== TLS peer[0] subject=[/CN=weka]
=== commonName=[weka], subjectAltName=[DNS:weka] notAfter=[2035-09-16T05:37:03Z]
=== TLS peer certificate failed CA verification (self signed certificate), failed host verification (using host smtp.clientdomain.nz to verify)