Can't connect to POP3
This is probably the eighteenth time I've edited this post.
I telnet to localhost 110, enter my user and pass, and I get "-ERR authorization failed."
Here's my run script for qmail-pop3d...
#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
myhost.mydomain.com /bin/checkpassword
/var/qmail/bin/qmail-pop3d Maildir 2>&1
I've followed the pop3 server howto from lifewithqmail and tested the checkpassword script, which works fine. Thought maybe checkpassword needed to be run as root so I changed the permission on it to 755. I've searched all over the web, too. Maybe someone here has had this problem before.
- Thank you
Last edited by robeb; 05-23-2002 at 01:58 AM.
|