Date: Sun, 28 Mar 2004 23:17:31 +0200 From: Remko Lodder <remko@elvandar.org> To: questions@freebsd.org Subject: Re: Firewall + Sendmail...how to make them happy... Message-ID: <406740EB.2080701@elvandar.org> In-Reply-To: <20040328205854.43371.qmail@web40111.mail.yahoo.com> References: <20040328205854.43371.qmail@web40111.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi JP, JP wrote: > Hi, > > I have just got my firewall up and running. > Everything is running great except for inbound > sendmail connections. It appears my firewall is > blocking port 25 traffic. I can telnet localhost 25 > and it works fine internally. From the outside world, > all I get is a connection refused. Can someone tell > me what I am doing wrong please. Here is a copy of my > firewall config file: did you try `netstat -an |grep -i list` ? if there is an 127.0.0.1:25 listening then only localhost is listening on the sendmail interface. I though that it was a setting in the default install. You should look for freebsd.mc and edit the listen settings there and build a new cf file... Cheers Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl A Dutch community for helping newcomers on the hackerscene
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?406740EB.2080701>