> [EMAIL PROTECTED] wrote: > > > 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... :)
Thanks a lot. It works fine now. Regards, Qing
