Displaying 3 results from an estimated 3 matches for "mail_new_domain".
2018 Jul 20
2
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
...rver release 7.5 (Maipo)?
...
service imap-login {
? inet_listener imap {
????address = 127.0.0.1
????port = 143
? }
? inet_listener imaps {
????port = 993
????ssl = yes
? }
? process_min_avail = 8
? service_count = 0
}
...
ssl = required
# set default cert
ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert
ssl_cipher_list = DHE-RSA-AES256-SHA:DHE-RSA-AES128-
SHA:ALL:!LOW:!SSLv2:!EXP:!aNULL:!MD5:!RC4:!DES:!3DES:!TLSv1
ssl_key = </etc/pki/dovecot/private/mail_new_domain.key
ssl_protocols = !SSLv2 !SSLv3
...
# set alternativ cert for old domain
local_name mail.old.domain {
? ssl_cert...
2018 Jul 23
0
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
...t; ????address = 127.0.0.1
> ????port = 143
> ? }
> ? inet_listener imaps {
> ????port = 993
> ????ssl = yes
> ? }
> ? process_min_avail = 8
> ? service_count = 0
> }
>
> ...
>
> ssl = required
> # set default cert
> ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert
> ssl_cipher_list = DHE-RSA-AES256-SHA:DHE-RSA-AES128-
> SHA:ALL:!LOW:!SSLv2:!EXP:!aNULL:!MD5:!RC4:!DES:!3DES:!TLSv1
>
> ssl_key = </etc/pki/dovecot/private/mail_new_domain.key
> ssl_protocols = !SSLv2 !SSLv3
>
> ...
>
> # set alternativ cert for old domai...
2018 Jul 24
1
dovecot sometimes sends non-default SSL cert if IMAP client won't send SNI
...inet_listener imaps {
> > ????port = 993
> > ????ssl = yes
> > ? }
> > ? process_min_avail = 8
> > ? service_count = 0
> > }
> >
> > ...
> >
> > ssl = required
> > # set default cert
> > ssl_cert = </etc/pki/dovecot/certs/mail_new_domain-chained.cert
> > ssl_cipher_list = DHE-RSA-AES256-SHA:DHE-RSA-AES128-
> > SHA:ALL:!LOW:!SSLv2:!EXP:!aNULL:!MD5:!RC4:!DES:!3DES:!TLSv1
> >
> > ssl_key = </etc/pki/dovecot/private/mail_new_domain.key
> > ssl_protocols = !SSLv2 !SSLv3
> >
> > ...
> >...