From owner-freebsd-questions@FreeBSD.ORG Sun Dec 27 03:31:22 2009 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 44A06106566B for ; Sun, 27 Dec 2009 03:31:22 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.freebsd.org (Postfix) with ESMTP id 134C18FC08 for ; Sun, 27 Dec 2009 03:31:22 +0000 (UTC) Received: from [66.166.135.148] (helo=mail.joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1NOjqj-0002OP-LO for freebsd-questions@freebsd.org; Sat, 26 Dec 2009 22:31:21 -0500 Received: from [192.168.1.2] (lholcombe-desktop.localnet.local [192.168.1.2]) by mail.joeandlane.com (8.14.3/8.14.3) with ESMTP id nBR3VFC1006839 for ; Sat, 26 Dec 2009 21:31:15 -0600 (CST) (envelope-from lane@joeandlane.com) From: Lane Holcombe To: freebsd-questions In-Reply-To: <20091227011353.6c469eb8.freebsd@edvax.de> References: <305263.35898.qm@web56204.mail.re3.yahoo.com> <1261871439.24773.12.camel@lholcombe-desktop> <20091227011353.6c469eb8.freebsd@edvax.de> Content-Type: text/plain; charset="UTF-8" Date: Sat, 26 Dec 2009 21:31:41 -0600 Message-ID: <1261884701.24773.63.camel@lholcombe-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-DooleyDiligent-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: nBR3VFC1006839 X-DooleyDiligent-MailScanner: Found to be clean X-DooleyDiligent-MailScanner-From: lane@joeandlane.com X-Spam-Status: No X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec798c233b83dd7aab2d7e1ad464bdb9355b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.166.135.148 Subject: Re: Sendmail client configuration to connect to ISP's SMTP 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: Sun, 27 Dec 2009 03:31:22 -0000 On Sun, 2009-12-27 at 01:13 +0100, Polytropon wrote: > On Sat, 26 Dec 2009 17:50:39 -0600, Lane Holcombe wrote: > > Check out SMART_HOST in /usr/src/contrib/sendmail/cf/README > > I'm using the SMART_HOST functionality, too. But there's > no authentification (username + password). The relay I'm > using - my ISP's - seems to be happy with a valid IP from > their range. > > See if /usr/ports/mail/sendmail-sasl is what you need My ISP requires authentication, so I had to install that port and then add the "AuthInfo" line in /etc/mail/access My ISP is only using plain authentication, but sasl will work for more exotic needs, I understand. But, of course, if it ain't broke then don't try to fix it :) lane ~ The bikeshed should be orange for this to work properly ...