> > I installed ucspi-tcp and i tried replacing smtp with tcpserver > > so I added tcpserver -v -u 500 -g 500 0 smtp /var/qmail/bin/qmail-smtpd \ 2>$1 | >/var/qmail/bin/splogger smtpd 3 & > > i saved the file and rebooted > > now I don't seem to be receiving any mails with tcpserver. You don't need to use the backslash there. and if You do, You should write the rest of the command to the second line. this may be the problem and, You also don't need to reboot. just HUP the process, ie. do a kill -HUP <pid_of_the_process> in order to find out the PID You can use the "pidof" command... love and peace and stuff, dd
