From owner-freebsd-questions@FreeBSD.ORG Thu May 10 19:37:02 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9BCA16A404 for ; Thu, 10 May 2007 19:37:02 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 78CEF13C45A for ; Thu, 10 May 2007 19:37:02 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so567056pyh for ; Thu, 10 May 2007 12:37:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qCg3qXDKINqs//YUuu+s2KkQHwM4CrCHl9Ouw/XUJamt6y/lGL1mZ+fmLYCpqCU2X1/U+oEFWNmuEUf42AbNtcHqcQtBplmjdgRs9EMVAEuhQvyZngSyWHA7aaR2q9CZT3pWi+CNbP+cQkj7cYDEILAE43Sl/+ChVPrLqHE0Mcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JgG65FU3e0/mDfRoQCBqk3jGrcojdxCcGZUV3yNSrGx70sXV2cSwgCg8eZq3+6KyT0k2aqrsZ26Xo6zUkT9eSfh7vgF60nzk5upki3sjmUu7qHo0u9f0QGt/QiFrGGoZsWQ1uaJvoQF0T6L/wvosY6Sts6CUehCOJDopq+yjRP8= Received: by 10.35.66.1 with SMTP id t1mr3598350pyk.1178825822018; Thu, 10 May 2007 12:37:02 -0700 (PDT) Received: by 10.35.13.12 with HTTP; Thu, 10 May 2007 12:37:01 -0700 (PDT) Message-ID: Date: Thu, 10 May 2007 14:37:01 -0500 From: "Jack Barnett" To: freeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: procmail filter for them all? 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: Thu, 10 May 2007 19:37:02 -0000 I have sendmail using procmail as the local deliver and each user has this in their .procmailrc file: LOGFILE=/u1/logs/$USER.procmail.log :0 $HOME/Maildir/ Is there a way to do that globally for all users so that they don't each need their own .procmailrc file?