Try this if you really want to use inetd

#POP-3 Server
pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd ipop3d

# This All goes on one line
smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env
/var/qmail/bin/qmail-smtpd

You should really user tcpserver though and not user inetd..

Reply via email to