Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

-ERR unable to write pipe

Status
Not open for further replies.

TankerKevo

Technical User
Jan 21, 2004
1
US
pipe.png


I am running RedHat 9 on a 1.8gHz AMD. I have tried eliminating any firewall issues by dissabling them, both on my router and my box. I have q-mail installed with an assortment of add-on programs, see .

Has anyone dealt with this error before? I may just have to re-do the entire setup because I can't seem to find where I messed up.

Any help would be greatly appreciated!
 
Fellas,

It's possible that your /var/qmail/supervise/qmail-pop3d/run script is not configured correctly. Here's what it should look like:

#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
exec tcpserver -H -R -v -c100 0 110 qmail-popup your_hostname_here /home/vpopmail/bin/vchkpw qmail-pop3d Maildir 2>&1


Also, try taking a look at the logs. Check out the pop3d logs at /var/log/qmail/qmail-pop3d/current and then try logging in. See if an error message is generated.

Good Luck,
Qmailrocks.org
 
I also followed the instructions on and after reviewing the /var/qmail/supervise/qmail-pop3d/run scripts it seems to match the instructions correctly. I am getting "authorization failed" after I telnet to localhost 110 after password

Please Help
 
Hello,

My pop3d run script is:
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)

I have the same exact problem as _TankerKevo_ above (pipe error), any other suggestions?

Any assistance would be greatly appreciated!!!

Thanks -c
 
I am having the same problem. I have copied qmailrocks script subs. my mail server host name with the same result.

HELP!!!
 
I have the same problem using FC3 and following the qmailrocks.org instrucctions.

I think this problem is given just for Fedora or RedHat users and qmailrock. isn't it?

David
 
I would really recommend you all follow


You will also get a better understanding on the workings of qmail.
That said, I seem to remember this being related to smtp-auth, perhaps a patch is needed. Sorry, I can't help you much further.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top