Questions related to the Postfix mail server
-
mister_v
- Posts: 199
- Joined: Thu Mar 04, 2010 9:19 pm
Post
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 ?
-
mister_v
- Posts: 199
- Joined: Thu Mar 04, 2010 9:19 pm
Post
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...