From owner-freebsd-questions@FreeBSD.ORG Tue Apr 12 21:15:40 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 D5E2516A4CE for ; Tue, 12 Apr 2005 21:15:40 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D14643D3F for ; Tue, 12 Apr 2005 21:15:40 +0000 (GMT) (envelope-from subhro.kar@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so1488380rnf for ; Tue, 12 Apr 2005 14:15:39 -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:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BMaDH+Kv+XkqO3h1zIFp1KNRAyLiE86FAJLUCh8OtaLe4RRbqYBznZSuaUU+LFSTYijs8aEtInxtb/WZKKSj8UbT1S6dyloaDkZZSYG5MS7EeU+Hd/a9AiYqx3w/NJSrnkVD2jy2jgYDBjuxHXb4DM2JHKFExkh40Ga49WuWnyY= Received: by 10.38.82.21 with SMTP id f21mr5692180rnb; Tue, 12 Apr 2005 14:15:39 -0700 (PDT) Received: from ?127.0.0.1? ([59.93.160.205]) by mx.gmail.com with ESMTP id 57sm52470rnc.2005.04.12.14.15.37; Tue, 12 Apr 2005 14:15:39 -0700 (PDT) Message-ID: <425C3A6B.6030706@gmail.com> Date: Wed, 13 Apr 2005 02:45:23 +0530 From: Subhro User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Per olof Ljungmark References: <425C1E0F.5030504@gmail.com> <425C3888.7010603@intersonic.se> In-Reply-To: <425C3888.7010603@intersonic.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: 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 21:15:41 -0000 Per olof Ljungmark wrote: > Subhro wrote: > . > . > >> >> 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] >> > May I kindly suggest that the answer is already there? It says: > "cannot connect to Courier authdaemond: No such > file or directory". > Either Postfix is looking in the wrong place or something's fishy > about the Courier authdaemond. What does the Courier log say? I did not explicitly install courier. Which is the port which I need to install? Regards S.