Re: SSL overview...

2017-10-16 Thread Anvar Kuchkartaev
Yes it can is hostname that you specify in config file and it can be completely different from the actual Unix hostname. Anvar Kuchkartaev  an...@anvartay.com    Original Message   From: SH Development Sent: jueves, 12 de octubre de 2017 08:34 a.m. To: dovecot@dovecot.org Subject: Re: SSL

Re: SSL overview...

2017-10-11 Thread SH Development
I thought I read somewhere that the hostnames on replicated dovecot servers had to be different. Is this simply the hostname you specify in the config for dovecot and can this be different than the actual unix hostname? Ethon B. > On Oct 11, 2017, at 11:04 PM, Anvar Kuchkartaev wrote: > > I

Re: SSL overview...

2017-10-11 Thread Anvar Kuchkartaev
If you are using different hostname for each server then you need different certificates or SAN certificate with corresponding subjectAltName extensions. Certificates verifies hostname so if your hostnames are different then you have to use different certificates. However it is more useful if yo