<br><br><div class="gmail_quote">On Mon, Nov 17, 2008 at 8:50 PM, Linda <span dir="ltr"><<a href="mailto:haniganwork@earthlink.net">haniganwork@earthlink.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
><br>
> You're right. Knowledge of maildir! I forgot that mailboxes are created<br>
> on the fly, at least they are in my Alpine app.<br>
><br>
><br>
</div>I've tried all the suggestions but nothing is working. I have everything<br>
as simple as possible to try to get it working before I move forward. I<br>
suspect the problem is that maybe the .procmailrc is not really being<br>
consulted. At first I thought it must be since I coduld change from mbox<br>
to maildir. However it seems if /var/mail/$USER is there fetchmail<br>
places the messages in maildir form even without the .procmailrc in place<br>
<br>
Here is what I have for .fetchmailrc<br>
<br>
poll isp.address protocol POP3 user username with password userpassword<br>
mda "procmail -d username"<br>
fetchall<br>
<br>
So is something in this the cause of the problem?</blockquote><div><br>I haven't had to work directly with procmail in years. The hints I would give you are:<br><br>- Consider using maildrop. While I haven't used myself, it seems like a reasonable alternative to procmail's madness.<br>
<br>- Use fetchmail's logging ("--logfile <filename> ") to discover what is going on with fetchmail.<br><br>If using procmail:<br><br>- Do create the maildir sub-dirs yourself, the person who said these are created for you seemed to be talking about *Alpine*. AFAIK procmail does not create the maildir sub-dirs.<br>
<br>- Check the permissions of the .procmailrc file, if the file is deemed insecure, it won't be used.<br><br>- Go to this page: <a href="http://lipas.uwasa.fi/~ts/info/proctips.html">http://lipas.uwasa.fi/~ts/info/proctips.html</a> this is
the best page of procmail tips there is. There you'll find a shell script to
test your procmailrc file
<a href="http://lipas.uwasa.fi/~ts/info/proctips.html#testbench">http://lipas.uwasa.fi/~ts/info/proctips.html#testbench</a> if you are
really going to use procmail, you'll need something like this.<br></div></div><br>- Get procmail to log what it does as well. Timo's page should show you how to do that.<br><br>HTH,<br>-- <br>Francisco<br>