I'm setting up qmail with tcpserver.
After several tests I wanted to clean up the config files, but I can't
connect anymore to retrieve my messages.
I try to connect with telnet 127.0.0.1 110 and receive "-ERR unable to
write pipe" after authentication :
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user azerty
+OK
pass qwerty
-ERR unable to write pipe
Connection closed by foreign host.
- Content of /etc/init.d/qmail (start section)
csh -cf '/var/qmail/rc &'
/usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -R -v -u 7791 -g
2108 0 smtp /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger
smtpd 3 &
echo $! > /var/lock/subsys/qmail-smtpd
/usr/local/bin/tcpserver -R 0 pop3 /var/qmail/bin/qmail-popup
trimaran.com \
/bin/checkpoppassword /var/qmail/bin/qmail-pop3d Maildir &
echo $! > /var/lock/subsys/qmail-pop3d
Any help appreciated !!
Raphael