Hello,
I really need help:
I have qmail set up to where I can send mail but not receive. I have it to the point where the username/password popup comes up but when I enter my user/pass, Outlook gives the error: "-ERR unable to write pipe". What can I do now, I've read/checked/configured all I know how.
-Is this a User/Maildir setup problem?
-Is this a checkpassword problem?
My pop3d run script:
(I am on port 112 on purpose)
Any assistance would be greatly appreciated!!!
Thanks -c
I really need help:
I have qmail set up to where I can send mail but not receive. I have it to the point where the username/password popup comes up but when I enter my user/pass, Outlook gives the error: "-ERR unable to write pipe". What can I do now, I've read/checked/configured all I know how.
-Is this a User/Maildir setup problem?
-Is this a checkpassword problem?
My pop3d run script:
Code:
#!/bin/sh
exec /usr/local/bin/softlimit -m 5000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 112 /var/qmail/bin/qmail-popup \
pop3.mydomain.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
(I am on port 112 on purpose)
Any assistance would be greatly appreciated!!!
Thanks -c