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

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
  #11 (permalink)  
Old 03-01-2010, 07:48 AM
Special Member
 
Posts: 104
Default Testing

I will break down my testing in to two segments for my Palm Pre v1.3.5 as there seems to be a difference in how zimbrabackend v19 performs. Nothing is showing up in my apache logs so I can only guess as to what is happening.

WiFi connection

Surfing works fine.

ZimbraBackEnd Mail sync.
- get mail does work
- send mail does not work

ZimbraBackEnd Contacts sync
- get contacts from server does not work
- update contact on Pre sync to server does not work

ZimbraBackEnd
- get calendar from server does not work
- update calendar on Pre sync to server does not work


Bell wireless connection

Surfing works fine.

ZimbraBackEnd Mail sync.
- get mail does work
- send mail does not work

ZimbraBackEnd Contacts sync
- get contacts from server does work first time
- get contacts update from server does not work there after
- update contact on Pre sync to server does not work

ZimbraBackEnd
- get calendar from server does work first connect
- get calendar sync from server does not work there after
- update calendar on Pre sync to server does not work
__________________
Guest Ubuntu 10.04LTS x64 and Zimbra 7.1.3 w/ 7.1.3 patch
Host CentOS 6.2 x64 :: KVM :: LVM :: Hardware RAID

Last edited by powrrrplay; 03-01-2010 at 10:21 AM..
Reply With Quote
  #12 (permalink)  
Old 03-01-2010, 02:52 PM
Special Member
 
Posts: 104
Default my config.php

I have added my config.php.

My z-push vhost is on my apache proxy server and I have another server for my zimbra. Do I have to set up the IMAP host (etc. etc. below) or do I just need the zimbra backend setup in conf? Here is a copy of my conf file. I also deleted ics.php.

Code:
<?php
/***********************************************
* File      :   config.php
* Project   :   Z-Push
* Descr     :   Main configuration file
*
* Created   :   01.10.2007
*
* � Zarafa Deutschland GmbH, www.zarafaserver.de
* This file is distributed under GPL v2.
* Consult LICENSE file for details
************************************************/
    // Defines the default time zone
    if (function_exists("date_default_timezone_set")){
        date_default_timezone_set("Europe/Amsterdam");
    }

    // Defines the base path on the server, terminated by a slash
    define('BASE_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . "/");

    // Define the include paths
    ini_set('include_path',
                        BASE_PATH. "include/" . PATH_SEPARATOR .
                        BASE_PATH. PATH_SEPARATOR .
                        ini_get('include_path') . PATH_SEPARATOR .
                        "/usr/share/php/" . PATH_SEPARATOR .
                        "/usr/share/php5/" . PATH_SEPARATOR .
                        "/usr/share/pear/");

    define('STATE_DIR', 'state');

    // Try to set unlimited timeout
    define('SCRIPT_TIMEOUT', 0);

    //Max size of attachments to display inline. Default is 1MB
    define('MAX_EMBEDDED_SIZE', 1048576);

    // Device Provisioning
    define('PROVISIONING', true);
    
    // This option allows the 'loose enforcement' of the provisioning policies for older 
    // devices which don't support provisioning (like WM 5 and HTC Android Mail) - dw2412 contribution
    // false (default) - Enforce provisioning for all devices
    // true - allow older devices, but enforce policies on devices which support it  
    define('LOOSE_PROVISIONING', false); 
    
    // The data providers that we are using (see configuration below)

    //                                              Added by TS
    $BACKEND_PROVIDER = "BackendZimbra";
    define('ZIMBRA_URL', 'http://mail.xxxx.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',true);
    //                                              End add by TS

    // $BACKEND_PROVIDER = "BackendICS";            Changed by TS... see zimbra backend added above   

    // ************************
    //  BackendICS settings
    // ************************

    // Defines the server to which we want to connect
    define('MAPI_SERVER', 'file:///var/run/zarafa');


    // ************************
    //  BackendIMAP settings
    // ************************

    // Defines the server to which we want to connect
    // recommended to use local servers only
    define('IMAP_SERVER', 'localhost');
    // connecting to default port (143)
    define('IMAP_PORT', 143);
    // best cross-platform compatibility (see http://php.net/imap_open for options)
    define('IMAP_OPTIONS', '/notls/norsh');
    // overwrite the "from" header if it isn't set when sending emails
    // options: 'username'    - the username will be set (usefull if your login is equal to your emailaddress)
    //        'domain'    - the value of the "domain" field is used
    //        '@mydomain.com' - the username is used and the given string will be appended
    define('IMAP_DEFAULTFROM', '');
    // copy outgoing mail to this folder. If not set z-push will try the default folders
    define('IMAP_SENTFOLDER', '');


    // ************************
    //  BackendMaildir settings
    // ************************
    define('MAILDIR_BASE', '/tmp');
    define('MAILDIR_SUBDIR', 'Maildir');

    // **********************
    //  BackendVCDir settings
    // **********************
    define('VCARDDIR_DIR', '/home/%u/.kde/share/apps/kabc/stdvcf');

?>
I ask this because there are no error messages in apache and the debug text file does not specifically report a problem. I can't figure out why I can not send mail from my pre.
__________________
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.