From owner-freebsd-questions@FreeBSD.ORG Fri Apr 28 16:39:09 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 E9BD316A400 for ; Fri, 28 Apr 2006 16:39:09 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047CE43D67 for ; Fri, 28 Apr 2006 16:39:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3SGcnei013157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 28 Apr 2006 19:38:51 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3SGcrKp007344; Fri, 28 Apr 2006 19:38:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3SGcr6B007343; Fri, 28 Apr 2006 19:38:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 28 Apr 2006 19:38:53 +0300 From: Giorgos Keramidas To: Efren Bravo Message-ID: <20060428163853.GB7220@gothmog.pc> References: <20060428155043.49114.qmail@web25513.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060428155043.49114.qmail@web25513.mail.ukl.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.393, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: procmail and 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, 28 Apr 2006 16:39:10 -0000 On 2006-04-28 17:50, Efren Bravo wrote: > Hi, > > To store the users' mails on the server each one > into separate file I've installed procmail v3.22 > from ports and unpacked it to add "/" to > MAILSPOOLSUFFIX var inside /src/authenticate.c > file and I rebuilt and installed it again. > > #ifndef MAILSPOOLSUFFIX > #define MAILSPOOLSUFFIX "/" /* suffix > to force maildir or MH style */ > #endif > > but it doesn't work. > > What I missing? > Some suggestion? Is your Sendmail setup configured to use procmail for local email delivery? If not, you need to do that, and add your local system-wide procmail options or filters to `/usr/local/etc/procmailrc'.