> On 09/01/2026 12:22 EET Matthias Bodenbinder via dovecot 
> <[email protected]> wrote:
> 
>  
> Hi,
> 
> I have a self signed certificate for dovecot:
> 
> > [root@rakete] /etc/dovecot
> > # ll
> > insgesamt 12K
> > -rwxr-xr-x 1 root root 1,7K 2026-01-09@09:56 dovecot.conf
> > -rw-r----- 1 root root 1,4K 2026-01-09@09:54 dovecot.crt
> > -rw-r----- 1 root root 1,7K 2026-01-09@09:54 dovecot.key
> 
> in dovecot.conf I have:
> 
> ssl_server {
>   cert_file = /etc/dovecot/dovecot.crt
>   key_file = /etc/dovecot/dovecot.key
> }
> 

!try_include ssl.conf

ssl.conf
========
ssl_server {
  cert_file = /etc/dovecot/dovecot.crt
  key_file = /etc/dovecot/dovecot.key
}

chmod 0600 ssl.conf

Aki

_______________________________________________
dovecot mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to