diff options
Diffstat (limited to 'imap/pop3d-ssl.dist.in.git')
| -rw-r--r-- | imap/pop3d-ssl.dist.in.git | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/imap/pop3d-ssl.dist.in.git b/imap/pop3d-ssl.dist.in.git index 9611524..6b5b352 100644 --- a/imap/pop3d-ssl.dist.in.git +++ b/imap/pop3d-ssl.dist.in.git @@ -227,7 +227,8 @@ TLS_CERTFILE=@certsdir@/pop3d.pem  #  # TLS_PRIVATE_KEYFILE - SSL/TLS private key for decrypting peer data.  # This file must be owned by the "@mailuser@" user, and must not be world -# readable. +# readable, and must be accessible without a pass-phrase, i.e. it must not +# be encrypted.  #  # By default, courier generates SSL/TLS certifice including private key  # and install it in TLS_CERTFILE path, so TLS_PRIVATE_KEYFILE is completely | 
