Qmail and Stunnel

2002-01-03 Thread Dave Watkins

Hi All

I've just setup qmail to run over stunnel for POP on port 995. Below is the 
command I use to run it

#!/bin/sh
exec /usr/local/bin/softlimit -m 300 /usr/local/bin/tcpserver -DRHv -l 
0 0 995 /usr/sbin/stunnel -l /var/qmail/bin/qmail-popup domain name 
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21

The first time I checked with Outlook Express I was prompted with the 
certificate warning etc. I accepted that and now get this error after 
having the login/password windows popup several times (because of the failure)

There was a problem logging onto your mail server. Your Password was 
rejected. Account: 'dave', Server: '192.168.20.251', Protocol: POP3, Server 
Response: '-ERR this user has no $HOME/Maildir', Port: 995, Secure(SSL): 
Yes, Server Error: 0x800CCC90, Error Number: 0x800CCC92

My concern is the no $HOME/Maildir, but I can't understand why it's not 
working. Standard logins to port 110 are fine. Basically all I did was copy 
my run script from the normal POP service and change the port tcpserver 
listens on and add the stunnel command.

Thanks
Dave


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Qmail and Stunnel

2002-01-03 Thread Dave Watkins
Hi All
I've just setup qmail to run over stunnel for POP on port 995. Below is the 
command I use to run it

#!/bin/sh
exec /usr/local/bin/softlimit -m 300 /usr/local/bin/tcpserver -DRHv -l 
0 0 995 /usr/sbin/stunnel -l /var/qmail/bin/qmail-popup domain name 
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21

The first time I checked with Outlook Express I was prompted with the 
certificate warning etc. I accepted that and now get this error after 
having the login/password windows popup several times (because of the failure)

There was a problem logging onto your mail server. Your Password was 
rejected. Account: 'dave', Server: '192.168.20.251', Protocol: POP3, Server 
Response: '-ERR this user has no $HOME/Maildir', Port: 995, Secure(SSL): 
Yes, Server Error: 0x800CCC90, Error Number: 0x800CCC92

My concern is the no $HOME/Maildir, but I can't understand why it's not 
working. Standard logins to port 110 are fine. Basically all I did was copy 
my run script from the normal POP service and change the port tcpserver 
listens on and add the stunnel command.

Thanks
Dave