That worked. Thanks p@rick!

On Wed, May 16, 2012 at 5:50 PM, Patrick Ben Koetter 
<p...@state-of-mind.de>wrote:

> * David Wittman <dwitt...@gmail.com>:
> > Hey all,
> >
> > I'm having issues with the Postfix SMTP client segfaulting when TLS is
> > used. I've tried multiple destination relays, and the client SIGSEVs
> every
> > time a message is sent, unless TLS is disabled. This is on version 2.6.6
> > from the base CentOS 6 repositories, but I have a nearly identical
> > configuration working on another CentOS 6 server. Any guidance would be
> > appreciated.
> >
> > maillog: http://pastebin.com/k1EzFFY9
> > postconf: http://pastebin.com/AjMGykjV
>
> You tell Postfix to keep the session cache databases in the
> queue_directory,
> but that is owned by root (on my systems):
>
> smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
> smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
>
> Use $data_directory instead.
>
> p@rick
>
> --
> All technical questions asked privately will be automatically answered on
> the
> list and archived for public access unless privacy is explicitely required
> and
> justified.
>
> saslfinger (debugging SMTP AUTH):
> <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
>

Reply via email to