

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Procmail recipe?| From | Sent On | Attachments |
|---|---|---|
| Steven N=?ISO-8859-1?B?+vE=?=ez | Sep 10, 2002 2:29 am | |
| Erik Slooff | Sep 10, 2002 2:55 am | |
| Binand Raj S. | Sep 10, 2002 3:52 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [courier-users] Procmail recipe? | Actions... |
|---|---|---|
| From: | Erik Slooff (er...@slooff.net) | |
| Date: | Sep 10, 2002 2:55:40 am | |
| List: | net.sourceforge.lists.courier-users | |
Hi Steve,
I am using Procmail with individual .procmail files for users wishing to use it. Here's my .procmail file for delivering into Maildirs for my courier-imap server and a recipe I use for spamassasin. Maybe this'll give you guidelines how to do in your case. BTW, my MTA is postfix.
Bye,
Erik
------------------------------------------------------ [10:56] erik@donkeykong:~ > less .procmailrc # Details in Check Your $SHELL and $PATH in Troubleshooting below ## SHELL=/bin/sh
# Directory for storing procmail configuration and log files # You can name this environment variable anything you like # or, if you prefer, don't set it (but then don't refer to it!) PMDIR=$HOME/Procmail
# change setting of default mailbox DEFAULT=$HOME/Maildir/
## SHELL=/bin/sh
# Directory for storing procmail configuration and log files # You can name this environment variable anything you like # or, if you prefer, don't set it (but then don't refer to it!) # Put ## before LOGFILE if you want no logging (not recommended) LOGFILE=$PMDIR/log
# To insert a blank line between each message's log entry, # uncomment next two lines (this is helpful for debugging) ## LOG=" ## "
# Set to yes when debugging VERBOSE=no
# Remove ## when debugging; set to no if you want minimal logging LOGABSTRACT=all
# Replace $HOME/Msgs with your mailbox directory # Mutt and elm use $HOME/Mail # Pine uses $HOME/mail # Netscape Messenger uses $HOME/nsmail # Some NNTP clients, such as slrn & nn, use $HOME/News # Mailboxes in maildir format are often put in $HOME/Maildir # NOTE: Upon reading the next line, Procmail does a chdir to $MAILDIR # and relative paths are relative to $MAILDIR MAILDIR=$HOME/Maildir/
# inclusion of filtering recipes goes here
[11:51] erik@donkeykong:~ > less Procmail/rc.spamassasin :0fw | /usr/local/bin/spamc -f -u erik
:0: * ^X-Spam-Status: Yes .Spam/
-----------------------------------------------------------
Hi all,
I'm trying to setup Courier IMAP, but (at least for the moment), need to continue using sendmail. I've been using procmail for some time, but can't seem to figure out the recipe that gives me a Maildir structure that Courier likes.
Does anyone have such a recipe, or pointers to documentation on the Courier Maildir format?
Regards, - Steve Nunez







