Displaying 2 results from an estimated 2 matches for "dovecot_cert_t".
Did you mean:
dovecot_cert
2017 Oct 08
2
Permission denied error on private key...
-rw-r--r--. root root unconfined_u:object_r:home_root_t:s0 /etc/pki/dovecot/private/mailserver.crt
> On Oct 8, 2017, at 12:03 AM, Bill Shirley <bill at KnoxvilleChristian.org> wrote:
>
> What does ls -lZ /etc/pki/dovecot/private/mailserver.crt say?
>
> Bill
>
> On 10/7/2017 7:30 PM, SH Development wrote:
>> I have a working dovecot/postfix/mysql server running
2017 Oct 08
0
Permission denied error on private key...
The context should be:
system_u:object_r:dovecot_cert_t:s0
Try:
restorecon -v /etc/pki/dovecot/private/mailserver.crt
Bill
On 10/8/2017 1:06 AM, SH Development wrote:
> -rw-r--r--. root root unconfined_u:object_r:home_root_t:s0 /etc/pki/dovecot/private/mailserver.crt
>
>
>> On Oct 8, 2017, at 12:03 AM, Bill Shirley <bill at Knoxvill...