Hi, I don't know where to categorized this post but I encountered an error.
I am trying to set up a smtp server so far it works fine but there is a slight problem.
Postfix seems to using a wrong cert for my mail server.
I already tried issuing a SSL (mail server ssl) for my mail.tinydes.top and I also add a SSL for web but is seems like it is not working properly.
This is the error that comes up whenever I test the CERT.
Cert VALIDATION ERROR(S): self signed certificate
So email is encrypted but the recipient domain is not verified
Cert Hostname DOES NOT VERIFY (mail.tinydesk.top != www.example.com)
So email is encrypted but the host is not verified
Comments
I check the .pem files under /etc/postfix and /etc/dovecot and everthing is right.
Where does the postfix get those wrong cert.
The cert postfix read is "Example.com" SSL cert.
myhostname = example.com - replaced?