On Tue, Jun 11, 2013 at 05:01:42PM +0200, polloxx wrote:

> Thanks for the answers. Till now with no success.
> One of the things: In http://www.postfix.org/TLS_README.html#quick-start there
> is
>     smtp_tls_session_cache_database =
>         btree:/mailin/var/spool/postfix/smtp_tls_session_cache
> (/mailin/var/spool/postfix/ is my inbound queue directotory)

Firstly this setting is for outgoing mail, for incoming mail:

    smtpd_tls_session_cache_database =
        btree:/mailin/var/spool/postfix/smtpd_tls_session_cache

make sure the database files for "smtp" and "smtpd" are distinct.

> When I try to send a mail I get the following error in the log:
> Jun 11 16:53:45 smtp6 postfix-in/smtpd[25014]: fatal: open database
> /mailin/var/spool/postfix/smtp_tls_session_cache.db: No such file or
> directory
> 
> what do I miss here?

Your version of Postfix must be ancient.  The session cache database
is opened by the "tlsmgr" not smtpd.

Post "postconf -n" output and the output of:

    postconf mail_version mail_release_date

-- 
        Viktor.

Reply via email to