I am running Open BSD 2.8 and Qmail.  I am calling SMTP and POP using
TCPServer with the ff script:

if [ -x /usr/local/bin/tcpserver ]; then
 echo -n ' Qmail-SMTP'; /usr/local/bin/tcpserver -x /etc/tcp.smtp.cdb -v -u
7791
 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 &
fi

if [ -x /usr/local/bin/tcpserver ]; then
echo -n ' Qmail-POP';  /usr/local/bin/tcpserver 0 pop3
/var/qmail/bin/qmail-popu
p geek.infinitymalls.com \ /bin/checkpassword /var/qmail/bin/qmail-pop3d
Maildir &
fi

My problem is I cannot authenticate using POP.  I get an "authorization
failed" error message.  When I used Inetd to call POP, I am able to
authenticate without any problems.  Any ideas?

Reply via email to