[Evolution] Configuring Evolution for local mail delivery



Using Debian stable; Evo 1.08

Have just switched from Sylpheed and am impressed! 

Want to config Evo to accept local mail delivery so that I can stop the
spam! 

1) Created fetchmailrc file: 

set postmaster "mpierce" 
set bouncemail 
set no spambounce 
set properties "" 
poll pop3.ie.net.au with proto IMAP 
       user 'mpierce' there with password 'XXXX' is 'mpierce' here
options keep 

poll mail.optusnet.com.au with proto IMAP 
       user 'mpierce' there with password 'XXXX' is 'mpierce' here
options keep 
    user 'mrpierce' there with password 'XXXX' is 'mrpierce' here
options keep 

2) Created procmail config file to use spamassassin: 
PATH=/bin:/usr/bin:/usr/local/bin 
#MAILDIR=$HOME/mail/    #Slash @ end of mailbox name tells procmail to
#store email in 'Maildir' format 
#instead of mbox format 
MAILDIR=$HOME/mail 
DEFAULT=inbox 
LOGFILE=$MAILDIR/logfile 

#Filters 
#Spamassassin 
#pipe the email through SpamAssassin 
:0fw 
| /usr/bin/spamassassin -L 
#evalute rule 1 and add spam status to email if spam 
:0 
* ^X-Spam-Status: Yes 
spam 

3) Select Tools / Mail Settings / Add 
Under server type, I select - Standard Unix mbox spool 
This doesn't work. A folder is created named 'Local' that contains an
icon for the INBOX and Trash. 

Two (2) error messages display: 
a) Error while 'Updating vfolders for uri:
spool:/home/mpierce/mail/inbox#INBOX': 
Summary and folder mismatch, even after a sync 
b) Error while 'Storing folder 'INBOX': 
Summary and folder mismatch, even after a sync 

What do I need to do here?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]