Hello All,
I hope someone can help me this problem I have been fighting with for days now ..
I have configured my Qmail according to Qmailrocks.org, or was com, anyway, I did everything guides told me to do, and when I test my Pop3 -connection by using :
telnet 192.168.0.4 110
I get reply from pop3 -server Ok, and I write user xxx@xxx.com and then pass xxxx and after Pass, I will receive "-ERR Cannot write pipe. Closing connection." So, What is wrong with My Qmail ?? This is realy driving me nuts, because My Run script is:
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec tcpserver -H -R -v -c100 0 110 /var/qmail/bin/qmail-popup mail.xxx-xxxxxx.com /
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
So, I think its very simple solution I am not able to see ..
