Announcement

Collapse
No announcement yet.

empty list of terms and actions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • empty list of terms and actions

    Hello,
    I have a new problem with the filter in OX6 with cyrus 2.2.

    When I will create a new Filter Rule, there is the list of Terms and actions are empty.
    So the rule that I can create with OX6 is that:
    ---------
    # Generated by OX Sieve Bundle on Wed Apr 29 09:14:51 CEST 2009
    ## Flag: |UniqueId:0|Rulename: Neue Regel
    if true
    {
    stop ;
    }
    -------------
    Nothing more is possible.
    I can not find any error messages. I have read something about cyrus-murder. Do I need this for the Filter?

    Thank you for helping.

  • #2
    Ok, I have found the reason, after I set the LogLevel to WARNING.

    In mailfilter.properties I have set "SIEVE CREDSRC=session" and OX have the session not found. I don't know why.
    So I have set this from to "SIEVE CREDSRC=imapLogin". Now it works.

    Comment


    • #3
      Hi,

      the difference between "session" and "imapLogin" is:

      session: takes the username from the login entered at the ox login page
      imaplogin: takes the username from the database field, it's the same value like used for the login to the imap server

      Greetings

      Comment

      Working...
      X