10 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Unable to open mailbo...
FromSent OnAttachments
Rick ReumannApr 25, 2003 11:17 am 
GaryApr 25, 2003 12:25 pm 
W. SierkeApr 25, 2003 12:44 pm 
Rick ReumannApr 25, 2003 1:12 pm 
Rick ReumannApr 25, 2003 1:19 pm 
Rick ReumannApr 25, 2003 1:23 pm 
GaryApr 25, 2003 4:17 pm 
Rick ReumannApr 25, 2003 5:43 pm 
Devin RubiaApr 28, 2003 5:28 am 
David LaightApr 28, 2003 6:06 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Unable to open mailbox - have searched archives,docs,etcActions...
From:Gary (gary@mygirlfriday.info)
Date:Apr 25, 2003 12:25:43 pm
List:net.sourceforge.lists.courier-maildrop

On Fri, Apr 25, 2003 at 02:17:16PM -0400 or thereabouts, Rick Reumann wrote:

I'm stumped here. I've scoured the web and docs and am I my wit's end. Any help greatly appreciated...

I've set up getmail and I have getmail calling maildrop like this in my getmailrc file:

postmaster = |/usr/bin/maildrop

This should be postmaster = "|/usr/bin/maildrop"

(That alone was not easy to find out how to do.. It would be great if that was added to the docs of maildrop. If it's there I didn't see it).

getmail is very easy to find and config.. all you have to do is look for getmail, not maildrop... it is documented *both* in the readme files and the sample config file of getmail that is in the getmail dir when you install it... *or* you could go on Charles' site, and just look at a sample getmail file, which has all the info you will ever need. It is synonymous to you going to the Sendmail site looking for info on qmail.

I set up just one mailfilter to test things which looks like this:

if ( /^List-Id: "Struts Users Mailing List"/ ) { to /home/rickcr/Mail/Lists/struts-user/ } When I run getmail from the command line I get errrors:

... failed delivering message (command "/usr/bin/maildrop" exited 75 (/usr/bin/maildrop: Unable to open mailbox.)), skipping

I believe by default, maildrop will seek a Maildir format, and it appears you have mbox format with Mail. I am not sure (or care) if maildrop can use mbox.