Jos Chrispijn put forth on 9/19/2010 11:11 AM: > I have this email client that takes care of distrubition of email to > different mail folders. > As I now started to read my email with a mobile phone, there is a load > of messages that aren't sorted, as my 'home client' hasn't taken care of > that. > Is there a way of using rules on my email the moment it comes in so that > I am not dependend on my mail clients' rules anymore?
I was in a similar situation not long ago using TBird rules to do my message sorting into IMAP folders. When accessing my mail vi my Roundcube webmail server nothing was sorted. I grew tired of this. I was already using Dovecot for my IMAP server, so I converted to using Dovecot LDA for delivery instead of Postfix local, and using Sieve scripts to sort the mail into folders. If you don't use Dovecot IMAP, you can use a number of plugin delivery agents with Postfix, such as Procmail, Maildrop, and their respective scripting languages for sorting. -- Stan