You might want to have a look at Bill Shupps guide or
even Michaels guide 
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

qmail-pop3d can be run in ssl mode with something like this from Bills
toaster setup. You don't need Courier-Imap to have pop3 ssl.

This is the run file...
#!/bin/sh

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

exec /usr/local/bin/tcpserver -l 0 -R -H -v                              \
        -u"$VPOPMAILUID" -g"$VPOPMAILGID" 0 995                        \
        /usr/sbin/stunnel -f -p /var/qmail/control/servercert.pem        \
            -l /var/qmail/bin/qmail-popup -- qmail-popup domain.com  \
        /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1

Shane


>-----Original Message-----
>From: Andrea Riela [mailto:[EMAIL PROTECTED] 
>Sent: Friday, 9 January 2004 2:24 AM
>To: [EMAIL PROTECTED]
>Subject: RE: [vchkpw] vchkpw and courier 2.2.1 (long)
>
>Tom Collins wrote:
>> On Jan 8, 2004, at 3:29 AM, Andrea Riela wrote:
>>> Then what I've to do?
>> 
>> Try BINC-IMAP instead.  Others have reported that it's a fine
>> replacement for Courier. 
>
>I couldn't .. I need a pop3-ssl daemon.
>I hope the Michael's patch will help me :)
>But I've problems to compile that.
>
>Thanks
>Andrea
>
>

Reply via email to