Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 23 Oct 2002 11:18:03 -0400 From: Jason Tishler Subject: Re: Cygwin/Procmail stops working after setup.exe upgrade In-reply-to: <20021023140716.GA1992@LEPIDUS> To: cygwin AT cygwin DOT com, Thomas Baker Mail-followup-to: cygwin AT cygwin DOT com, Thomas Baker Message-id: <20021023151802.GA1588@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <20021022114820 DOT GA2348 AT LEPIDUS> <20021022212639 DOT A31592 AT ms> <20021023091534 DOT GA2040 AT LEPIDUS> <20021023111614 DOT GB1776 AT tishler DOT net> <20021023114319 DOT GA1304 AT LEPIDUS> <20021023122523 DOT GE1776 AT tishler DOT net> <20021023123951 DOT GA2056 AT LEPIDUS> <20021023130239 DOT GA1308 AT tishler DOT net> <20021023140716 DOT GA1992 AT LEPIDUS> Tom, On Wed, Oct 23, 2002 at 04:07:16PM +0200, Thomas Baker wrote: > On Wed, Oct 23, 2002 at 09:02:39AM -0400, Jason Tishler wrote: > > The above .fetchmailrc line invokes procmail differently than > > "procmail -m". Since fetchmail is invoking procmail without the > > "-m" option, procmail is looking for $HOME/.procmailrc. My WAG is > > that procmail can't find your .procmailrc file. Hence, procmail > > defaults to sending all messages to /var/spool/mail/tbaker without > > any logging. Note that recent posts indicate an incorrect tbaker > > /etc/passwd entry. > > That's it!!! > > I created the directory /home/tbaker and copied e:/.procmail there, > and suddenly everything works again! I'm glad that you finally fixed your problem. > Bjoern suggested I map /home/tbaker to /cygdrive/e with "mount". The above is a very good suggestion, please follow it. If you stick with your unconventional directory structure, then use the following: $ mount -s -b e:/ /home/tbaker However, IMO, a much more general and useful approach is the following: $ mkdir X:/home $ mount -s -b X:/home /home where "X" is some drive letter. Note that the above will work for all users not just tbaker. > Would this allow me to delete the redundant copy > /home/tbaker/.procmailrc and just use /cygdrive/e/.procmailrc? Yes. > Would this "mount" command go into my .bash_profile? No, you just need to execute it once. Cygwin's mount table is persisted in the Windows registry. > (Any particular flags to use?) See above. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/