On Sun, Oct 05, 2003 at 12:10:49AM -0500, Kenton Brede wrote: > I'm trying to get a simple mail system up consisting of procmail, > postfix and courier IMAP. Using mutt as my mail client. > > I currently use the combination with mbox. > > At first I thought this was a mutt problem but having tried several of > the different combinations in .muttrc, I've found on the list such as - > > set folder="~/Maildir" > set mbox_type=Maildir > set mask= !^[a-z] > > I tried - > > ~$ telnet localhost imap > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See > * COPYING for distribution information. > 0001 CAPABILITY > * CAPABILITY IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT > * THREAD=REFERENCES SORT > 0001 OK CAPABILITY completed > 0002 LOGIN "me" "password" > 0002 OK LOGIN Ok. > 0003 EXAMINE "INBOX" > * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent) > * OK [PERMANENTFLAGS ()] No permanent flags permitted > * 10 EXISTS > * 1 RECENT > * OK [UIDVALIDITY 1065228507] Ok > 0003 OK [READ-ONLY] Ok > > > 0003 EXAMINE "INBOX.openbsd" > * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent) > * OK [PERMANENTFLAGS ()] No permanent flags permitted > * 0 EXISTS > * 0 RECENT > * OK [UIDVALIDITY 1065292525] Ok > 0003 OK [READ-ONLY] Ok > > As you can see INBOX contains 10 mails and INBOX.openbsd is shown to > contain 0. > > Here is the ls output of the directory showing 3 mails - > > [EMAIL PROTECTED]:~/Maildir$ ls .openbsd/ > courierimapuiddb cur maildirfolder msg.OFoB msg.nFoB msg.rFoB new tmp > > The perms of the directories and mails of both folders are the same. I > created another folder "INBOX.sent" that I can read email from. The > mail going into the INBOX.openbsd folder has been sorted by procmail so > that might be the culprit but I don't know how. > > Here is my .procmailrc > > PATH=/usr/bin:/bin:/usr/local/bin > MAILDIR=$HOME/Maildir > DEFAULT=$MAILDIR/new > MAILLISTFOLDER=$MAILDIR/ > PMDIR=/tmp/procmail > LOGFILE=/var/log/procmail > > :0: > * (^TO|^CC*)[EMAIL PROTECTED] > $MAILLISTFOLDER.openbsd >
This is what it ended up being. I was sorting mail to INBOX.openbsd instead of INBOX.openbsd/new What a waste of a day:) Kent -- "I am always doing that which I can not do, in order that I may learn how to do it." --Pablo Picasso ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
