heininger
New member
Hi!
I converted our new server to Dovecot and it works really great!
Unfortunately we have one problem ... some mail clients (e.g. Eudora) have problems with the certificate.
I have a php script that gives me the following error:
My dovecot.conf reads like this ...
I have now added ...
How to do that and will it then work only on my main domain or on all domains?
TIA,
Mike
I converted our new server to Dovecot and it works really great!
Unfortunately we have one problem ... some mail clients (e.g. Eudora) have problems with the certificate.
I have a php script that gives me the following error:
PHP Notice: Unknown: Certificate failure for mail.domain.com: self signed certificate: /C=GB/ST=Someprovince/L=Sometown/O=none/OU=none/CN=localhost/emailAddress=webaster@localhost (errflg=2) in Unknown on line 0
My dovecot.conf reads like this ...
protocols = imap imaps pop3 pop3s
ssl_cert_file = /etc/exim.cert
ssl_key_file = /etc/exim.key
I have now added ...
... so everyone can login again but it would be nice to change the exim.cert/key to valid ones.ssl_disable = yes
How to do that and will it then work only on my main domain or on all domains?
TIA,
Mike