On Sun, Mar 25, 2007 at 01:02:19AM +0100, Mauro Sacchetto wrote: > Mutt + fetchmail works fine, but I've a problem with procmail. > My configuration is the following one:
> .procmailrc > ======================================================= > shell=/bin/sh > MAILDIR=$HOME/mail > DEFAULT= $MAILDIR/inbox > LOGFILE=$HOME/procmaillog > LOG=" > " > VERBOSE=yes > > :0 > * ^FROM [EMAIL PROTECTED] > $MAILDIR/alice > > :0 > * ^FROM [EMAIL PROTECTED] > $MAILDIR/gmail [snip other rules] Since you are dealing with mbox, you need: :0: * ^FROM [EMAIL PROTECTED] $MAILDIR/gmail Note the colon after the ":0", this is because mbox needs a lockfile. man procmailrc > > When I launch the macro to control and download my mails, > fetchmail find them, but I do find nothing in the mailboxes, > so that I dont' know where are those mails... > Do u find anything wrong in my configuratione files? Only what I've pointed out above. There is also an example procmail man page with "ex" in the name. I now use maildrop so can't remember the exact name. :-) dpkg -L procmail will list all the files which came with the procmail package. Hope this helps. -- Chris. ====== Don't forget to check that your /etc/apt/sources.lst entries point to etch and not testing, otherwise you may end up with a broken system once etch goes stable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]