Re: Problem when run qmail-pop3d-ssl (qmail-ldap script)
Christoph Hofmann <[email protected]>
| Newsgroups | gmane.mail.qmail.ldap |
|---|---|
| Message-ID | <[email protected]> |
Hi Jimmy,
I think you are using tcpserver in version without ssl support
you get ssl support with the following steps:
wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
wget http://www.nrg4u.com/qmail/ucspi-tcp-ssl-20050405.patch.gz
tar xzf ucspi-tcp-0.88.tar.gz
gunzip ucspi-tcp-ssl-20050405.patch.gz
cd ucspi-tcp-0.88
patch < ../ucspi-tcp-ssl-20050405.patch
make
make install
make setup check
because after compiling and install tcpserver is now under
/usr/local/bin/tcpserver
your run script could look like
exec \
/usr/local/bin/tcpserver -v -HRl $ME
-x$QMAIL/control/qmail-pop3d.cdb \
${CONCURRENCY:+"-c$CONCURRENCY"} ${BACKLOG:+"-b$BACKLOG"} \
-s ${TLSCERT:+"-n$TLSCERT"} $IP pop3s \
$QMAIL/bin/qmail-popup $ME \
$QMAIL/bin/auth_pop ${PBSTOOL:+"-d$PBSTOOL"}\
$QMAIL/bin/qmail-pop3d "$ALIASEMPTY"
best regards
Christoph Hofmann
Jimmy Spam schrieb:
> I'm getting this message when I run qmail-pop3d-ssl:
>
> @4000000048da2b742c92d1ec tcpserver: illegal option -- s
> @4000000048da2b742c92dda4 tcpserver: usage: tcpserver [ -1UXpPhHrRoOdDqQv
> ] [ -c limit ] [ -x rules.cdb ] [ -B banner ] [ -g gid ] [ -u uid ] [ -b
> backlog ] [ -l localname ] [ -t timeout ] host port program
>
>