Kenneth Porter writes:
Thanks. Some digging indicates that this is equivalent to doveadm reload.
Both paths ultimately send a SIGHUP to the server which initiates a full
reload of the configuration.
I'll be combining this with a restart of sendmail. Alas, I don't see a way
to get it to reload
--On Wednesday, December 27, 2017 9:24 AM -0500 Bill Shirley
wrote:
--reloadcmd "systemctl reload dovecot.service"
Notice the --reloadcmd.
Thanks. Some digging indicates that this is equivalent to doveadm reload.
Both paths ultimately send a SIGHUP to the server which initiates a full
I'm using acme.sh to get my Let's Encrypt certificates. The install command is:
acme.sh --installcert -d imap.example.com \
--keypath /etc/pki/dovecot/private/imap.example.com.pem \
--certpath /etc/pki/dovecot/certs/imap.example.com.crt \
--fullchainpath /etc/pki/dovecot/c
> On December 26, 2017 at 11:42 PM Kenneth Porter wrote:
>
>
> I'm setting up certbot/letsencrypt to provide a certificate for dovecot and
> sendmail. Is it necessary to restart dovecot to load the new certificate,
> as shown in most examples I find in blogs? That seems rude to established
>
I'm setting up certbot/letsencrypt to provide a certificate for dovecot and
sendmail. Is it necessary to restart dovecot to load the new certificate,
as shown in most examples I find in blogs? That seems rude to established
connections. When does dovecot read the cert and key files? Once at star