From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 15:43:46 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 2277916A422 for ; Thu, 8 Dec 2005 15:43:46 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21CC43D6E for ; Thu, 8 Dec 2005 15:43:15 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id C5482D2206C for ; Thu, 8 Dec 2005 10:41:32 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 08 Dec 2005 10:41:32 -0500 X-Sasl-enc: Z03OD0ebZz9PTceFttSLU02Fq1cg76q1nfvTFF2gbCt8 1134056491 Received: from gumby.localdomain (88-104-199-40.dynamic.dsl.as9105.com [88.104.199.40]) by frontend2.messagingengine.com (Postfix) with ESMTP id CCC785714A3 for ; Thu, 8 Dec 2005 10:41:31 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 8 Dec 2005 15:41:26 +0000 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512081541.28515.list-freebsd-2004@morbius.sent.com> Subject: Re: postfix help 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: Thu, 08 Dec 2005 15:43:46 -0000 On Wednesday 07 December 2005 23:01, Michael Sherman wrote: > Hello all. > > I am trying to get postfix to relay mail through my ISP, without much > luck though. > >... > relayhost = smtp.broadband.rogers.com > smtp_sasl_auth_enable = yes > smtp_sasl_security_options = noanonymous > smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd > > > Yet when I try to send any mail it gets bounced back by Rogers (which > uses Yahoo for mail services) : There is a how-to here for another ISP that uses Yahoo: http://efflandt.freeshell.org/sbc-smtp-auth.html#postfix One thing that springs to mind is that by omitting the "[]" around smtp.broadband.rogers.com you are asking for the MX servers to be used.