Hi everyone,

I am trying to setup fetchmail to get my email from the server, procmail to sort my email, and mutt to read my email. So far, fetchmail appears to work. It gets the mail and puts it in /var/mail/username. I believe that the next step is to have procmail sort it into mailboxes. I have created a .mail dir in my home dir. I attached a copy of the .procmailrc file that I have written. It does not appear to work. Can someone tell me what is wrong with the config file. Any other comments or suggestions are also welcome.

MatthewMPP
#procmailrc file by MatthewMPP, 04-18-10
#routes incoming mail to appropriate mail boxes

#ASSIGNMENTS
PATH=/usr/bin:/usr/local/bin #this is where it looks for programs.
#MAILDIR=/var/mail/matthewmpp #this is where fetchmail put my email.
MAILDIR=/home/matthewmpp/.mail
#DEFAULT=/home/matthewmpp/.mail/all
LOGFILE=/home/matthewmpp/.procmail.log #this is where it should put the log.
SHELL=/bin/sh #this is the shell
VERBOSE=yes

#RECIPES
#Put mail into mailboxes
:0
* ^To:.*matthew...@cox.net
all

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reply via email to