On Wed, Oct 11, 2000 at 11:39:20PM -0400, Paul McHale wrote: > > The server IP_NUM isn't running SMTP ? > > There is a firewall between your host and IP_NUM ? > > You're not connected to the same network ? > > > The host is refusing your connection. It's either IP filtered, denied > > through /etc/hosts.allow or equivalent for the system, or there is no > > SMTP server running. > > Additional information in response. When I do the telnet, it is from the > machine running the mailserver so networking and firewalls shouldn't > interfere. I can ping out from the machine. PS shows sendmail is running > with the following message: > > Sendmail: Rejecting connection on port 25 : min free: 100
You're low on disk space on /var -- sendmail will refuse to accept mail until it has a place to put it. -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;