From owner-freebsd-questions@FreeBSD.ORG Sun Jul 24 01:03:30 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03F34106564A for ; Sun, 24 Jul 2011 01:03:30 +0000 (UTC) (envelope-from ssgriffonuser@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id CECCE8FC1A for ; Sun, 24 Jul 2011 01:03:29 +0000 (UTC) Received: by pzk5 with SMTP id 5so18722301pzk.17 for ; Sat, 23 Jul 2011 18:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hHlxSS9t3GGu8MgdasxHbK0oG0GKBsDQ7O6Wt2DQA/c=; b=AriPM3EhmZvp1x8ziak/enEeJYy96vCVDnxm/+BJC5WkOk47BpUUch+PMf/0dGxN1o C9cncxQLZmOUTXE4grR9h6BtbFrzKOyrloFAzHuTa5c4xp8ek5l1t9SXy3zn/nYU9lPd vlDnPS6zx02Os1Ff23eTDAzY1IkLqYTN2qEBk= Received: by 10.68.62.169 with SMTP id z9mr4626885pbr.266.1311469409553; Sat, 23 Jul 2011 18:03:29 -0700 (PDT) Received: from [192.168.1.5] (ip24-251-146-122.ph.ph.cox.net [24.251.146.122]) by mx.google.com with ESMTPS id k8sm3119326pbk.63.2011.07.23.18.03.28 (version=SSLv3 cipher=OTHER); Sat, 23 Jul 2011 18:03:28 -0700 (PDT) Message-ID: <4E2B0CEE.5030707@gmail.com> Date: Sat, 23 Jul 2011 11:03:26 -0700 From: ssgriffonuser User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.17) Gecko/20110610 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1311454275.94349.YahooMailClassic@web36502.mail.mud.yahoo.com> In-Reply-To: <1311454275.94349.YahooMailClassic@web36502.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Sendmail not accepting connections on port 25 (solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2011 01:03:30 -0000 On 07/23/11 13:51, Bill Tillman wrote: > --- On Thu, 7/21/11, Bernt Hansson wrote: > > > From: Bernt Hansson > Subject: Re: Sendmail not accepting connections on port 25 > To: "ssgriffonuser" > Cc:freebsd-questions@freebsd.org > Date: Thursday, July 21, 2011, 3:31 AM > > > 2011-07-20 06:24, ssgriffonuser skrev: > >> I still can't telnet in from an external network. > To me, that sounds like your external network might be blocking outgoing traffic on port 25. > > Can you connect to any other mailservers on port 25? > > %telnet gmail-smtp-in.l.google.com 25 > Trying 74.125.77.27... > telnet: connect to address 74.125.77.27: Connection refused > telnet: Unable to connect to remote host > > My isp is blocking outgoing traffic on port 25. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to"freebsd-questions-unsubscribe@freebsd.org" > > > I am not surprised. Like in my previous reply, every ISP I've ever worked with blocks ports 25. They have this done by their 3rd tier techs because when you call them for help they will be clueless as to what you're talking about. The thing I've found with Comcast is they do what's called black listing your IP address with some service. They will claim that your server has been sending spam. When it actuality all they are doing is forcing you to go to their sales people and pay extra if you want to run a mail server on your LAN. Gone are the days when I could run my own mailserver at home. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to"freebsd-questions-unsubscribe@freebsd.org" Just to clarify I have a VPS that I want to run a mail server on. The problem ended up being that I had the priorities of the MX record backwards. However, I also learned that my home ISP blocks outbound traffic on port 25 (I thought it only blocked inbound) so I could not telnet to port 25 on my VPS. I want to say thanks again for all the comments and help.