+ Reply to Thread
Page 5 of 9 FirstFirst ... 3 4 5 6 7 ... LastLast
Results 41 to 50 of 85

Thread: Managesieve patch

  1. #41
    roe1234 is offline Registered User
    Join Date
    Dec 2008
    Posts
    20
    Downloads
    0
    Uploads
    0

    Default Clarification

    For clarification, here is the rfc:

    RFC 5230 - Sieve Email Filtering: Vacation Extension

  2. #42
    vejoun is offline Registered User
    Join Date
    Oct 2007
    Location
    Germany, Schleswig-Holstein, Wielen
    Posts
    3
    Downloads
    1
    Uploads
    0

    Default Problem with TLS

    With this config all is ok. I can see the rules and add rules.
    Code:
    $sieverules_config['managesieve_host'] = 'ssl.foo.de';
    $sieverules_config['managesieve_port'] = 2000;
    $sieverules_config['usetls'] = false;
    $sieverules_config['folder_delimiter'] = null;
    $sieverules_config['include_imap_root'] = FALSE;
    $sieverules_config['ruleset_name'] = 'roundcube';
    $sieverules_config['multiple_actions'] = TRUE;
    If I change the conf to
    Code:
    $sieverules_config['usetls'] = true;
    I see no rules. No error. I can create a rule which will be saved with an ok, but the rules list stays empty.

    If I switch back to non-TLS the new rule appears.

    The server is an dovecot 1.1.8 with build-in ManageSieve. I tested the managesieve port with telnet and with gnutls-cli --starttls -p 2000 ssl.foo.de.
    It behave the same with non-TLS and TLS.

    Mike

  3. #43
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    This is a bug in the PEAR::Net_Sieve class (see PEAR :: Bug #14205 :: fetch the CAPABILITY string send after STARTTLS). There is a patch which fixes it so I will apply that in the next release.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  4. #44
    oscar is offline Registered User
    Join Date
    Jan 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    JohnDoh, did you have any further suggestions for the SetFlag issue?

  5. #45
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    oscar: please check your private messages.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  6. #46
    kuyaedz is offline Registered User
    Join Date
    Jan 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default trouble applying patch

    I am using roundcube v0.2 stable and I'm unable to apply the patch sieverules.BETA.r2240.patch.

    When I try to apply the patch I get the following:

    [root@mail ~]# patch -ul -d /usr/local/www/roundcube/ -p1 < sieverules.BETA.r2240.patch
    Hmm... Looks like a unified diff to me...
    The text leading up to this was:
    --------------------------
    |diff -Naur --exclude='*.svn*' roundcube_svn/index.php roundcube_pub/index.php
    |--- roundcube_svn/index.php 2009-01-18 11:24:41.000000000 +0000
    |+++ roundcube_pub/index.php 2009-01-18 18:46:19.000000000 +0000
    --------------------------
    Patching file index.php using Plan A...
    Hunk #1 succeeded at 193.
    Hmm... The next patch looks like a unified diff to me...
    The text leading up to this was:
    --------------------------
    |diff -Naur --exclude='*.svn*' roundcube_svn/plugins/sieverules/add.png roundcube_pub/plugins/sieverules/add.png
    |--- roundcube_svn/plugins/sieverules/add.png 1970-01-01 01:00:00.000000000 +0100
    |+++ roundcube_pub/plugins/sieverules/add.png 2009-01-18 18:46:18.000000000 +0000
    --------------------------
    Patching file plugins/sieverules/add.png using Plan A...
    patch: **** malformed patch at line 19: diff -Naur --exclude='*.svn*' roundcube/plugins/sieverules/config.inc.php roundcube_pub/plugins/sieverules/config.inc.php
    Any tips?

  7. #47
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    a couple of things. first it looks like the patch may have been altered since you downloaded it from my site, there is no line `diff -Naur --exclude='*.svn*' roundcube/plugins/sieverules/config.inc.php` in my version it is `diff -Naur --exclude='*.svn*' roundcube_svn/plugins/sieverules/config.inc.php`

    second if you are patching 0.2stable, the version from the RC website (not the SVN) then this patch will not work. Look in the older versions section and get the one for the release.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  8. #48
    kuyaedz is offline Registered User
    Join Date
    Jan 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by JohnDoh View Post
    second if you are patching 0.2stable, the version from the RC website (not the SVN) then this patch will not work. Look in the older versions section and get the one for the release.
    ok, I reinstalled roundcube to make sure it was pristine and then tried this patch <roundcubebject name="pagetitle" /> but I get a similar error.

    Is there any more info I can give you toward finding the right patch for the right version?

  9. #49
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    I'm sorry you are having problems but i have run the patches again without problems. I know other people havent had problems either. The best thing i can suggest if the patches dont work for you is that you apply them manually (there is an html version of the diff to help with that).
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  10. #50
    kuyaedz is offline Registered User
    Join Date
    Jan 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by JohnDoh View Post
    I'm sorry you are having problems but i have run the patches again without problems. I know other people havent had problems either. The best thing i can suggest if the patches dont work for you is that you apply them manually (there is an html version of the diff to help with that).
    One last try here..

    my install directory is /usr/local/www/roundcube. The patch has paths for roundcube_svn and roundcube_pub. Do I need to alter the patch to match my install path? There has got to be some simple reason why I'm having trouble with this patch and not had trouble with others..

    I'm running:
    patch -ul -d /usr/local/www/roundcube/ -p1 < sieverules.BETA.r2198.patch

    It appears to properly create the add.png and then crashes out on the next file in the patch.

    Any other guesses?

+ Reply to Thread
Page 5 of 9 FirstFirst ... 3 4 5 6 7 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts