This is a discussion on -ERR: unable to write pipe within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hello, I need urgent help from qmail experts. Here is the summary of my system. - Gentoo 2.6.16-r7 - ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I need urgent help from qmail experts. Here is the summary of my system. - Gentoo 2.6.16-r7 - qmail 1.03-r16 - ucspi-tcp 0.88-r14 - checkpassword 0.90-r2 - vpopmail 5.4.16 - courier-authlib 0.58 - courierpassd 1.1.0 - squirrelmail 1.4.6-r2 I set up virtula domain, say "example.com" and created a user "user@example.com". Squirrel mail works well. But when I tried to access "user" email via pop3 client, I got the following error: -ERR: unable to write pipe I googled this and didn't get any solution. Please help me. Here is a "ps ax" command result: > ps ax | grep pop3 5680 ? S 0:00 supervise qmail-pop3d 6053 ? S 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/lib/courier-imap/courierlogger -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=20 -pid=/var/run/pop3d-ssl.pid -nodnslookup -noidentlookup 995 /usr/sbin/couriertls -server -tcpd /usr/sbin/pop3login /usr/sbin/courier-pop3d .maildir 6058 ? S 0:00 /usr/lib/courier-imap/courierlogger pop3d-ssl 7908 ? S 0:00 /usr/bin/tcpserver -p -v -x /etc/tcprules.d/tcp.qmail-pop3.cdb -c 20 0.0.0.0 pop3 /var/qmail/bin/qmail-popup example.com /bin/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 7923 ? S 0:00 /usr/bin/multilog t s2500000 n10 /var/log/qmail/qmail-pop3d 11982 pts/1 S+ 0:00 grep pop3 |
|
|||
|
sky7sea@gmail.com wrote:
> Hello, > > I need urgent help from qmail experts. > Here is the summary of my system. > > - Gentoo 2.6.16-r7 > - qmail 1.03-r16 > - ucspi-tcp 0.88-r14 > - checkpassword 0.90-r2 > - vpopmail 5.4.16 > - courier-authlib 0.58 > - courierpassd 1.1.0 > - squirrelmail 1.4.6-r2 > > I set up virtula domain, say "example.com" and created a user > "user@example.com". > Squirrel mail works well. > But when I tried to access "user" email via pop3 client, I got the > following error: > > -ERR: unable to write pipe > > I googled this and didn't get any solution. > > Please help me. > Here is a "ps ax" command result: > > >>ps ax | grep pop3 > > 5680 ? S 0:00 supervise qmail-pop3d > 6053 ? S 0:00 /usr/lib/courier-imap/couriertcpd -address=0 > -stderrlogger=/usr/lib/courier-imap/courierlogger > -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=20 > -pid=/var/run/pop3d-ssl.pid -nodnslookup -noidentlookup 995 > /usr/sbin/couriertls -server -tcpd /usr/sbin/pop3login > /usr/sbin/courier-pop3d .maildir > 6058 ? S 0:00 /usr/lib/courier-imap/courierlogger > pop3d-ssl > 7908 ? S 0:00 /usr/bin/tcpserver -p -v -x > /etc/tcprules.d/tcp.qmail-pop3.cdb -c 20 0.0.0.0 pop3 > /var/qmail/bin/qmail-popup example.com /bin/var/vpopmail/bin/vchkpw > /var/qmail/bin/qmail-pop3d Maildir > 7923 ? S 0:00 /usr/bin/multilog t s2500000 n10 > /var/log/qmail/qmail-pop3d > 11982 pts/1 S+ 0:00 grep pop3 > if you run the command /var/qmail/bin/qmail-popup example.com /bin/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir what happens? are you using user@example.com for the user name or just user? tail -f /var/log/qmail/qmail-pop3d/current what does it say there when you make your connection attempt? Is this the correct path where vchkpw is installed? /bin/var/vpopmail/bin/vchkpw AK |