Displaying 2 results from an estimated 2 matches for "hostw".
Did you mean:
host
2020 Aug 23
2
doveadm/doveconf as user tries and fails to read host key
...ute
doveadm expunge mailbox Spam37 savedbefore 3day #User's actual cmd
doveadm who #The simplest possible command, for testing
It says:
doveconf: Fatal: Error in configuration file
/etc/dovecot/conf.d/10-ssl.conf line 12: ssl_cert:
Can't open file /etc/ssl/hostcerts/hostw.cia: Permission denied
The actual EPERM occurs trying to traverse a directory in
/etc/letsencrypt,
but the next configuration item to be read (in the SSL section) is the
host's private key, and the user is surely not ever going to get
permission to read that. (I did test giving the user perm...
2020 Aug 24
0
doveadm/doveconf as user tries and fails to read host key
...nge mailbox Spam37 savedbefore 3day #User's actual cmd
> doveadm who #The simplest possible command, for testing
> It says:
> doveconf: Fatal: Error in configuration file
> /etc/dovecot/conf.d/10-ssl.conf line 12: ssl_cert:
> Can't open file /etc/ssl/hostcerts/hostw.cia: Permission denied
This was mentioned before on this list. See
https://dovecot.org/pipermail/dovecot/2020-August/119650.html how to
solve this.
> The actual EPERM occurs trying to traverse a directory in /etc/letsencrypt,
> but the next configuration item to be read (in the SSL sect...