+ Reply to Thread
Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 115

Thread: SpamAssassin MySQL Plugin

  1. #31
    henlon is offline Registered User
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    40
    Downloads
    6
    Uploads
    0

    Default

    Hi again and thanks for your interest in my current issue.

    I have installed a brand new installation of RC 0.3s
    Copied the latest version og sauserpref from the repository

    I got the same empty forms with just the botton 'SAVE'

    I looked in the RC log but there are no errors

    Here is the first part of my config.inc.php file.
    I have changed the password and the server string

    As a clue, the function with adding contacts from the addressbook make posts in the database

    $sauserprefs_config = array();

    // spamassassin database settings
    $sauserprefs_config['db_dsnw'] = 'mysql://root:mypassword@mysqlserver/sauserprefs';

    // PEAR database DSN for read only operations (if empty write database will be used)
    // useful for database replication
    $sauserprefs_config['db_dsnr'] = '';

    // use persistent db-connections
    // beware this will not "always" work as expected
    // see: PHP: Persistent Database Connections - Manual
    $sauserprefs_config['db_persistent'] = FALSE;

    // table that holds user prefs
    $sauserprefs_config['sql_table_name'] = "userpref";

    // name of the username field in the user prefs table
    $sauserprefs_config['sql_username_field'] = "username";

    // name of the preference field in the user prefs table, holds the name of the preference
    $sauserprefs_config['sql_preference_field'] = "preference";

    // name of the value field in the user prefs table, holds the value of the preference
    $sauserprefs_config['sql_value_field'] = "value";

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

    Default

    have you tried the things i said before ... using the version actually designed for 0.3s from the website and clearing your cache?

    if that made no difference then could you pm me some login details so I could see this for myself please?

    one more thing, which browser are you using?
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  3. #33
    henlon is offline Registered User
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    40
    Downloads
    6
    Uploads
    0

    Default

    Jippiee !!!

    It works.

    I must have an old repository version of userprefs.
    Last edited by henlon; 10-18-2009 at 12:54 PM.

  4. #34
    neonknight is offline Roundcube Newcomer
    Join Date
    Dec 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    Hello everyone, my first posting here

    How can I disable the language selector in the general setting tab? What needs to be set in $rcmail_config['sauserprefs_dont_override'] ?

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

    Default

    hi, try this:

    $rcmail_config['sauserprefs_dont_override'] = array('ok_languages', 'ok_locales');
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  6. #36
    mikey is offline Registered User
    Join Date
    Dec 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default New french translation

    Hello,

    Find attached to this message a new french translation file.
    French accents are HTML encoded when not in alert boxes.

    Many thanx Rosali for your comment. Hope it is OK now.

    Regards,
    Mike.
    Attached Files
    Last edited by mikey; 12-08-2009 at 10:58 PM.

  7. #37
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    I think JohnDoh won't be happy about that as the forum code will replace special chars by entities. Please attach your translation as a file utf-8 encoded without BOM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

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

    Default

    Thanks Mike. But why did you replace the accented characters with HTML entities? The proper characters should always be used I think.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  9. #39
    neonknight is offline Roundcube Newcomer
    Join Date
    Dec 2009
    Posts
    6
    Downloads
    0
    Uploads
    0

    Default

    JohnDoh, thank you for your reply, this works perfectly.

    I have corrected the German translatations (de_CH and de_DE) as they were full of typos. I also changed the form from the less formal "Du" to the formal "Sie", which might be more appropriate if you have paying customers
    Attached Files

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

    Default

    neonknight and mikey thanks for the translations i have added them to the repo
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

+ Reply to Thread
Page 4 of 12 FirstFirst ... 2 3 4 5 6 ... LastLast

LinkBacks (?)

  1. 06-09-2009, 07:41 PM

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