[root@13gems beno]# netstat -ltnup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 
0.0.0.0:25                  0.0.0.0:*                   LISTEN      27758/tcpserver
tcp        0      0 :::80                       :::*                        LISTEN      1598/httpd
tcp        0      0 :::22                       :::*                        LISTEN      11453/sshd
No wonder my email server is broken! How do I move tcpserver off of port 25?
TIA,
Susan