-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update #28
Comments
Well, @bhuisgen seems to have abandoned it? Would you mean if we take over? I've been using this plugin with 1.1.0 without troubles. What doesn't work for you? |
there's an error saying the "cache" is not optional, which i "solved" by adding a default value in the db schema if you use posfixadmin, you see how it should behave (which is my workaround) |
Which driver are you using? |
yes, mysql backend for my postfix. the only change to the config i made was the DB config (user/password) and set "vacation_gui_vacationdate" to TRUE the dates seams that are not save in the DB mysql> select activefrom, activeuntil from vacation; |
Seems that $rcmail_config['vacation_gui_vacationmessage_html'] = TRUE option does not work anymore. |
As per my post in #26: The values are generated in php as Unix time, however Postfix requires them in 'YYYY-MM-DD HH:MM:SS' format. Below the write query is converted to the required format for Postfix to store and action. Change the following sections in your config.inc.php: // read data queries // write data queries |
Although I am no longer using this, it's good to know there's a solution to it. |
Hi, This solution does not work for LDAP driver. On Tue, Mar 15, 2016 at 12:43 PM, ovidiu [email protected] wrote:
|
This solution is specifically for the SQL Postfix integration as per the comments in the issue. I believe for your LDAP issue you would have to actually assign attributes to the following:
and ensure that the following areas are also changed to include the attributes you define above instead of 'null':
Looking at the LDAP driver it looks like if you define those values you should be okay.
|
The problem is LDAP keeps a date as is, in unix time and jquery calendar On Wed, Mar 16, 2016 at 1:55 AM, Amir Zarrinkafsh [email protected]
|
Based on my testing I noticed that the jquery calendar is expecting the date in unix time though, so I believe the issue might actually be something else.
|
Is this still under development ? seams like hasn't ben updated in a while, and roundcube is now @ version 1.1.0 and the plugin is broken..
The text was updated successfully, but these errors were encountered: