| 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.
|  | | 
04-28-2010, 09:56 AM
| | Intermediate Member | |
Posts: 16
| | 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 | 
04-28-2010, 03:37 PM
| | | 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..
| 
04-30-2010, 07:21 AM
| | | 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 | 
05-02-2010, 09:40 AM
| | Special Member | |
Posts: 104
| | 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
| 
05-02-2010, 09:57 AM
| | Intermediate Member | |
Posts: 22
| | 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 | 
05-02-2010, 10:25 AM
| | Special Member | |
Posts: 104
| | Quote:
Originally Posted by andywhy | 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
| 
05-02-2010, 01:42 PM
| | Special Member | |
Posts: 104
| | Quote:
Originally Posted by powrrrplay 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
| 
05-02-2010, 02:57 PM
| | | Quote:
Originally Posted by liverpoolfcfan 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. | 
05-02-2010, 02:57 PM
| | | Quote:
Originally Posted by clagir 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. | 
05-02-2010, 06:16 PM
| | Special Member | |
Posts: 104
| | Quote:
Originally Posted by gnosbush 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
| | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |