SMTP port not listened
=Ronald van der Pol
rvdp at cs.vu.nl
Fri Oct 26 04:39:56 AEST 1990
petem at sdipl.oz (Peter Mason) writes:
>machines are unable to receive mail via TCP/IP. If the SCO UNIX machine does a
>"netstat" then we see nothing listening to the SMTP (port 25). Mail gets
>bounced after 3 days with a "Connection refused" message.
Try if the command
your_machine% telnet your_machine 25
works. It should connect you to the smtp daemon.
If you get a message "connection refused", you don't have a
(inet) daemon running on port 25.
>Which process in the SCO system is supposed to be monitoring this port,
>and how do we get it started up?
This is the Berkeley Internet Daemon. The inet daemon (/etc/inetd)
listens to the port. When a connection is setup, inetd searches for
a free socket and starts the local smtp daemon on that port. Your
inetd configuration file (/etc/inetd.conf) should have a line like:
"smtp stream tcp nowait mmdf /usr/mmdf/chans/smtpd smtpd
/usr/mmdf/chans/smtpsrvr smtp"
(this is ONE line!).
--
Ronald van der Pol <rvdp at cs.vu.nl>
More information about the Comp.unix.sysv386
mailing list