From owner-freebsd-questions@FreeBSD.ORG Tue Jun 6 21:54:27 2006 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 56A5416C2A9 for ; Tue, 6 Jun 2006 21:44:37 +0000 (UTC) (envelope-from toni@stderror.at) Received: from murus.stderror.at (stdin.stderror.at [83.65.196.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C14443D5A for ; Tue, 6 Jun 2006 21:44:34 +0000 (GMT) (envelope-from toni@stderror.at) Received: from bluebook.stderror.at (chello084114136241.14.15.vie.surfer.at [84.114.136.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by murus.stderror.at (Postfix) with ESMTP id 2E1025C32; Tue, 6 Jun 2006 23:46:47 +0200 (CEST) Received: from bluebook.stderror.at (localhost.localdomain [127.0.0.1]) by bluebook.stderror.at (8.13.6/8.13.4) with ESMTP id k56LjveP031394; Tue, 6 Jun 2006 23:45:57 +0200 (CEST) (envelope-from toni@stderror.at) Date: Tue, 06 Jun 2006 23:45:56 +0200 Message-ID: <8664je9cvf.wl%toni@stderror.at> From: Toni Schmidbauer To: =?UTF-8?B?IuXMydPFyiDiwcLFzsvPIg==?= In-Reply-To: <20060605140229.44BF5921832@uma.zeos.net> References: <20060605140229.44BF5921832@uma.zeos.net> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?B?U2hpavI=?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: sendmail client side smtp authentication problem 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: Tue, 06 Jun 2006 21:54:32 -0000 At Mon, 5 Jun 2006 17:02:29 +0300 (EEST), =E5=CC=C9=D3=C5=CA =E2=C1=C2=C5=CE=CB=CF wrote: > sendmail client side smtp authentication problem >=20 > My ISP wants my MTA authenticate itself from now on. > So, I read cf/README, added FEATURE(authinfo) in my localhost.mc, > created the file authinfo with one line i added the following lines to /etc/mail/.mc: define(`SMART_HOST',`your.isp.smart.host')dnl define(`confAUTH_MECHANISMS', `LOGIN PLAIN')dnl FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl then i created the dir /etc/mail/auth with mode 700 and the file client-info with mode 600. client-info has the following content: AuthInfo:your.isp.smart.host "U:username" "I:username" "P:password" "M:PLAI= N" this worked for me. hth, toni --=20 If you understand what you're doing, you're | toni at stderror dot at not learning anything. | Toni Schmidbauer -- Anonymous |