Hi guys,
I'm having a hard time deciding if this is a bug or if it could be considered normal behavior. Personally I suspect the first, but I figured I'd ask.
I have mail/dovecot installed on my FreeBSD 10.3 environment. However, I haven't configured it yet nor did I add anything to /etc/rc.conf. Much to my surprise Dovecot sends out plenty of errors when the server is rebooting. From console.log:
It seems like a clear case at first, but considering that I haven't even added it into /etc/rc.conf I fail to understand why it would complain like this. But it gets much more bizarre; as you can see it also complains about an invalid configuration in /usr/local/etc/dovecot.conf. Obviously I did something wrong here, didn't I? Well, about that....
These options aren't even enabled as you can see, and still Dovecot complains. Even though it makes no sense it's doing so considering that I haven't even enabled anything yet. Not the options nor Dovecot itself.
So what do you think, does this count as a bug or would this be considered intended behavior?
I'm having a hard time deciding if this is a bug or if it could be considered normal behavior. Personally I suspect the first, but I figured I'd ask.
I have mail/dovecot installed on my FreeBSD 10.3 environment. However, I haven't configured it yet nor did I add anything to /etc/rc.conf. Much to my surprise Dovecot sends out plenty of errors when the server is rebooting. From console.log:
Code:
Feb 20 07:54:23 macron kernel: Error: ssl_cert_file: Can't use /etc/ssl/certs/dovecot.pem: No such file or directory
Feb 20 07:54:23 macron kernel: Fatal: Invalid configuration in /usr/local/etc/dovecot.conf
Feb 20 07:54:23 macron kernel: Error: ssl_cert_file: Can't use /etc/ssl/certs/dovecot.pem: No such file or directory
Feb 20 07:54:23 macron kernel: Fatal: Invalid configuration in /usr/local/etc/dovecot.conf
Feb 20 07:54:23 macron kernel: Stopping mysql.
Code:
macron:/home/peter $ grep dovecot.pem /usr/local/etc/dovecot.conf
#ssl_cert_file = /etc/ssl/certs/dovecot.pem
#ssl_key_file = /etc/ssl/private/dovecot.pem
So what do you think, does this count as a bug or would this be considered intended behavior?