On Thu, Feb 27, 2003 at 12:33:08PM -0500, David Mir wrote: > Your exactly right (of course!) I have chosen "custom" ./Maildir (I am pretty > sure this was the default). My questions is can I switch to Maildrop and not > mess up everyone's email up? ie. does maildrop by default deliver in > $HOME/Maildir (or ./Maildir) or do I have enter something in > /etc/courier/maildroprc (I read man page (maildrop) it says it can deliver to > maildir, does maildrop know automatically as opposed to mbox files)? Thank > you for your time, Sam, Courier rocks, you have convert me from Qmail!! If > there is some place that explains this I will be glad to read it.
I just finished doing this last Saturday. :) In etc/courierd, set: DEFAULTDELIVERY="| /path/to/maildrop" MAILDROPDEFAULT=./Maildir (DEFAULT variable in maildrop). Then: echo /path/to/maildrop > etc/maildrop # To tell courier that LDA is maildrop, this path should match DEFAULTDELIVERY above. You might also want to initialize etc/maildropfilter (see courier(8)). I also have etc/maildirfilterconfig as (for filtering setup from sqwebmail): MAILDIRFILTER=../.mailfilter MAILDIR=./Maildir A question I have is, how do I use deliverquota with maildrop as my DEFAULTDELIVERY? Right now, my etc/maildroprc looks like: # cat /etc/courier/maildroprc import SENDER import RECIPIENT import HOME xfilter "/usr/bin/spamc" (Recipients then filter using sqwebmail or outlook rules, on messages tagged [SPAM]). All I have to do is add to "| deliverquota -w 85 ./Maildir" ?? Will it take the quota from userdb? I am asking this because I saw a web reference that says maildrop now includes the functionality of deliverquota (http://freshmeat.net/releases/107972/). Binand ------------------------------------------------------- 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
