Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Mobility

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
LinkBack Thread Tools Search this Thread Display Modes
  #121 (permalink)  
Old 04-28-2010, 09:56 AM
Intermediate Member
 
Posts: 16
Default

Hi all

Does anyone have issues forwarding mails from a WM 6.5 device? If I forward an email, only the text I enter up to the signature is sent, nothing below is sent. However, if I click the "edit message" button (in the yellow strip), then the whole message is sent.

Is this intended behavior?

Using svn r28 and zpush 1.3RC.

Thanks
Reply With Quote
  #122 (permalink)  
Old 04-28-2010, 03:37 PM
Member
 
Posts: 11
Default

Good afternoon everyone,


I have installed yesterday z-push and the z-push backend for zimbra.

Rev 28 for the backend and 1.3 of z-push. Zimbra is 6.0.6.


I have much problems with the z-push stuff:

Rev 28 -> Push not working, contacts working, calendar not working
Rev 16 -> Push working, contacts working, calender not working

Rev 16/28 -> The folder list displays the inbox multiple times.


Someone has got this running without these problems?


Kind Regards
blabub

Last edited by blabub; 04-28-2010 at 05:07 PM..
Reply With Quote
  #123 (permalink)  
Old 04-30-2010, 07:21 AM
New Member
 
Posts: 3
Default

Hello everyone.

After 2 days debugging:
Line 1412 :
if($k == 'birthday' || $k = 'anniversary') {
Should be:
if($k == 'birthday' || $k == 'anniversary') {

With this typo, you cannot create contacts on client nor modify contact from client
(tested on 1.3)

Clagir
Reply With Quote
  #124 (permalink)  
Old 05-02-2010, 09:40 AM
Special Member
 
Posts: 104
Default

Installed
- Zimbra 6.06
- z-push 1.3 - released April 22, 2010
- zimbrabackend revision 28

changed config.php as follows
// The data providers that we are using (see configuration below)
// Change this line $BACKEND_PROVIDER = "BackendICS";
$BACKEND_PROVIDER = "BackendZimbra";

// ************************
// BackendICS settings
// ************************
// Insert for zimbra backend
define('ZIMBRA_URL', 'http://sync.XXXXXXXX.com');
define('ZIMBRA_SYNC_CONTACT_PICTURES', true);
define('ZIMBRA_VIRTUAL_CONTACTS',true);
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
define('ZIMBRA_VIRTUAL_TASKS',true);
define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);
define('ZIMBRA_HTML',false);

Log-in via Firefox
- GET not supported
- This is the z-push location and can only be accessed by Microsoft ActiveSync-capable devices.

OK

Palm Pre w/ webOS 1.4.1
- no mail sync
- no contact sync
- no calendar sync

Any ideas ?
__________________
Guest Ubuntu 10.04LTS x64 and Zimbra 7.1.3 w/ 7.1.3 patch
Host CentOS 6.2 x64 :: KVM :: LVM :: Hardware RAID
Reply With Quote
  #125 (permalink)  
Old 05-02-2010, 09:57 AM
Intermediate Member
 
Posts: 22
Default

Are you sure your ZimbraURL is something like http://sync.XXXXX.com (this should not be the adress, your cellphone will point to, it has to be the adress you access your zimbra web frontend) my ZimbraURL is something like https://mail.XXXXXXX.de. Just in case your webserver and zimbra installation is on the same machine and you use your apache as a proxy for zimbra, the ZimbraURL has to be something like http://localhost:[Port of your zimbra webserver]

Hope this will fix it,
Andreas
Reply With Quote
  #126 (permalink)  
Old 05-02-2010, 10:25 AM
Special Member
 
Posts: 104
Default

Quote:
Originally Posted by andywhy View Post
Are you sure your ZimbraURL is something like http://sync.XXXXX.com (this should not be the adress, your cellphone will point to, it has to be the adress you access your zimbra web frontend) my ZimbraURL is something like https://mail.XXXXXXX.de. Just in case your webserver and zimbra installation is on the same machine and you use your apache as a proxy for zimbra, the ZimbraURL has to be something like Zimbra offers Open Source email server software and shared calendar for Linux and the Mac.[Port of your zimbra webserver]

Hope this will fix it,
Andreas
You are correct. Thank you for the second set of eye's.

sync is my proxy
mail.XXXXXXXX.com is the url of the mail server

Thanks again.
__________________
Guest Ubuntu 10.04LTS x64 and Zimbra 7.1.3 w/ 7.1.3 patch
Host CentOS 6.2 x64 :: KVM :: LVM :: Hardware RAID
Reply With Quote
  #127 (permalink)  
Old 05-02-2010, 01:42 PM
Special Member
 
Posts: 104
Default

Quote:
Originally Posted by powrrrplay View Post
You are correct. Thank you for the second set of eye's.

sync is my proxy
mail.XXXXXXXX.com is the url of the mail server

Thanks again.
Well maybe not so fast. Does sync my email
revision 28 is not syncing address book and not syncing calendar.
__________________
Guest Ubuntu 10.04LTS x64 and Zimbra 7.1.3 w/ 7.1.3 patch
Host CentOS 6.2 x64 :: KVM :: LVM :: Hardware RAID
Reply With Quote
  #128 (permalink)  
Old 05-02-2010, 02:57 PM
Active Member
 
Posts: 38
Default

Quote:
Originally Posted by liverpoolfcfan View Post
I have just finished an implementation of the GetSearchResults function for the zimbra.php backend.

Please test, update, modify as required, and add to the the official build if you are happy with it.
Thank you! I have added it to revision 29.
Reply With Quote
  #129 (permalink)  
Old 05-02-2010, 02:57 PM
Active Member
 
Posts: 38
Default

Quote:
Originally Posted by clagir View Post
Hello everyone.

After 2 days debugging:
Line 1412 :
if($k == 'birthday' || $k = 'anniversary') {
Should be:
if($k == 'birthday' || $k == 'anniversary') {

With this typo, you cannot create contacts on client nor modify contact from client
(tested on 1.3)

Clagir
Thank you for letting me know. This is fixed in revision 29.
Reply With Quote
  #130 (permalink)  
Old 05-02-2010, 06:16 PM
Special Member
 
Posts: 104
Default

Quote:
Originally Posted by gnosbush View Post
Thank you for letting me know. This is fixed in revision 29.
eMail syncs!

Any ideas on why my contacts and calendar will not sync w/ revision 29... 28, 27, 26 ... ?
__________________
Guest Ubuntu 10.04LTS x64 and Zimbra 7.1.3 w/ 7.1.3 patch
Host CentOS 6.2 x64 :: KVM :: LVM :: Hardware RAID
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.