Arvid Ephraim Picciani wrote: > Hi, > anyone can recommend an imap server? > Tried courier but i really dislike it. I don't run exim as root so courier > will just disconnect the client without any warning whatsoever becouse the > mails are owned by exim and not the user. (although the user can write them > through group rights). which is not acceptable. >
I've been using dovecot for a while now with no problems. > Also i'd like to filter spam into INBOX.Spam as well as mailing lists into > INBOX.SomeLists directly by exim. i figured i could use .forward, but it is > fairly limited. any other ideas to do that? > I use spamassassin + dspam to filter email. Spam is tagged by dspam in the headers. I then use the following simple .forward file: # Exim filter if $h_X-DSPAM-Result: is "Spam" then save mail/Junk elif $h_from: contains "[EMAIL PROTECTED]" then save mail/system elif $h_from: contains "[EMAIL PROTECTED]" then save mail/system elif not personal then save mail/lists endif --Yan -- o__ ,>/'_ o__ (_)\(_) ,>/'_ o__ Yan Seiner (_)\(_) ,>/'_ o__ Certified Personal Trainer (_)\(_) ,>/'_ o__ Licensed Professional Engineer (_)\(_) ,>/'_ Who says engineers have to be pencil necked geeks? (_)\(_) Help out my kids' school: http://www.seiner.com/blog/Travels/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
