Forums: Zimbra Integration
For issues with the Zimbra Integration extensions for Joomla.
Back to Forum List
>>
Back to Topic List
-
Vicente
-
Posted: 28-Jan-2012 05:55:34 UTC By Vicente Azua
-
Hello,
I have a vmware server with zimbra open source edition (version 7), plus another server with Joomla 1.5.25.
I installed the module and it works ourzimbralogon wonderland, I wanted to incorporate the module ourzimbrambx but every time I activate it, I login in my joomla front end waits at the end of sale:
Could not contact mail server
Zimbra server using https
If I can shed some light on this problem will thank you
-
-
Re: Vicente
-
Posted: 28-Jan-2012 13:32:33 UTC By Administrator
-
Hi
Have you correctly the configured the module in the back-end?
In particular the server name and the HTTPS protocol?
Have you tested that you can access your zimbra server web gui via https from the server running Joomla?
Thanks, Richard
-
-
Problems with Joomla User plugins with JomSocial
-
Posted: 16-Jun-2011 08:31:43 UTC By Administrator
-
JomSocial takes over from com_user to handle user registrations.
After its first page, where it collects the Joomla user details (user, password, e-mail etc.) it saves this data to a temporary row in #__community_register via the addTempUser() function in components/comm_community/models/register.php where it hashes the password.
This means that later in the process, when the JomSocial profile registration is completed and the temp user details are retrieved to pass to Joomla to create a real user, there is no clear text password.
This means that when a Joomla User Plugin is called while Joomla saves the User details the onAfterStoreUser() event's $user array element "password_clear" is not a clear text password.
This causes problems in User Plugins that might want to create accounts in other systems.
-
-
Circumvention...
-
Posted: 16-Jun-2011 08:32:44 UTC By Administrator
-
Comment out lines 50-53 in components/com_community/models/register.php which leaves the password unhashed.
This IS a CIRCUMVENTION as the results is that the temp user's password is stored in the database in plain text.
-
-
Re: Circumvention...
-
Posted: 22-Jun-2011 06:34:29 UTC By Richard
-
There is another problem at controllers/register.php line 365. This line need to be commented out and it places, what is now, a plain text password in the Joomla User table. This prevents the user logging on as Joomla expects a hashed password in the table.
-
-
Joomla 1.6?
-
Posted: 28-Jan-2011 04:41:59 UTC By Adam
-
Any plans to update your Joomla integration extensions to support Joomla 1.6?
-
-
Re: Joomla 1.6?
-
Posted: 28-Jan-2011 07:43:54 UTC By Richard
-
Hi Adam.
"Plans" would be a little strong but I will be looking at this when I get time.
Richard
-
-
ourzimbrauser account locked
-
Posted: 19-Jan-2011 11:24:15 UTC By lolo
-
I use your modules with zimbra and everything works fine exectp that when I create a new account in joomla the account is created in zimbra but is loked.
Is it possible to activate it at creation ?
-
-
Re: ourzimbrauser account locked
-
Posted: 19-Jan-2011 11:32:33 UTC By Richard
-
If you use Joomla account activation then the Zimbra account should be created as locked. Once the Joomla user has responded to the Joomla activation e-mail and activated their Joomla account, the Zimbra account will be unlocked. If you don't use Joomla account activation, the Zimbra account should be created unlocked.
I hope this helps. Thanks, Richard
-
-
Re: ourzimbrauser account locked
-
Posted: 19-Jan-2011 18:41:36 UTC By lolo
-
Thanks ;)
I was tring the module on a test site so I was activating accounts manualy instead of clicking in the email link.
One more question : My site is already online and I already have user account in it. How can I create theses accounts in Zimbra (users already have registered) ? Export from joomla then import in Zimbra is not possible (password are crypted).
-
-
Re: Re: ourzimbrauser account locked
-
Posted: 20-Jan-2011 17:18:38 UTC By Richard
-
First, if you activate an account manually in Joomla, my user plugin, should send a command to Zimbra to unlock the account. Was this not happening?
Second, if you create the mailboxes in Zimbra to match the accounts in Joomla (regardless of the password), my extensions allow the Joomla user to access the Zimbra mailboxes without the passwords being synchronised. However, if they access the Zimbra mailbox outside of Joomla they will have an problem. BUT if they change their password in Joomla my plugin will pass the new password to Zimbra ending up with both systems having the same password.
Richard
-
-
Re: ourzimbrauser account locked
-
Posted: 22-Jan-2011 12:44:27 UTC By lolo
-
For the first point, the account was was still locked with manual activation (I use the lastest stable version of zimbra). Perhaps i have made a bas configuration. I will try again and give you a feed back.
For the second point, I will try tomorrow but that's seems a really good thing for me (I dont want the users to access zimbra directly-I need them to get into zibra via my website).
Nota :
- very good job on these modules ;)
- Have you tested on Joomla 1.6 and Zibra 7 beta ?
Thanks for all your replies.
Laurent
-
-
Re: Re: ourzimbrauser account locked
-
Posted: 22-Jan-2011 15:07:06 UTC By Richard
-
If you were activating the accounts via the users section of the Joomla back-end admin and my plugin was active, then the plugin will add a message to the message area at the top of the page, either saying that the account was updated ok or not. Did you see a message? If not then it looks like the plugin was not active.
I have NOT tested on Joomla 6 or Zimbra 7 Beta.
Richard
-
-
Re: ourzimbrauser account locked
-
Posted: 29-Jan-2011 11:08:00 UTC By lolo
-
OK thanks for all your answers !
I have tested again and I still have the problem of locked account (under zimbra) even if the user activate his account by clicking on the link the he receive by mail.
I have forgotten and I think it can have a big importance : i use community builder login module and not the one from zimbra.
Thanks.
-
-
Re: Re: ourzimbrauser account locked
-
Posted: 29-Jan-2011 11:49:44 UTC By Richard
-
Did you get the message I asked you about in my last post?
-
-
Re: ourzimbrauser account locked
-
Posted: 30-Jan-2011 15:23:06 UTC By lolo
-
No I haven't seen any message.
In fact, the plugin is installed and activated.
When I create a new account on Joomla (in the frontend via the community builder connexion module), the account is created in joomla, community builder and zimbra (but it's locked everywhere).
Then the user receive a mail with an activation link. He click on it, the account is activated on Joomla and community builder but not in Zimbra.
The zimbra account should be activated here if I understand what you say ?
If I delete the account (I use a module for CB), the account is deleted from CB, Joomla and Zimbra.
Laurent
-
-
Re: Re: ourzimbrauser account locked
-
Posted: 30-Jan-2011 15:40:17 UTC By Richard
-
You say you have not seen ANY messages created by the plugin? You should get a message raised when a user is created (frontend or backend) and you should get a message raised when the user is enabled/disabled or the password updated (frontend or backend). Are you saying that you don't get ANY of these messages?
-
-
Re: ourzimbrauser account locked
-
Posted: 31-Jan-2011 08:01:51 UTC By lolo
-
So I tested everything again this morning and now :
- When I create the user via the backend, I got the message and the user is created and activated everywhere. I have the message saying that it is ok in zimbra.
- When I create the user by the frontend (community builder login module), The user is created in zimbra but not activated (even if I click on the link that I receive by mail). I don't have any message talking about Zimbra In that case.
Thanks.
Laurent.
-
-
Re: Re: ourzimbrauser account locked
-
Posted: 31-Jan-2011 08:12:35 UTC By Richard
-
So what happens if the user is created via the frontend (community builder login module) BUT activated via the Joomla admin the backend? I think you will get the message and it will work. So it looks like the community builder login module is the issue.
Richard
-
-
zimbra 6.0.8
-
Posted: 01-Nov-2010 03:12:24 UTC By kerangka
-
Hello,
Thanks for your great module.
I want to know, is mod_ourzimbrambx supports used for zimbra 6.0.8?
i got error message "Could not contact Zimbra Server" after upgrade my zimbra from 6.0.6 to 6.0.8.
I'm already using the latest module.
Regards,
-
-
Re: zimbra 6.0.8
-
Posted: 01-Nov-2010 09:23:03 UTC By Richard
-
Hi, I have not tested yet on Zimbra 6.0.8.
I assume the module was working ok on 6.0.6, could you confirm?
I also assume you have not changed anything else, new server, hostname change, IP changes etc? Please confirm.
Thanks, Richard
-
-
Re: Re: zimbra 6.0.8
-
Posted: 01-Nov-2010 17:55:33 UTC By kerangka
-
Thanks for your quick reply
1. It work perfectly on 6.0.6
2. nothings changed, only upgrading
Regards,
-
-
Re: Re: Re: zimbra 6.0.8
-
Posted: 04-Nov-2010 19:28:49 UTC By Richard
-
Thanks for the clarification.
I will test with 6.0.8 as soon as I can.
I am planning to build a new server next week.
Ricard
-
-
Re: zimbra 6.0.8
-
Posted: 05-Nov-2010 11:43:18 UTC By kerangka
-
Glad to hear that.
Regards,
-
-
Re: Re: zimbra 6.0.8
-
Posted: 16-Nov-2010 18:45:10 UTC By Richard
-
Sorry but work on this has been delayed until next month due to priority changes with the client this work was being done for.
Richard
-
-
Re: Re: Re: zimbra 6.0.8
-
Posted: 22-Nov-2010 00:40:10 UTC By kerangka
-
no problem :)
Regards,
-
-
Zimbra MailBox Info Module Intregration
-
Posted: 02-Dec-2010 20:36:22 UTC By nipen
-
Hi,
I have visited this site and have checked the demo of the Zimbra - its really great.
I wanted to have this on my Joomla site and pl advise how do I configure the following:
Domain PreAuth key
PreAuth Domain
Zimbra Server name
HTTP or HTTPS HTTP HTTPS
Redirect URL
Thanks for your help in advance.
Best Regds,
Nipen
-
-
Re: Zimbra MailBox Info Module Intregration
-
Posted: 03-Dec-2010 08:35:07 UTC By Richard
-
Can I suggest downloading the documentation or perhaps reading the help on the configuration fields.
Richard
-
-
Re: zimbra 6.0.8
-
Posted: 18-Dec-2010 17:13:38 UTC By kerangka
-
Hi Richard,
have u test zimbra 6.0.8 ?
sorry for asking. thanks
Regards,
-
-
Re: Re: zimbra 6.0.8
-
Posted: 19-Dec-2010 09:53:17 UTC By Richard
-
Sorry, project delayed again :(
Looking like January.
Sorry, Richard
-
-
Re: zimbra 6.0.8
-
Posted: 19-Dec-2010 14:11:20 UTC By kerangka
-
hi, no problem :)
Thanks.
Regards,
-
-
All Mail Folders
-
Posted: 29-Apr-2010 12:50:44 UTC By shobha
-
hi ,
if i enable All Mail Folders in mail box
im getting this error
Warning: Missing argument 1 for zimbraSOAP::zimbra_get_folder(), called in /home/sitename/public_html/modules/mod_ourzimbrambx/mod_ourzimbrambx.php on line 110 and defined in /home/sitename/public_html/modules/mod_ourzimbrambx/zimbraSOAP/zimbraSOAP.php on line 128
-
-
Re: All Mail Folders
-
Posted: 29-Apr-2010 14:04:30 UTC By Richard
-
Thanks. I've been able to reproduce that problem so I will look at doing a fixed version of the module.
Richard
-
-
Re: Re: All Mail Folders
-
Posted: 29-Apr-2010 14:28:58 UTC By Richard
-
I've found the error in mod_ourzimbrambx. However, there is a larger problem exposed when this is fixed. For the moment only use the InBox. I will publish a fix soon.
Thanks, Richard
-
-
Notice PHP error message with SESSIOND variable
-
Posted: 27-Apr-2010 09:00:41 UTC By Michael REMY
-
hi !
hi !
i just downloaded and installed righlty the Zimbra Calendar Module !
It runs perfectly but i'm annoying by something, a screepy error message :
Notice: Undefined index: SESSIOND in E:\.......helper.php on line 76
shall you help me to solve it ?
i debug the response of the $x variable (an array), and it contains no SESSIOND key :
Array
(
[XMLNS] => urn:zimbraAccount
[AUTHTOKEN] => Array
(
[DATA] => 0_341cc503b36348397bd70b7f8b1....
)
[LIFETIME] => Array
(
[DATA] => 172800000
)
[SKIN] => Array
(
[DATA] => myzimbramail
)
)
By advance, thanks for help.
ps : and you did a really really good job with this extension ! congratulations. I hope you could make another ones based on the calendar like add a appointment from joomla to zimbra...)
-
-
Re: Notice PHP error message with SESSIOND variable
-
Posted: 27-Apr-2010 09:15:53 UTC By Richard
-
Hi.
I assume you are using Zimbra 6.x ?
If so, you should be ok just commenting out the line "$this->zimbra_session = $x['SESSIONID']['DATA'];" in helper.php until I fix this properly.
Please let me know if this works ok.
Thanks
Richard
-
-
Error..
-
Posted: 26-Apr-2010 07:07:26 UTC By Vinod
-
After installing mod_ourzimbrambx i am getting the error : XML error: SYSTEM or PUBLIC, the URI is missing at line 1.
Please Help...
-
-
Re: Error..
-
Posted: 26-Apr-2010 08:10:16 UTC By Richard
-
Please could you e-mail me screen shots of the error and the module's configuation page.
Please use the "Contact Me" address at the bottom of this page.
Richard
-
-
Re: Error..
-
Posted: 27-Sep-2010 19:41:47 UTC By khanali
-
I am getting exactly the same error its only with mod_ourzimbrambx and cal. other are working just fine
-
-
Re: Re: Error..
-
Posted: 27-Sep-2010 20:46:58 UTC By Richard
-
Could you try setting "Show All Mail Folders" to "Inbox Only" and see if that helps and let me know.
Richard
-
-
Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 06:33:09 UTC By Vinod
-
Hi All,
I am Trying to connect my Zimbra Server with Joomla with the Modules Downloaded from the site. Zimbra is set on https port. Zimbra Server Information Module works fine..shows me the service stats and the mails queue. The Zimbra calender Module and the Zimbra Mailbox module gives me an error Cannot connect to zimbra server. I generated the Key with gdpak command but still receive the same error. I need to know if Domain PreAuth is also required and what are the steps to generate it.
Thanks in Advance....
-
-
Re: Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 06:50:33 UTC By Richard
-
Please could you let me know the following;
1) Have you configured the modules to use HTTPS?
2) Do the modules work when the Zimbra Server is listening on HTTP?
3) Does your Zimbra Server host more than one mail domain?
"Domain PreAuth Key" is generated using the gdpak command and is required for HTTP and HTTPS connections. "PreAuth Domain" is only required if your server hosts more than one mail domain, it is the domain that is used by default or explicitly on the gdpak command.
Richard
-
-
Re: Re: Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 07:56:06 UTC By Vinod
-
Hi Richard,
Thanks for the Reply.
1. I have configured the modules to use HTTPS.
2. I have not checked using HTTP as m webserver is also running on the same server, and when i change to HTTP i cannot access my domain. It gives me the zimbra login page, instead of my webpage.
3. No i have only one single domain.
Thanks..
-
-
Re: Re: Re: Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 08:30:50 UTC By Richard
-
Please you you verify that an HTTP connection works. You can either change Zimbra to bind to a different IP/Port or change your webserver to bind to a different IP/Port.
Richard
-
-
Re: Re: Re: Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 08:34:03 UTC By Vinod
-
can you tell me how can i chane zimbra to bind to a different port.
-
-
Re: Re: Re: Re: Could Not Connect Zimbra Server
-
Posted: 22-Apr-2010 08:37:03 UTC By Richard
-
I would change the webserver, its a LOT easier.
Richard
-
-
Re: Re: Re: Re: Re: Could Not Connect Zimbra Server
-
Posted: 23-Apr-2010 12:37:07 UTC By Richard
-
Sorry your last post got corruped.
Please could you e-mailed me screen shots of the error and the module's configuation page.
Please use the "Contact Me" address at the bottom of this page.
Richard
-
-
integrating zimbra with joomla
-
Posted: 21-Apr-2010 08:38:07 UTC By shobha
-
Zimbra is set to https port and Zimbramailbox module shows canot connect to zimbra server,
but when i set to http port works fine.
Any solution to make the module support https connection.
-
-
Re: integrating zimbra with joomla
-
Posted: 21-Apr-2010 09:08:30 UTC By Richard
-
Hi, could you confirm that both the Zimbra Server is configured to accept HTTPS connections and that the mod_ourzimbrambx module is configured to make HTTPS connections.
Thanks, Richard
-
-
Blank Page after login with mod_ourzimbrambx
-
Posted: 18-Nov-2009 10:23:03 UTC By Gianni
-
Hi,
mod_ourzimbralogon works fine, but when I use only mod_ourzimbrambx and logon I show a blank page, anyone could help me?
Thanks in advance.
Gianni
-
-
Re: Blank Page after login with mod_ourzimbrambx
-
Posted: 18-Nov-2009 14:17:17 UTC By Richard
-
Hi
Are you using any other of my modules on the same page?
Richard
-
-
Zimbra Calendar
-
Posted: 18-Aug-2009 01:15:07 UTC By Leah
-
Hi.
I'm new to Joomla and PHP. I downloaded the Zimbra Calendar and transferred the dll files to my c:\\windows\system32 folder, and uncommented out the php_curl.dll extension in php.ini, but now I am getting an error that reads:
XML error: SYSTEM or PUBLIC, the URI is missing at line 1
but line 1 reads:
-
-
Re: Zimbra Calendar
-
Posted: 18-Aug-2009 19:18:20 UTC By Administrator
-
What are you trying to do exactly?
Richard
-
-
Could not contact zimbra server 2
-
Posted: 09-Jul-2009 16:19:42 UTC By matt
-
I have joomla 1.5.9 on ubuntu jaunty, php5.
I have installed all the modules and plugins following the joomla_Zimbra_howto_19-08-08.doc
The server information module - could not connect error.
mailbox information module on https works well :-)
zimbra logon module works well also :-)
zimbra account creation - could not connect error
i thought it might be the same issue phil had in an earlier post regarding a debian instance;
"I needed to change php.ini to set precision to larger than 12. (the default in php5 on Debian).
This was because the preauth string uses time()*1000 which results in a 13 digit number...
Thanks
Phil "
however i have changed my preauth string to 14 still no joy!
help! i've got logging on max and nothing is pointing the way...
-
-
Re: Could not contact zimbra server 2
-
Posted: 09-Jul-2009 19:33:15 UTC By Richard
-
Hi
Off the top of my head it sounds like your Zimbra server is not accepting http connections for admin connections. Is this true?
You can e-mail me if you want to discuss this further.
Richatd.
-
-
Re: Re: Could not contact zimbra server 2
-
Posted: 10-Jul-2009 13:15:44 UTC By matt
-
Hi
Do I need to set zmtlsctl to http only?
I currently have http redirected to https
Matt
-
-
Re: Re: Re: Could not contact zimbra server 2
-
Posted: 10-Jul-2009 19:23:56 UTC By Richard
-
Hi
At the moment some of my code still only supports http connections, some has the option of http or https. I have added this as a bug to my fixlist. For the moment and non-redirected http connection is required.
Richard
-
-
Not able to delete zimbra record from my joomla site (Veer Singh)
-
Posted: 15-Jun-2009 13:43:15 UTC By Richard
-
Hi that's good plugin to integrete zimbra to joomla..i can create account on zimbra from my joomla site. and also enable /desable from my joomla site but i faced problem with delete zimbra account only ....can any body guide me...
Thanks
veer singh
-
-
Re: Not able to delete zimbra record from my joomla site (Veer Singh)
-
Posted: 15-Jun-2009 13:45:19 UTC By Richard
-
In Joomla Admin, if you change the plugin parameters for my user plugin, you have the option to either disable or delete the Zimbra account.
Thanks, Richard
-
-
Zimbra Account Time Out?
-
Posted: 12-May-2009 13:49:59 UTC By Brandon
-
If a registered zimbra user logs into the joomla site, it shows the inbox stats and there is a little link to the inbox. This is great. My concern is that that link stays active even after the joomla account times out and requests that the user relogin.
Am i doing something wrong?
Is there a way to time out the zimbra account? I assume that i have to do that on the Zimbra server, but how do i do that? I dont want someone sitting at my machine to read my mail if i am logged out of joomla.
-
-
Re: Zimbra Account Time Out?
-
Posted: 12-May-2009 14:35:18 UTC By Richard
-
I assume you are refering to mod_ourzimbrambx? This generates a link that uses the default Zimbra Server PreAuth timeout. I will add a change to my ToDo list to update this to add a timeout as in mod_ourzimbralogon.
You dont need to worry about the link being used after you explicitly logon from Joomla as the link cannot be generated in this case as there is no current Joomla userid.
Richard
-
-
Re: Zimbra Account Time Out?
-
Posted: 13-May-2009 19:42:45 UTC By Administrator
-
Updated module has been published.
-
-
Is There a way to Automatically Log Into Zimbra?
-
Posted: 11-May-2009 18:58:11 UTC By Brandon
-
I have the Zimbra helplets installed and working perfectly. When i click on the joomla login button and enter my joomla/zimbra account name and password, it logs me into Joomla, and then a link pops up that i have to click on that says "logon to Zimbra as vward (my username)" is there anyway to skip that second step and just have it automatically log in to Zimbra if there is a matching zimbra account?
-
-
Re: Is There a way to Automatically Log Into Zimbra?
-
Posted: 11-May-2009 21:38:25 UTC By Richard
-
Hi, do you have my Zimbra Logon module (mod_ourzimbralogon) installed and correctly configured? As this is the function of that module. It allows a seemless logon to Zimbra from Joomla without a secondary Zimbra logon. You can see an example of this on the left hand side on the home pasge of this site after you have logged on to Joomla. Richard
-
-
Re: Is There a way to Automatically Log Into Zimbra?
-
Posted: 12-May-2009 13:44:11 UTC By Brandon
-
Yes, i figured it out. The module puts a link that says "logon to zimbra as user xyz" but it is unnecessary, because the account is already logged in. I simply removed that link from the php. Thanks
-
-
Re: Re: Is There a way to Automatically Log Into Zimbra?
-
Posted: 12-May-2009 14:23:21 UTC By Richard
-
I'll add that to my ToDo list. I'll change the module config to have an option to show the username or not. Thanks, Richard.
-
-
Re: Is There a way to Automatically Log Into Zimbra?
-
Posted: 13-May-2009 19:43:22 UTC By Administrator
-
Updated module has been published.
-
-
mod_ourzimbrabx page blanche après l'authentification joomla
-
Posted: 31-Mar-2009 15:02:33 UTC By zint1
-
I have just installed(settled) this module and I meet a problem when I authenticate then my homepage on which is this module gives me a blank page.
If somebody could help me I shall appreciate a lot
Thank you in advance
-
-
Re: mod_ourzimbrabx page blanche après l'authentification joomla
-
Posted: 01-Apr-2009 07:45:10 UTC By Richard
-
Hi, thanks for your post.
There are some conflicts between some of the modules. Could you check if you have more than one of them on your page at the same time? Also check that you are running PHP 5.
Thanks, Richard
-
-
Tag Heuer Carrera Replica Has Given Us the Chic Appearance.
-
Posted: 04-Feb-2012 09:03:36 UTC By Monicagr
-
If time permits, no matter online or perhaps off line, you should compare the watch that you'd like to buy with various other similar designs, and compare the retailers with others, in order to discover the most reliable seller as well as the most competitive price. Effective research will save your time and effort from the possible case that you purchase an inferior high quality replica watch. Getting useful advices via experienced people around a person is another effective way to get an ideal reproduction watch.
_________________
replica louis vuitton wallets
christian louboutin pumps
Inexpensive Breitling Replica Watches For Everybody
-
-
HTTP ERROR: 400
-
Posted: 15-Mar-2009 12:25:00 UTC By Steve Jacobs
-
Hi
I have Joomla 1.5.9 installed on a shared server and Zimbra 5.0.13 on a separate server. I have intalled the ourzimbrauser plugin in my Joomla site and that works - registering as a new user Joomla user creates a Zimbra user. However none of the modules work. mod_ourzimbralogon gives this error:
HTTP ERROR: 400
authentication failed for me@mydomain.ie
RequestURI=/service/preauth
All other modules (calendar, mailbox) give this error when viewed in Joomla:
Could not contact Zimbra Server
I have full root access to both servers and can't figure out why this isn't working. Any thoughts?
-
-
Re: HTTP ERROR: 400
-
Posted: 15-Mar-2009 12:47:44 UTC By Richard
-
Sorry to ask but have you generated a Domain key on Zimbra and configured the modules with this key? You can e-mail me directly if you want richard@all-our-email.com
-
-
Re: Re: HTTP ERROR: 400
-
Posted: 15-Mar-2009 15:21:51 UTC By Richard
-
Domain key was fine, Steve's problem was that his Joomla Server and the Zimbra Server for over 15 minutes out of clock sync. Clocks need to be within a couple of minutes or logon keys will expire.
-
-
Re: Re: Re: HTTP ERROR: 400
-
Posted: 15-Mar-2009 20:49:36 UTC By Steve Jacobs
-
I think the problem was that the Joomla server time was accurate, and the zimbra time was slow. Logging in to Joomla server resulted in a time that was in the future according to the zimbra server. Fixed by making sure ntpd was running on both servers.
-
-
Support for Zimbra Servers with multiple host name
-
Posted: 06-Feb-2009 19:20:47 UTC By Richard
-
mod_ourzimbracal, mod_ourzimbrambx and mod_ourzimbralogon have been updated to allow for Zimbra Servers that support multiple hosts. You can now configure the Domain name that your Domain PreAuth Key was generated for. This can be left blank to use the default Domain or if your Server only uses a single Domain. Many thanks to David Filadelfia for his help in indetifying the problem and helping with testing. Richard.
-
-
mod_ourzimbrambx InBox link always http
-
Posted: 15-Jan-2009 20:53:46 UTC By Administrator
-
Fixed in V1.0.4, Thanks, Richard
-
-
mod_ourzimbracal only connects using http
-
Posted: 15-Jan-2009 20:44:49 UTC By Administrator
-
This is fixed in V1.0.2, Thanks Richard
-
-
More than one domain preauth key
-
Posted: 20-Dec-2008 15:55:54 UTC By Uldis Jansons
-
Hi, I found your plugins very interesting. Just experimenting with my zimbra server, I found out, that settings for Login plugin allow to enter only one preauth key. As far as I figured out, each registered domain on ZCS server has to have its own preauth key, because I host several domains on the same server. Is it very hard to update config settings and add several preauth keys for your plugin to be used in multi domain environment? We use full email login and password to allow multi domain users to log in, without Virtual Servers, but that is another part of expansion.
-
-
Re: More than one domain preauth key
-
Posted: 21-Dec-2008 11:42:35 UTC By Richard
-
Thanks for your post. You are correct, at the moment this restriction does apply, the plugins only support talking to one Zimbra Domain from one Joomla site. It is possible to have multiple Joomla sites on the same server and each one could talk to a different Zimbra Domain but this would need a database for each site so quite a lot over overhead! I will add this to my wish list.
-
-
Blank frozen page after joomla logon
-
Posted: 18-Nov-2008 15:53:33 UTC By NTH Admins
-
When I set Joomla's Error Reporting to "Maximum" the blank page says:
Fatal error: Call to undefined function: hash_hmac() in /opt/www/html/norwoodma/modules/mod_ourzimbralogon/mod_ourzimbralogon.php on line 37
-
-
Re: Blank frozen page after joomla logon
-
Posted: 18-Nov-2008 16:23:41 UTC By NTH Admins
-
This page might have the answer:
http://www.directadmin.com/forum/archive/index.php/t-25671.html
I use PHP4!
-
-
Re: Blank frozen page after joomla logon
-
Posted: 22-Nov-2008 22:00:44 UTC By Richard
-
Thanks for taking the time to answer your own question. Richard.
-
-
Password Change
-
Posted: 10-Nov-2008 16:34:16 UTC By onlyfilmy
-
when i change password in your zimbra interface and log out from both zimbara and joomla.
and again try to login with new password in your joomla i get incorrect password error.
can you please synchronize both zimbara and joomla password
-
-
Re: Password Change
-
Posted: 10-Nov-2008 19:11:16 UTC By Richard
-
Hi, if you change your password in Joomla my Joomla user plugin will forward this password change to Zimbra. I have not implemented any way of passing a Zimbra password change back to Joomla. If you want this functionality then you will have to use LDAP authentication in Joomla using Zimbra as the LDAP server. Richard.
-
-
Re: Password Change
-
Posted: 26-Oct-2009 04:01:19 UTC By JimG
-
Quoting >>> I have not implemented any way of passing a Zimbra password change back to Joomla. If you want this functionality then you will have to use LDAP authentication in Joomla using Zimbra as the LDAP server. user record)?
I'm intrigued by your comment.
TIA
-
-
Re: Re: Password Change
-
Posted: 26-Oct-2009 07:06:19 UTC By Richard
-
Sorry, I wasnt clear in what I said. If you are using LDAP for authentication in Joomla and Zimbra is your LDAP Server, then if you change your password in Zimbra, you can use that new password to logon to Joomla. Not because the new password is "pushed" back to Joomla but because Joomla authenticates your logon using the Zimbra LDAP Server which knows your new password.
Richard
-
-
Re: Password Change
-
Posted: 26-Oct-2009 04:04:42 UTC By JimG
-
Something got erased in my last post...
Are you saying that the Joomla ldap authentication plugin will update the local Joomla user record if it finds one with whatever password was successful in the ldap process?
That's what I was trying to type out.
-
-
Error with zimbra calendar
-
Posted: 04-Nov-2008 13:18:11 UTC By James Noronha
-
Hi there,
Your zimbra integration tools are terrific... I am, however, having some trouble with the calendar module... I am attempting to integrate with a zimbra account that is on a different host.
I'm getting the following error:
Fatal error: Cannot use string offset as an array in /home/MYDOMAIN/public_html/intra/modules/mod_ourzimbracal/mod_ourzimbracal.php on line 68
-
-
Re: Error with zimbra calendar
-
Posted: 04-Nov-2008 16:47:21 UTC By Richard
-
Hi, sorry to hear you are having problems. Could you give some more details? When you say its on a different host, what do you mean, different from what? Thanks, Richard
-
-
Re: Re: Error with zimbra calendar
-
Posted: 05-Nov-2008 02:35:15 UTC By James Noronha
-
Oh sorry appears I wasn't clear enough...
i'm hosting my joomla site on a run of the mill standard hosting package at lunarpages.com, my zimbra server however is hosted at 01.com. The folks at 01 generated a preauth key for me so I have everythign needed... and your mailbox component and login components work fine... as well the calendar module will show that there ar appointments just so long as I leave the show details option off as soon as I flick the show detailed list of appointments option to on I get the fatal error.
Thanks for your help...
James
-
-
Re: Re: Re: Error with zimbra calendar
-
Posted: 05-Nov-2008 20:59:02 UTC By Administrator
-
Thanks for the extra details. I can reproduce the problem now and I'll look into fixing it. Richard.
-
-
BugFix posted
-
Posted: 06-Nov-2008 15:08:54 UTC By Administrator
-
I have uploaded a new version (V1.0.1) to the download area that should fix this bug. Thanks for your help, Richard.
-
-
Re: BugFix posted
-
Posted: 06-Nov-2008 15:59:41 UTC By James Noronha
-
Thanks Richard! Really appreciated
-
-
Mod_OurZimbraMBX - Fatal error: Cannot redeclare class xml2Array in xmlparse.php on line 3
-
Posted: 20-Oct-2008 21:05:31 UTC By Brandon
-
Good Day,
Love the idea of getting both Joomla 1.57 and Zimbra to work together. I have successfully got the info connector to work but once I publish the email module I get the following error:
Fatal error: Cannot redeclare class xml2Array in C:\websites\hospitality-now.com\homedir\public_html\modules\mod_ourzimbrambx\zimbraSOAP\xmlparse.php on line 3
I'm running Zimbra in a virtual Ubuntu 8.04 server environment which is running on my Windows Server 2008 box that is hosting my Joomla 1.57 site with php 5.2, mysql 5 on IIS7 with FastCGI. Both Joomla and Zimbra work fine independent of each other but once I publish the above module it breaks my Joomla site, however Zimbra still runs fine.
Any help would be greatly appreciated.
Thank You,
Brandon
DigiGround.com
Joomla 1.57, DocMan 1.4 rc3, Juga, Community Builder 1.1 (Legacy), Zimbra Admin (not functioning)
Hardware -
Windows Server 2008 all updates dual core 2.4 with 2gb ram Sata 500gb drives 100/mps link. Running IIS7 with FastCGI
-
-
Re: Mod_OurZimbraMBX - Fatal error: Cannot redeclare class xml2Array in xmlparse.php on line 3
-
Posted: 22-Oct-2008 19:24:30 UTC By Richard
-
Hi, sorry. There is a conflict if the two modules are included on the same page. I have some code restructuring to do to fix this. Richard.
-
-
redirect field limitations
-
Posted: 16-Oct-2008 21:52:22 UTC By mythmanq
-
I found out that the URL redirect fields has a maximum of 50 char, thus if your URL is longer then 50 char. it will not work correctly.
Maybe an update of the field with to be more then 50 char would be wise, perhaps 100 char in the next release.
everything else work good on joomla, 1.5.7
Thanks,
-
-
Re: redirect field limitations
-
Posted: 17-Oct-2008 07:34:29 UTC By Richard
-
The redirect field is set to 70 characters in the XML files that describe the modules that use a redirect. The code itself does not have a limit, anything can be used. I will updated the XML in the next release but what makes you say the limit is 50? Thanks, Richard
-
-
ourzimbrauser 1.32 error - could not contact Zimbra Server
-
Posted: 11-Oct-2008 00:06:49 UTC By mythmanq
-
hello,
I have joomla 1.5.7 on centos 5.2, apache 2.2.3,
ourzimbrauser version 1.3.1 work fine, however, when I try your new version 1.3.2, I got this error could not contact Zimbra Server and looking at the log it said line 98 has an undefined.
Also, can you put the older version back on your web site as well... I sure miss the older version.
thanks,
ref: from the httpd log
[Fri Oct 10 16:42:28 2008] [error] [client ***.***.***.***] PHP Notice: Use of undefined constant retun - assumed 'retun' in /var/www/html/plugins/user/ourzimbrauser.php on line 98, referer: http://www.******.com/index.php?option=com_comprofiler&task=registers
-
-
Re: ourzimbrauser 1.32 error - could not contact Zimbra Server
-
Posted: 12-Oct-2008 21:42:04 UTC By Administrator
-
Thanks for letting me know. I have corrected the module and published a new version(1.3.3) to the download area.
-
-
Could not contact Zimbra Server
-
Posted: 02-Oct-2008 10:45:24 UTC By Phil Taylor
-
Hello.
I am trying to use your mod_ourzimbrambx module.
I am using a self compiled version of Zimbra 5.0.11 (from FRANKLIN source) and Joomla 1.5.7.
I have configured the domain PreAuth key and set the Zimbra server name but I get the error in the subject.
I am using Debian Etch and have PHP v5.2 installed. Are there any other pre-requisite packages to get this to work?
I have created a user on Joomla with the same name/password as a user within the default domain on Zimbra...
Can you give me any suggestions?
Thanks
Phil
-
-
Re: Could not contact Zimbra Server
-
Posted: 02-Oct-2008 13:45:19 UTC By Phil Taylor
-
I have fixed this and now everything is working!
I needed to change php.ini to set precision to larger than 12. (the default in php5 on Debian).
This was because the preauth string uses time()*1000 which results in a 13 digit number...
Thanks
Phil
-
-
Re: Re: Could not contact Zimbra Server
-
Posted: 02-Oct-2008 16:44:08 UTC By Richard
-
Glad to hear you sorted it.
-
-
Zimbra Logout
-
Posted: 22-Sep-2008 04:20:01 UTC By Saliya
-
Thanks for these extinctions. It works great in my site, but there is small thing which is missing. If someone logout from the joomla, it doesn’t logout from the zimbra. So any one can access the mail using the URL it’s already logged in.
-
-
Re: Zimbra Logout
-
Posted: 22-Sep-2008 08:15:34 UTC By Richard
-
Joomla and Zimbra track user sessions indepentantly by use of a token that is managed by your browser on your machine. If you were to exit your browser and then start it again and access the site you will have to login again. Any other user on another pc will always be asked to login and will not pick up your token.
-
-
Re: Zimbra Logout
-
Posted: 22-Sep-2008 12:31:01 UTC By Saliya
-
Thanks for the quick response. How can i access the zimbra API, i was trying to find API documentation but i couldn't.
-
-
Re: Zimbra Logout
-
Posted: 22-Sep-2008 15:58:37 UTC By Richard
-
The documentation (such as it is) is distributed with Zimbra itself and is in text files in the /opt/zimbra/doc folder on your Zimbra Server.
-
-
Fatal error: Call to undefined function curl_init() in
-
Posted: 13-Aug-2008 22:01:23 UTC By Rafael
-
Hello, I am trying to configure my mail server Zimbros with Joomla and gives me the following error;
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\rcu.com.py\modules\mod_ourzimbrainfo\zimbraAdmin\zimbraAdmin.php on line 14
it can be?
At least disabling this option does not work for me like my site, someone I could lend a hand?
-
-
Re: Fatal error: Call to undefined function curl_init() in
-
Posted: 14-Aug-2008 07:08:33 UTC By Richard
-
Hello Rafael.
You need to install the Curl Client URL Library PHP extention.
Thanks, Richard
-
-
errors in Joomla! installation
-
Posted: 27-Jun-2008 07:10:03 UTC By gromoseka
-
Hi! It's very interesting idea, BUT I CAN'T INSTALL on my JOOMLA!
ver 1.0.12(RU).
I try to install it as module (mod_ourzimbrainfo.zip), but it says:
???????? module - ???????? ??????? (Load module - Load error)
??????: ?? ???? ????? Joomla! XML ???????????? ???? ? ??????.
(Error: Can't find Joomla! XML installation file in packet)
I try to find it manually, but i can't find it (*.xml )
WHat i must to do?
-
-
Re: errors in Joomla! installation
-
Posted: 27-Jun-2008 09:53:01 UTC By Richard
-
gromoseka
Sorry, this module is for Joomla 1.5 not 1.0
Richard
-
Copyright © 2012 All Our EMail. All Rights Reserved.
|