HAving setup a VPS, i realised that for some reason, the CWP install did not assign the hostname as expected. Instead it applied the default from VPS service provider "guest.domain.com" (
i thought i had changed the service providers default hostname.fqdn to "host1.mydomain.com" before install, however, i now suspect i must have not done this.
ok, so I have changed my system hostname as follows:
Dashboard>Server Settings>Change Hostname>New Hostname (host1.mydomain.com)
I then "Rebuild Mail Server" with new hostname
Postfix now reflects the change...
current settings in postfix
domain= "mydomain.com"
hostname = "host1.mydomain.com"
Dovecot fails to start...displaying an error because the SSL certificate for the new hostname "host1.mydomain.com" is not being appended to /etc/pki/tls/certs.
warning: TLS library problem: 32545:error:02001002:system library:fopen:No such file or directory:bss_file.c:402:fopen('/etc/pki/tls/certs/host1.mydomain.com.crt','r'):
Isnt CWP supposed to automatically append new certificate to the "etc/pki/tls/certs/ file when hostname is changed? (i would imagine CWP should at least add a self signed cert here)
Did i miss something?