From: LuKreme (no email)
Date: Sun Mar 15 2009 - 11:50:33 EDT
On 14-Mar-2009, at 19:39, Wietse Venema wrote:
> LuKreme:
>> In reading <http://www.postfix.org/TLS_README.html> and all the posts
>> in the last 15 months with 'smtpd_tls_session_cache_database' in the
>> subject (all 7 of them!), it is not clear to me how the
>> smtpd_tls_session_cache_database file is created, or what exactly it
>> contains. If the file is not present, postfix doesn't create it, but
>> logs a fatal error.
>
> What are:
>
> - the configuration
# TLS
smtpd_tls_cert_file = /etc/postfix/server.pem
smtpd_tls_key_file = $smtpd_tls_cert_file
smtpd_tls_loglevel = 2 # will drop to 0 or 1 after setup is complete
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:$data_directory/
smtpd_sessions
smtpd_tls_session_cache_timeout = 1800s # 30 minutes
smtpd_starttls_timeout = 90s
> - the corresponding error message
postfix/smtpd[67779]: fatal: open database /var/db/postfix/
smtpd_sessions.db: No such file or directory
-- Vernon: Now this is the thought that wakes me up in the middle of the night. That when I get older, these kids are going to take care of me Carl: I wouldn't count on it.
|
|
|