From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 20:38:23 2008 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 B3F05106566C for ; Fri, 15 Aug 2008 20:38:23 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from raptor.centroin.com (asmtp.centroin.com [64.251.27.169]) by mx1.freebsd.org (Postfix) with ESMTP id 850FA8FC1A for ; Fri, 15 Aug 2008 20:38:23 +0000 (UTC) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) (authenticated bits=0) by raptor.centroin.com (8.14.3/8.13.8/CIP SMTP HOST) with ESMTP id m7FJOFra070494 for ; Fri, 15 Aug 2008 16:24:18 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Fri, 15 Aug 2008 17:22:36 -0300 (BRT) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: FreeBSD Questions Message-ID: <20080815144310.J83742@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Maildrop + sendmail 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: Fri, 15 Aug 2008 20:38:23 -0000 Hi all, Maybe it's not a FBSD problem, but I think someone here have the answer. I'm trying to use maildrop as MDA with sendmail, but I'm facing some troubles. That is, since some of my local users don't have defined a home dir, when maildrop is set to delivery mode (-d $u) in sendmail.cf, as shown in sendmail docs: FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop -d $u') the following message starts to show: Aug 15 11:43:25 host1 maildrop[75586]: Unable to change to home directory. If, on the other hand, I set it in sendmail as in manual mode: FEATURE(`local_procmail', `/usr/local/bin/maildrop', `maildrop /usr/local/etc/maildroprc') The maildrop processes start to grow, and the following message starts to show: Aug 15 12:02:32 host1 sm-mta[83296]: m7FEvVMM083288: timeout waiting for input from host1.mydomain.com during client greeting Aug 15 12:02:32 host1 sm-mta[83296]: m7FEvVMM083288: smtpquit: mailer local exited with exit value 75 It seems that no message body is sent to maildrop. Does any of you have successfully configured maildrop+sendmail in an scenario like that? - Marcelo