OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Problem with Postfix and LDAP (SSL / TLS)

From: Artur Muecke (muecketyntec.biz)
Date: Wed Jan 16 2008 - 10:00:50 CST


Thx for your answer. What else can I use to make it work and how?

I got another answer by the list:

"If you remove smtpd and cleanup from the jail, its work. I can't solve
this problem too."

I tried it by removing the smtpd in the master.cf from the chroot.

# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
# changed to:
smtp inet n - n - - smtpd

Still no success. :-/

Would be glad about some hints.

--
"There are 10 kinds of people in the world, those who understand binary
math, and those who don't."

On Wednesday 16 January 2008 16:25:23 Wietse Venema wrote:
> Artur Muecke:
> > Jan 16 15:45:16 toa20 postfix/master[13359]: warning:
> > process /usr/lib/postfix/trivial-rewrite pid 13370 exit status 2
> > Jan 16 15:45:16 toa20 postfix/master[13359]:
> > warning: /usr/lib/postfix/trivial-rewrite: bad command startup --
> > throttling
>
> Postfix has no "exit 2" anywhere in its code, however GNU TLS does,
> and must not be used with Postfix.
>
> Wietse