[EMAIL PROTECTED] wrote:

Dear All,

I have upgraded my system from SuSE 8.0 to 9.1.  I found there is a
problem in qmail-pop3ds.  I have tried to use stunnel3_wrapper instead of
stunnel but it does not work.

<snip>


What should I do to fix the problem? Thanks a lot.



I'm not familiar with stunnel3_wrapper.. Does Suse 9.1 use stunnel 4? If so, try this :


Create a pop3ds.conf file (I put mine in /var/qmail/supervise/qmail-pop3ds) with the following :

foreground = yes
client = no
cert = /var/qmail/control/servercert.pem
key = /var/qmail/control/clientcert.pem
exec = /var/qmail/bin/qmail-popup
execargs = qmail-popup mail.example.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir


And then modify the run file (located in /var/qmail/supervise/qmail-pop3ds) to this :

#!/bin/sh

VPOPMAILUID=`id -u vpopmail`
VPOPMAILGID=`id -g vpopmail`
MAXMEM=100000000

exec /command/softlimit -m $MAXMEM                 \
    /usr/local/bin/tcpserver -l 0 -R -H -v -c 100 \
    -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 995       \
    /usr/sbin/stunnel /var/qmail/supervise/qmail-pop3ds/pop3ds.conf 2>&1


That worked for me... :)

Regards,
Qing





--
---------------------------
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---------------------------
"Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of all 
programs. I do not know its name, so I will call it the Tao of Programming."



Reply via email to