From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 16:26:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 342E816A41F for ; Fri, 26 Aug 2005 16:26:14 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from netmusician.org (netmusician.org [209.67.223.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9FF743D55 for ; Fri, 26 Aug 2005 16:26:13 +0000 (GMT) (envelope-from joe@netmusician.org) Received: from localhost (unknown [127.0.0.1]) by netmusician.org (Postfix) with ESMTP id E14EB7309B; Fri, 26 Aug 2005 12:28:19 -0400 (EDT) Received: from netmusician.org ([127.0.0.1]) by localhost (netmusician.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27302-05; Fri, 26 Aug 2005 12:28:19 -0400 (EDT) Received: from [192.168.0.2] (12-202-175-149.client.insightBB.com [12.202.175.149]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by netmusician.org (Postfix) with ESMTP id 0F911730A4; Fri, 26 Aug 2005 12:28:19 -0400 (EDT) In-Reply-To: <810a540e050826040829ddc753@mail.gmail.com> References: <810a540e050826040829ddc753@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <052C67B2-ADF6-4B17-A545-B022BA00BFDE@netmusician.org> Content-Transfer-Encoding: 7bit From: Joe Auty Date: Fri, 26 Aug 2005 11:26:10 -0500 To: Pat Maddox X-Mailer: Apple Mail (2.734) X-Virus-Scanned: by amavisd-new at netmusician.org Cc: FreeBSD Questions Subject: Re: Forwarding mail to another server 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: Fri, 26 Aug 2005 16:26:14 -0000 You can setup an MTA like Postfix to respond to an alternate port in addition to port 25. So, for me, I send mail on port 2525 to my SMTP server which requires authentication over SSL. If this sort of setup is not feasible for you, would a .forward file in your home directory do what you want? On Aug 26, 2005, at 6:08 AM, Pat Maddox wrote: > My ISP (Bresnan) blocks outgoing traffic on port 25. I'd like to make > it so that the mail program automatically forwards requests to my > ISP's mail server, instead of trying to directly send mail to the > appropriate server. > > For example, if I did > mail pergesu@gmail.com > > And sent a message, my machine would send that to mail.bresnan.net and > have them pass it on. Is it possible to do that? If so, how? > > Thanks, Pat > _______________________________________________ > 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" >