I keep getting an incorrect password when i try to pop my mail and i know
it's the right password because:
[root@mycrib /src/checkpassword-0.81]# /var/qmail/bin/qmail-popup host
/bin/checkpassword pwd
+OK <16210.961096546@host>
user myass
+OK pass
ishuge!
/home/myass
[root@mycrib /src/checkpassword-0.81]#
the script I'm runing is:
tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup mail.mycrib.com \
/bin/checkpassword /var/qmail/bin/qmail-pop3d Mailbox 2>&1 | \
/var/qmail/bin/splogger pop3d &
And I want it sent to ~/Mailbox...
any ideas where i'm going wrong?