From owner-freebsd-questions Fri Sep 21 21:10:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts12-srv.bellnexxia.net (tomts12.bellnexxia.net [209.226.175.56]) by hub.freebsd.org (Postfix) with ESMTP id 1C7A837B41A for ; Fri, 21 Sep 2001 21:10:55 -0700 (PDT) Received: from d.tracker ([65.92.116.67]) by tomts12-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010922040940.BDCO8416.tomts12-srv.bellnexxia.net@d.tracker> for ; Sat, 22 Sep 2001 00:09:40 -0400 Received: (from david@localhost) by d.tracker (8.11.3/8.11.3) id f8L459T00576 for questions@freebsd.org; Fri, 21 Sep 2001 00:05:09 -0400 (EDT) (envelope-from david) Date: Fri, 21 Sep 2001 00:05:09 -0400 (EDT) From: David Banning Message-Id: <200109210405.f8L459T00576@d.tracker> To: questions@freebsd.org Subject: procmail setup question Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just installed procmail. I have a simple setup. The .procmailrc file reads; PATH=$HOME/bin:/usr/bin:/usr/ucb:/bin:/usr/local/bin:. MAILDIR=/var/mail # You'd better make sure it exists DEFAULT=$MAILDIR/david LOGFILE=$MAILDIR/from LOCKFILE=$HOME/.lockmail :0 * ^To.*bob@* bob :0 * ^X-Apparently-To.*davidbanning@* /usr/david/bsd the problem is that the mailbox "bob" has it's ownership taken over by me, "david". Then bob can't access his mailbox. I run fetchmail as user "david", which all my default mail goes to. How can I get procmail to keep bob's mailbox with bob ownership, and keep david's mailbox with david ownership? Any mail file created by procmail seems to have it's ownership changed by the person running fetchmail (which in-turn, runs procmail.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message