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

View File

@ -2,7 +2,7 @@ Summary: Dovecot Secure imap server
Name: dovecot Name: dovecot
Epoch: 1 Epoch: 1
Version: 1.1.2 Version: 1.1.2
Release: 1%{?dist} Release: 2%{?dist}
License: MIT and LGPLv2 and BSD with advertising License: MIT and LGPLv2 and BSD with advertising
Group: System Environment/Daemons Group: System Environment/Daemons
@ -376,9 +376,12 @@ fi
%changelog %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 * Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-1
- update to upstream version 1.1.2 - 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 * 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 - 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 # Here you can specify whether dovecot will ask for the SSL certificates'
# so the main config file can be world readable. Other command # password during start-up so the main config file can be world readable.
# line options can be specified too. # Other command line options can be specified too.
# #
#OPTIONS="-p my_certificate_password" #OPTIONS="-p"