[Bug 207633] [NEW] Fails with commented SSL configuration
Mark Brown
broonie at sirena.org.uk
Thu Mar 27 10:06:02 GMT 2008
Public bug reported:
Binary package hint: dovecot-common
The following code in the dovecot-common postinst:
SSL_CERT=$( (grep "ssl_cert_file" /etc/dovecot/dovecot.conf || echo '/etc/ssl/certs/dovecot.pem') | cut -d'=' -f2)
SSL_KEY=$( (grep "ssl_key_file" /etc/dovecot/dovecot.conf || echo '/etc/ssl/private/dovecot.pem') | cut -d'=' -f2)
fails if there are commented out ssl_cert_file or ssl_key_file lines in
the Dovecot configuration.
** Affects: dovecot (Ubuntu)
Importance: Undecided
Status: New
--
Fails with commented SSL configuration
https://bugs.launchpad.net/bugs/207633
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.
More information about the Ubuntu-server-bugs
mailing list