Czech localization Hello Horfic! i have made Czech translation for mailuser interface (i'm ON ISPC 3.0.3.2 & Roundcube4) Please add it to SVN Download from here http://repo.tvujweb.cz/ispconfig3/mailuser_interface/localization/czech.tar.gz
autoreply plugin - "set date" not working There is problem with autoreply config in this version Default Start on: and End by: dates in Roundcube plugin are 0000-00-00 00:00:00 No matter If you set them to valid or invalid value, no error message appears... In both cases In Mysql table then 0000-00-00 00:00:00 is always set for both dates 0000-00-00 00:00:00. Interresting is that autoreply is working anyway then... If you set any value for autoreply in ISPC, then Roundcube plugin is showing this value correctly when you open it. But when you change date to different value (also if the value is valid), 0000-00-00 00:00:00 is saved to MySQL table again I have tried it With Czech and also English version to be sure it's not matter of localization...
i got a little problem, when i install the Mailuser Interface on Rondcube 0.5, i can't login anymore with a mailuser. After i disable trhe Plugins, i can login. Is the Mailuser interface ready for 0.5??
Updated spanish and new galician translations Hi I attach new translation (galician language, gl_ES) and updated Spain Spanish (es_ES) Please, add them to the plugins Thank you for the ISPConfig Roundcube plugins. They are terrific!
Just a little correction One simple correction to the ispconfig3_spam gl_ES translation Please, apply it. Thank you
More corrections Sorry for the "corrections rain". I'm seeing them while I use roundcube. These are for the "ispconfig3_pass" and "ispconfig3_forward" translations. Please apply them Thank you!
Hi, I'm a new user of the ispconfig3 control panel, and i ran into a problem with these plugins for roundcube. I have a Debian Squeeze user with the latest ispconfig (3.0.3.2), and the latest roundcube webmail (0.5). If i activate the ispconfig3_account plugin, then it throws an error like this: SOAP error error fetching http headers. How can i repair this error, because everything works like a charm, but i would like to fire up this plugin, because it is a great help for my mail users. Thanks for the help! Regards, Zoltan
I´m using RC 0.4 and Tested 0.5. I have latest SVN version of ISPCONFIG. I see only diference i´m using Debian Stable (Lenny) not Squeeze (Testing). Make tests using Stable. and Testing if it work. I need make some tests on Squeeze to see any diferences. I´m wait for official release of Squeeze.
Hi, Thanks for the tip, i reinstalled the whole system (roundcube, and the plugins), reconfigure the remote user name and password and then it works. I love it! Maybe i do something wrong at morning, because i migrating to ispconfig during the whole night. Thanks again! Regards, Zoltan
Quote About Migration Don´t migrate accounts manually inserting data direct on database. IF you need migrate mass users use SOAP client to insert mail accounts. I experienced erase account information/data on manual inserts. Before update via panel.
updated/patched version of ispconfig3_forward for ISPConfig >3.0.3 Hello Horfic, I have updated/patched ispconfig3_forward plugin to use ISPConfig's (version >3.0.3) 'Send copy to' mailbox parameter instead of generating custom mail filter rules.
Hi, before congratulation for this useful plugins. I get a warning when only when I click on "Account","General": "Soap Error: Error Fetching http headers" Any other plugin "Password", "Fetchmail", "Forward",..... work perfectly Another question in the Spam Tab I don't get the value in the box Manage Modality Thank you for any suggestion
[PATCH] Integrate with identities. I've created a patch for the ispconfig3_account plugin. This patch hooks into identities, changing the email field to be a select (drop down) field populated with all aliases a user has access too. There is also a check on submitting the form, to prevent naughty users to override the form html. Users must be allowed to 'edit' their email field for this: Code: $rcmail_config['identities_level'] = 0; I have not tested this when using 'identities_level' = 2; *yet* Additionally, I moved some soap logic into a function of its own to make it more re-usable. Some other suggestions: svn propset:eol-style native on all files. I'm not a big fan of windows line endings cp nl_NL.inc nl_BE.inc
Roundcube 0.4 mentioned as required roundcube version, has any work or testing been done with 0.5.1. Installed and followed configuration, no account tab displayed. Is there a way to get this going or remove and install older version. Thanks for the help guys.
If I apply the following in main.inc.php while having an active session on roundcube, accounts tab becomes visible. // List of active plugins (in plugins/ directory) $rcmail_config['plugins'] = array("ispconfig3_account", "ispconfig3_autoreply", "ispconfig3_autoselect", "ispconfig3_pass", "ispconfig3_spam", "ispconfig3_fetchmail", "ispconfig3_filter", "ispconfig3_forward", "ispconfig3_wblist"); But as soon as I log out, I am unable to log back in again. Any ideas? Thanks
Have you tried enabling some logging? This is my (maybe (ir)relevant) configuration: // Note: I only use this for debugging. In production, I tend to prefer using syslog Code: // For some logging: $rcmail_config['debug_level'] = 1; $rcmail_config['log_driver'] = 'file'; $rcmail_config['smtp_log'] = true; $rcmail_config['log_logins'] = true; $rcmail_config['sql_debug'] = true; $rcmail_config['imap_debug'] = true; $rcmail_config['ldap_debug'] = false; $rcmail_config['smtp_debug'] = true; // List of active plugins (in plugins/ directory) $rcmail_config['plugins'] = array( 'vcard_attachments', 'jqueryui', 'compose_addressbook', 'ispconfig3_account', 'ispconfig3_autoreply', 'ispconfig3_filter', 'ispconfig3_pass', 'ispconfig3_forward', 'ispconfig3_spam', 'ispconfig3_wblist', ); Also, try to check out log files in /var/log/mail.*. Maybe they will give a clue to what is going wrong.