From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 00:11:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BF6316A4CE for ; Mon, 22 Nov 2004 00:11:25 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B40443D49 for ; Mon, 22 Nov 2004 00:11:25 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep1.cogeco.net (Postfix) with ESMTP id 8BC2C676C; Sun, 21 Nov 2004 19:11:21 -0500 (EST) Message-ID: <41A12EB0.5000508@cogeco.ca> Date: Sun, 21 Nov 2004 19:11:28 -0500 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Erik Ellis References: <20041121233553.TLGA16147.mxfep01.bredband.com@ellis> In-Reply-To: <20041121233553.TLGA16147.mxfep01.bredband.com@ellis> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.3 + any smtp server, Refuses to receive any emails... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 00:11:25 -0000 Erik Ellis wrote: >FreeBSD 5.3 + any smtp server, Refuses to receive any emails from any >external domain EXEPT bredband.net, witch is odd, cuz I haven't entered >anything about bredband.net. > >Right now im using Sendmail, but iwe tried postfix but I get the same >problem. No errors in logs, no errors from "Postmaster". It just wont work. >What can be the problem. > >Don't think theres any dns problems cuz its all updated and as I said. It >works when I send email from @bredband.net and @ellisdesign.org > but not from anything else. > > Does your ISP allow incoming SMTP connections? Not all ISPs do, especially if they don't expect their users to be running servers. See if you can get someone outside your ISP to try connecting to the SMTP port on your machine. If they get a connection refusal, then somewhere along the line, that port is being blocked. -BB