- really ask for the password during start-up

This commit is contained in:
Dan Horák 2008-07-29 19:19:51 +00:00
parent 9568d00d97
commit ca7de250ae
3 changed files with 11 additions and 8 deletions

View File

@ -4,8 +4,8 @@
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter.
+# Security note: if you have this config file world readable, then put the
+# password into /etc/sysconfig/dovecot.
+# Security note: if you have this config file world readable, then enable
+# password asking during start-up in /etc/sysconfig/dovecot.
#ssl_key_password =
# File containing trusted SSL certificate authorities. Set this only if you

View File

@ -2,7 +2,7 @@ Summary: Dovecot Secure imap server
Name: dovecot
Epoch: 1
Version: 1.1.2
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT and LGPLv2 and BSD with advertising
Group: System Environment/Daemons
@ -376,9 +376,12 @@ fi
%changelog
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-2
- really ask for the password during start-up
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-1
- update to upstream version 1.1.2
- final solution for #445200 (put the password into /etc/sysconfig/dovecot)
- final solution for #445200 (add /etc/sysconfig/dovecot for start-up options)
* Fri Jun 27 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-2
- update default settings to listen on both IPv4 and IPv6 instead of IPv6 only

View File

@ -1,5 +1,5 @@
# Here you can specify the password for your SSL certificates
# so the main config file can be world readable. Other command
# line options can be specified too.
# Here you can specify whether dovecot will ask for the SSL certificates'
# password during start-up so the main config file can be world readable.
# Other command line options can be specified too.
#
#OPTIONS="-p my_certificate_password"
#OPTIONS="-p"