From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 17:34:22 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 0367916A41F for ; Wed, 28 Sep 2005 17:34:22 +0000 (GMT) (envelope-from gary@hayers.org) Received: from smtp-out5.blueyonder.co.uk (smtp-out5.blueyonder.co.uk [195.188.213.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE3543D48 for ; Wed, 28 Sep 2005 17:34:20 +0000 (GMT) (envelope-from gary@hayers.org) Received: from thor.hayers.net ([82.34.129.80]) by smtp-out5.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 28 Sep 2005 18:34:59 +0100 Received: from [192.168.8.3] (bart.hayers.net [192.168.8.3]) (authenticated bits=0) by thor.hayers.net (8.13.4/8.13.4) with ESMTP id j8SHY34s073566; Wed, 28 Sep 2005 18:34:03 +0100 (BST) (envelope-from gary@hayers.org) Message-ID: <433AD40D.6070803@hayers.org> Date: Wed, 28 Sep 2005 18:34:05 +0100 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sasa Stupar References: <20050928171833.A74DE1D793C@avs3.arnes.si> In-Reply-To: <20050928171833.A74DE1D793C@avs3.arnes.si> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter with Sophos (http://www.amavis.org) X-OriginalArrivalTime: 28 Sep 2005 17:34:59.0585 (UTC) FILETIME=[F3292710:01C5C452] Cc: freebsd-questions@freebsd.org Subject: Re: Problem with compiling sendmail+sasl 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: Wed, 28 Sep 2005 17:34:22 -0000 Sasa Stupar wrote: > Try installing /usr/ports/mail/sendmail-sasl > > Gary > > > > > I have found my error: I didn't change path in /etc/mailer.conf Now I have smtp auth. I have setup my pwcheck_method: passwd BUT now whe I try to send I get back denied. In the logs I have a line "Uknown password verifier". > Any idea? > > Sasa Course what you should follow is the instructions here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html Gary