From owner-freebsd-questions@FreeBSD.ORG Tue Apr 12 19:14:33 2005 Return-Path: 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 4F01E16A4CE for ; Tue, 12 Apr 2005 19:14:33 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E161243D2F for ; Tue, 12 Apr 2005 19:14:32 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so1601759rng for ; Tue, 12 Apr 2005 12:14:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=tKv/9Faz/Gw0UziYB4KQPUg6oEpxkwm7DxRivqg4JoFYexm/roH7vsZH1A93V9Rb+fsM4VPBHD409LteyFtS64u+07mVwlhpE9xByXMNVxePKG8sumSCx4r6brOQYdnXMzKImDlr04Vrv4J+aIHaNKpMMwGHcL/0OV/ZQn9vz+g= Received: by 10.38.68.14 with SMTP id q14mr139574rna; Tue, 12 Apr 2005 12:14:32 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.160.227]) by mx.gmail.com with ESMTP id 74sm1498570rnb.2005.04.12.12.14.31; Tue, 12 Apr 2005 12:14:32 -0700 (PDT) Message-ID: <425C1E0F.5030504@gmail.com> Date: Wed, 13 Apr 2005 00:44:23 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SMTP problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 19:14:33 -0000 Hello folks, I am trying to set up a mailserver with virtual mailboxes and SASL authentication for SMTP. I am following the instructions at: http://high5.net/howto/ However when I try to connect to the SMTP, my log file shows: subhro@munich:/var/log# cat maillog Apr 13 13:04:40 munich postfix/smtpd[27064]: connect from unknown[59.93.160.227] Apr 13 13:04:51 munich postfix/smtpd[27064]: warning: SASL authentication failure: cannot connect to Courier authdaemond: No such file or directory Apr 13 13:04:51 munich postfix/smtpd[27064]: warning: SASL authentication failure: Password verification failed Apr 13 13:04:51 munich postfix/smtpd[27064]: warning: unknown[59.93.160.227]: SASL PLAIN authentication failed Apr 13 13:04:52 munich postfix/smtpd[27064]: warning: SASL authentication failure: cannot connect to Courier authdaemond: No such file or directory Apr 13 13:04:52 munich postfix/smtpd[27064]: warning: unknown[59.93.160.227]: SASL LOGIN authentication failed Apr 13 13:04:55 munich postfix/smtpd[27064]: lost connection after AUTH from unknown[59.93.160.227] Apr 13 13:04:55 munich postfix/smtpd[27064]: disconnect from unknown[59.93.160.227] Anyone would kindly point me to where I am going wrong? Regards S.