procmail

Henning, Brian B.Henning at navitaire.com
Fri Feb 27 14:40:11 PST 2004


 cat /var/qmail/control/defaultdelivery
cat: /var/qmail/control/defaultdelivery: No such file or directory

Do I need to put maildir in here or something?

-----Original Message-----
From: Gary [mailto:gv-list-freebsdquestions at mygirlfriday.info] 
Sent: Friday, February 27, 2004 4:32 PM
To: freebsd-questions at freebsd.org
Subject: RE: procmail


Hi Brian,

--On Friday, February 27, 2004 03:55:47 PM -0600 "Henning, Brian" 
<B.Henning at navitaire.com> wrote:

> I tried removing everything in my recipes file, but that didn't work. 
> Any more thoughts?

What is the contents of your /var/qmail/control/defaultdelivery file?

Is it ./Maildir    or ./Maildir/  ?

Also regarding Andrew Gould's post, in part below,

> 1. In recipe examples that I've seen, there is a space between the 
> zero and  second colon in ":0 :".  I don't know if this matters.

With the Maildir format, the second ":" is not needed in recipes, as no 
locking is needed, just one of the benefits of Maildir format over mbox.

Mail is not stored on a spool, but as individual emails..


One other thing I just thought of...  I have this at the top of my 
.procmailrc file... (in my home dir)..

Put your paths here.. and

DEFAULT="~/Maildir/"
MAILDIR=$HOME/Maildir/

You also need a catchall recipe at the bottom..

:0w
/home/yourname/Maildir

or some such..

-- 
Gary
_______________________________________________
freebsd-questions at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list