From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 19:26:38 2008 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 AFBEA10656A8 for ; Mon, 23 Jun 2008 19:26:38 +0000 (UTC) (envelope-from ethan@stoneleaf.us) Received: from gateway08.websitewelcome.com (gateway08.websitewelcome.com [67.18.81.18]) by mx1.freebsd.org (Postfix) with SMTP id 6BB228FC14 for ; Mon, 23 Jun 2008 19:26:38 +0000 (UTC) (envelope-from ethan@stoneleaf.us) Received: (qmail 6658 invoked from network); 23 Jun 2008 19:08:37 -0000 Received: from gator410.hostgator.com (74.54.199.50) by gateway08.websitewelcome.com with SMTP; 23 Jun 2008 19:08:37 -0000 Received: from mail.admailinc.com ([72.11.125.166]:1340 helo=[192.168.10.139]) by gator410.hostgator.com with esmtpa (Exim 4.68) (envelope-from ) id 1KArGf-0002y6-8J; Mon, 23 Jun 2008 13:59:57 -0500 Message-ID: <486001D1.7090500@stoneleaf.us> Date: Mon, 23 Jun 2008 12:04:33 -0800 From: Ethan Furman User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FT References: <20080623070556.GA1618@remdog.net> <485FAA07.5050904@pukruppa.net> <20080623171207.GA1000@remdog.net> <20080623172602.GG27531@ece.pdx.edu> In-Reply-To: <20080623172602.GG27531@ece.pdx.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator410.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stoneleaf.us X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Subject: Re: Simple Text Mail Setup 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: Mon, 23 Jun 2008 19:26:38 -0000 FT wrote: >>>> ... But I can't send mail because the system >>>>isn't configured for that, and I'm in the dark as how to accomplish it. >>>>Is there somewhere that I can go for info on setting up a simple >>>>configuration which will let me send mail from Mutt? ... >> >>Well, I have had sendmail enabled, but my outgoing mail gets >>bounced with a message saying that Comcast has blocked the process. > > > Yes. On most residential connections, Comcast blocks port 25 to reduce > the spam burden created by compromised hosts. Your options are not to > send mail on port 25 (using port 587, for instance, but that makes you > unable to communicate with many servers) or to buy business class > service from Comcast, if they'll let you. You can try calling support > and asking to have 25 unblocked, but I have yet to hear of a case > where that was effective. > > -FT As an aside, I recently had a similar problem being able to send e-mail to my host (webgator.com) through Comcast's network -- a Comcast tech suggested using port 26 instead of 25, and that worked for me. -- Ethan