how to setup IMAPs with letsencrypt
Jeremy Ardley
jeremy at ardley.org
Fri Apr 22 00:27:44 UTC 2022
On 22/4/22 8:24 am, Jeremy Ardley wrote:
>
> local mail.example.com {
> protocol imap {
>
> ssl_cert = </etc/letsencrypt/live/special.example.com/fullchain.pem
> ssl_key = </etc/letsencrypt/live/special.example.com/privkey.pem
> }
> }
>
>
My error. The correct example domain override stanza is
#specific domain override
local special.example.com {
protocol imap {
ssl_cert = </etc/letsencrypt/live/special.example.com/fullchain.pem
ssl_key = </etc/letsencrypt/live/special.example.com/privkey.pem
}
}
--
Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <https://dovecot.org/pipermail/dovecot/attachments/20220422/97f59967/attachment-0001.sig>
More information about the dovecot
mailing list