On 10 Nov 2003 13:40:53 -0800, Peter <(E-Mail Removed)> wrote:
> I can't connect to sendmail from a client. Is there a firewall
> setting that should specifically open up a port (110 I think) or am I
> doing somethin wrong on the client.
>
> Server is RH 9.0 running sendmail...
Port 110 is pop3, sending mail (smtp) is port 25 (/etc/services tells you
what service each port is for). Sendmail does not do pop3 (you need a
different daemon for that). Also by default sendmail in RH only listens
on localhost (127.0.0.1), unless you modified that. Check 'netstat -atn'
to see what IPs and ports are listening (0.0.0.0 means any IP). You might
also need to check /etc/hosts.allow, hosts.deny and firewall settings.
--
David Efflandt - All spam ignored
http://www.de-srv.com/