Koozali.org: home of the SME Server

Horde filters

Seeker

Horde filters
« on: October 31, 2006, 05:53:10 PM »
Do the Horde filters actually work? I have tried and tried to filter messages with no success.

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde filters
« Reply #1 on: October 31, 2006, 07:24:25 PM »
Quote from: "Seeker"
Do the Horde filters actually work? I have tried and tried to filter messages with no success.

They seem to work fine for me.  The filters don't actually work on incoming mail, they work on mail already arrived.  What do you have set for options/mail/filters?  I have the first three checked.  When I login, the filters are run.  I also have imp setup to check for new mail every 15 minutes, and when that happens, the filters are run again.  If I go to another folder other than inbox, I have the filter icon that I can run manually.

John
......

Seeker

Horde filters
« Reply #2 on: October 31, 2006, 07:45:26 PM »
Ahh got it. Thanks!!

Offline devzero

  • 4
  • +0/-0
Re: Horde filters
« Reply #3 on: January 01, 2009, 01:11:44 PM »
I don't get it :(

I have a couple of filter set upp, but they don't seem to be working. I can't find any options/mail/filters (i find options/filters and mail/filters) and I have no idea what imp is. Is there anyone that can help me out with a faq/howto?

Offline jjcuk

  • *
  • 90
  • +0/-0
Re: Horde filters
« Reply #4 on: January 02, 2009, 09:46:33 AM »
http://www.horde.org/imp/
for Imp info

I think if you look under options for mail , you will see the choices for filtering something like below

Apply filter rules upon logging on?  Help
 Apply filter rules whenever Inbox is displayed?  Help
 Apply filter rules whenever sidebar is refreshed?  Help
 Allow filter rules to be applied in any mailbox?  Help
 Show the filter icon on the menubar? 

as John says it filters the mail already in your inbox

Jim
Regards
Jim C

Offline devzero

  • 4
  • +0/-0
Re: Horde filters
« Reply #5 on: January 05, 2009, 10:59:57 AM »
Aha, I got it to work now, although they work different from what I was imagining. What I realy want is for the filters to run constantly server side, so that no matter what client i use, they will have run already. Is there any way to accomplish this?

Offline mrjhb3

  • *
  • 1,188
  • +0/-0
    • John Bennett Services
Re: Horde filters
« Reply #6 on: January 06, 2009, 04:43:48 AM »
Aha, I got it to work now, although they work different from what I was imagining. What I realy want is for the filters to run constantly server side, so that no matter what client i use, they will have run already. Is there any way to accomplish this?

Not with ingo.  It only runs client side rules and they are only active if you are running webmail.  I don't know if you could accomplish what you want with qmail or procmail rules.  Hopefully someone else with more knowledge could let you know or you could do further research into qmail and procmail rules.

John
......

Offline jonic

  • *
  • 103
  • +1/-0
Re: Horde filters
« Reply #7 on: January 07, 2009, 02:36:39 PM »
You can try the contrib from dungog (it filters the emails on the server side):
http://www.dungog.net/wiki/Usermanager#Mailsorting

Offline devzero

  • 4
  • +0/-0
Re: Horde filters
« Reply #8 on: January 07, 2009, 04:29:15 PM »
After having done the install:

yum --enablerepo=smecontribs install smeserver-userpanel
yum --enablerepo=smecontribs install smeserver-mailsorting
signal-event post-upgrade
signal-event reboot

I can't access the server-manager from my browser anymore, i get a password popup that won't accept any of my passwords, and gives me a 401 access denied when i cancel it.  How do I fix this?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Horde filters
« Reply #9 on: January 07, 2009, 09:07:10 PM »
first of all raise a bug in bugzilla..

then, login as root and do
Code: [Select]
rpm -e smeserver-mailsorting
rpm -e smeserver-userpanel
signal-event post-upgrade
signal-event reboot

ciao
Stefano
« Last Edit: January 07, 2009, 09:45:11 PM by nenonano »