Page 1 of 1

postfix relay=dovecot status=deferred (temporary failu

Posted: Tue Oct 01, 2024 9:19 pm
by mister_v
I have the following alarm in my logs:

Code: Select all

postfix relay=dovecot status=deferred (temporary failu ...
Command output: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 27: ssl_ca: Can't open file /etc/ssl/private/file.ca-bundle: Permission denied )
Don't understand why, the user spamd, postfix and dovecot has access to the file.
Any one has any ideas ?

Re: postfix relay=dovecot status=deferred (temporary failu

Posted: Wed Oct 02, 2024 7:53 am
by mister_v
I finaly comment out the line

Code: Select all

ssl_ca = </etc/ssl/private/file.ca-bundle
It is not strictly needed for dovecot.
And it solved the problem.
But still strange...