Koozali.org: home of the SME Server

Z-push su Sme 8 + SOGo

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Z-push su Sme 8 + SOGo
« on: February 13, 2013, 05:54:56 PM »
X nicolatiana :

Ho installato git e poi z-push da git e sono arrivato al passo che sul file INSTALL dice di creare l'alias nel file httpd.conf , ma sono riuscito solo a non far più avviare sme , in quale parte del file httpd.conf devo mettere il comando?
« Last Edit: February 13, 2013, 05:58:24 PM by dudi75 »

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #1 on: February 14, 2013, 06:04:27 PM »
Andando avanti ho trovato un topic che suggeriva di usare un ibay per lanciare z-push ma non c'era scritto come finiva .
Quindi ho fatto un ibay chiamato "activesync" e poi ho copiato dentro la dir html/ il contenuto della cartella di z-push.
Da browser adesso mi restituisce questo errore :
Z-Push
The configured LOGFILEDIR does not exist or can not be accessed.

idee?

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #2 on: February 15, 2013, 08:48:08 AM »
Poi siccome da un ibay non riesco ad accedere alla dir dei log ho provato con il contrib per installare una webapp . Che dite può essere una strada ? Se sto facendo o dicendo delle castronerie invito chiunque a fermarmi , grazie  :smile: .

Offline nicolatiana

  • *
  • 722
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #3 on: February 18, 2013, 08:36:21 AM »
Appena ho un attimo di tempo rimonto il disco dove avevo fatto le prove e ti faccio sapere.
 
Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #4 on: February 18, 2013, 11:13:51 AM »
Nel frattempo provo anche le istruzioni per installare z-push che ho trovato sul contrib di Zarafa per capire se posso adattarle a sogo .

Offline nicolatiana

  • *
  • 722
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #5 on: February 19, 2013, 09:50:07 PM »
Oltre a quanto descritto qui: https://github.com/xbgmsharp/sogosync
 
I file sono stati installati qui:
 
Quote
/home/e-smith/files/ibays/Primary/html/sogosync

Dentro il file config.php nella cartella di cui sopra, trovare la sezione seguente per impostare le cartelle di log e dei backend (per un server di IP 192.168.0.15):
 
Quote
*  Default settings
 */
    // Defines the default time zone, change e.g. to "Europe/London" if necessary
    define('TIMEZONE', 'Europe/Rome');
 
..........................
 
 /**********************************************************************************
 *  Default FileStateMachine settings
 */
    define('STATE_DIR', '/var/lib/z-push/');

/**********************************************************************************
 *  Logging settings
 */
    define('LOGFILEDIR', '/var/log/z-push/');
    define('LOGFILE', LOGFILEDIR . 'z-push.log');
    define('LOGERRORFILE', LOGFILEDIR . 'z-push-error.log');
    define('LOGLEVEL', LOGLEVEL_DEBUG);
    define('LOGAUTHFAIL', false);
 
...........................
 
 // ************************
    //  BackendIMAP settings
    // ************************
    // Defines the server to which we want to connect
    define('IMAP_SERVER', '192.168.0.15');
 
...........................
 
  // ******************************
        // BackendCalDAV settings
        // ******************************
        // %u is replaced by the username
        // Using HTTPS URL is recommended
        define('CALDAV_SERVER', 'https://192.168.0.15');
        define('CALDAV_PATH', '/SOGo/dav/%u/');
        define('CALDAV_PERSONAL', 'personal');
        define('CALDAV_URL', 'https://192.168.0.15/SOGo/dav/%u/');
        // Will ignore any change made on the mobile (true|false)
        define('CALDAV_READONLY', false);
        // ******************************
        // BackendCalDAV settings
        // ******************************
        // %u is replaced by the username
        // Using HTTPS is recommended
        define('CARDDAV_PERSONAL', 'personal');
        define('CARDDAV_URL', 'https://192.168.0.15/SOGo/dav/%u/Contacts/');
        // Will ignore any change made on the mobile (true|false)
        define('CARDDAV_READONLY', false);
.............................

Creare la cartella:
 
Quote
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf

dentro creare un file nominandolo 99AliasSogosync e inserire nel file la seguente istruzione:

Quote
Alias /Microsoft-Server-ActiveSync /home/e-smith/files/ibays/Primary/html/sogosync/index.php

Creare la cartella:
 
Quote
/etc/e-smith/templates-custom/etc/php.ini

dentro creare un file nominandolo 35zpush e inserire nel file le seguenti istruzioni:

Quote
php_flag magic_quotes_gpc = off
php_flag register_globals = off
php_flag magic_quotes_runtime = off
php_flag short_open_tag = on

quindi:
 
Quote
expand-template /etc/httpd/conf/httpd.conf
expand-template /etc/php.ini

Quote
db accounts setprop Primary PHPBaseDir '/home/e-smith/files/ibays/Primary/:/usr/share/awl/'
signal-event remoteaccess-update
/etc/init.d/httpd-e-smith restart

Mi pare che questi fossero tutti i passi indispensabili per fare funzionare la baracca.

Prova un po' a vedere se funziona tutto testando su https://192.168.0.15/Microsoft-Server-ActiveSync (ovviamente metti il tuo ip).

Dai le credenziali di un utente di SME e dovresti ottenere:

Quote
Z-Push - Open Source ActiveSync Version SVN checkout

GET not supported This is the Z-Push location and can only be accessed by Microsoft ActiveSync-capable devices

More information about Z-Push can be found at:
Z-Push homepage
Z-Push download page at BerliOS
Z-Push Bugtracker and Roadmap

All modifications to this sourcecode must be published and returned to the community.
Please see AGPLv3 License for details.

A questo punto passa a fare i test con un opportuno palmare M$-Like, cosa che io non ho potuto fare non avendo ordigni di quel tipo.

Nicola
« Last Edit: February 19, 2013, 10:09:46 PM by nicolatiana »
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #6 on: February 27, 2013, 04:38:44 PM »
Grazie Nick !!!!
Appena posso provo subito.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #7 on: March 21, 2013, 11:57:40 AM »
Scusa Nicola ma questo :

 // ******************************
        // BackendCalDAV settings
        // ******************************
        // %u is replaced by the username
        // Using HTTPS URL is recommended
        define('CALDAV_SERVER', 'https://192.168.0.15');
        define('CALDAV_PATH', '/SOGo/dav/%u/');
        define('CALDAV_PERSONAL', 'personal');
        define('CALDAV_URL', 'https://192.168.0.15/SOGo/dav/%u/');
        // Will ignore any change made on the mobile (true|false)
        define('CALDAV_READONLY', false);
        // ******************************
        // BackendCalDAV settings
        // ******************************
        // %u is replaced by the username
        // Using HTTPS is recommended
        define('CARDDAV_PERSONAL', 'personal');
        define('CARDDAV_URL', 'https://192.168.0.15/SOGo/dav/%u/Contacts/');
        // Will ignore any change made on the mobile (true|false)
        define('CARDDAV_READONLY', false);
.............................

nel file conf.php non c'è , lo aggiungo?

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #8 on: March 21, 2013, 12:18:16 PM »
Ho risolto , non seguivo bene le istruzioni nel git. Ora all'indirizzo web la pagina internet mi mostra :

Z-Push - Open Source ActiveSync
Version SVN checkout
FatalMisconfigurationException

The configured LOGFILEDIR does not exist or can not be accessed.

Trace:
Array
(
   
  • => Array

        (
            [file] => /home/e-smith/files/ibays/Primary/html/sogosync/index.php
            [line] => 126
            [function] => CheckConfig
            [class] => ZPush
            [type] => ::
            [args] => Array
                (
                )

        )

)




More information about Z-Push can be found at:
Z-Push homepage
Z-Push download page at BerliOS
Z-Push Bugtracker and Roadmap

All modifications to this sourcecode must be published and returned to the community.
Please see AGPLv3 License for details.

e non mi chiede nome utente e password.

Offline nicolatiana

  • *
  • 722
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #9 on: March 21, 2013, 12:20:46 PM »
Crea le cartelle di log:
 
Quote
define('LOGFILEDIR', '/var/log/z-push/');
    define('LOGFILE', LOGFILEDIR . 'z-push.log');
    define('LOGERRORFILE', LOGFILEDIR . 'z-push-error.log');

Oppure se ci sono controlla i permessi

Nicola
 
 
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #10 on: March 21, 2013, 12:35:36 PM »
Le cartelle /var/log/z-push/ e /var/lib/z-push/ ci sono e come permessi hanno www : www . Devo creare dentro anche i file z-push.log e z-push-error.log ?

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #11 on: March 21, 2013, 12:38:36 PM »
Scusa i permessi in dettaglio sono :

drwxr-xr-x  www per /var/log/z-push/ e /var/lib/z-push/

Offline nicolatiana

  • *
  • 722
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #12 on: March 21, 2013, 01:14:11 PM »
Da me i prermessi della cartella sono rwxrwxrwx; proprietario e gruppo corretti www
 
Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #13 on: March 21, 2013, 02:29:48 PM »
Da me i prermessi della cartella sono rwxrwxrwx; proprietario e gruppo corretti www
 
Nicola

quindi 777?
M A L E

755 dovrebbe essere sufficiente

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #14 on: March 21, 2013, 04:04:09 PM »
Non mi funziona con nessuno dei due . Dovrò riprovare tutto da capo ?  :sad:

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #15 on: March 21, 2013, 04:12:42 PM »
E poi 'z-push.log' e 'z-push-error.log' sono file o cartelle ?

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #16 on: March 21, 2013, 05:08:15 PM »
E poi 'z-push.log' e 'z-push-error.log' sono file o cartelle ?

sono ovviamente file e dovrebbero essere in /var/log/z-push

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #17 on: March 21, 2013, 05:09:32 PM »
Non mi funziona con nessuno dei due . Dovrò riprovare tutto da capo ?  :sad:

no.. devi guardare i log di http e ev. in /var/log/messages per capire cosa non funziona
eventualmente, guardando nelle FAQ, abiliti la visualizzazione degli errori di php

non si riparte mai da zero

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #18 on: March 21, 2013, 05:46:26 PM »
in messages non ho visto niente ma in http.access c'è questo :
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:05:27 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:05:28 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 127.0.0.1 - - [21/Mar/2013:16:05:48 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache (internal dummy connection)"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:05:53 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:05:54 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:11:42 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:14:36 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:14:46 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:14:47 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:16:14:48 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:06:32 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:42 +0100] "GET /server-manager/ HTTP/1.1" 307 290 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:42 +0100] "GET /server-common/cgi-bin/login?back=http%3a%2f%2f192.168.1.131%2fserver-manager%2f HTTP/1.1" 200 1085 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:44 +0100] "POST /server-common/cgi-bin/login HTTP/1.1" 200 429 "https://192.168.1.131/server-common/cgi-bin/login?back=http%3a%2f%2f192.168.1.131%2fserver-manager%2f" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:44 +0100] "GET /server-manager/ HTTP/1.1" 200 1539 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:45 +0100] "GET /server-manager/initial.cgi HTTP/1.1" 200 2194 "https://192.168.1.131/server-manager/" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:45 +0100] "GET /server-manager/navigation HTTP/1.1" 200 7291 "https://192.168.1.131/server-manager/" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:35:58 +0100] "GET /server-manager/cgi-bin/viewlogfiles HTTP/1.1" 200 23091 "https://192.168.1.131/server-manager/navigation" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:36:00 +0100] "POST /server-manager/cgi-bin/viewlogfiles HTTP/1.1" 200 186075 "https://192.168.1.131/server-manager/cgi-bin/viewlogfiles" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:36:16 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:36:20 +0100] "GET /server-manager/cgi-bin/viewlogfiles HTTP/1.1" 200 23091 "https://192.168.1.131/server-manager/navigation" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:36:27 +0100] "POST /server-manager/cgi-bin/viewlogfiles HTTP/1.1" 200 1874990 "https://192.168.1.131/server-manager/cgi-bin/viewlogfiles" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:38:05 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:38:08 +0100] "GET /server-manager/cgi-bin/viewlogfiles?page=0&Next=viewLog&filename=httpd/error_log&matchPattern=.&highlightPattern=&operation=view HTTP/1.1" 200 1907039 "https://192.168.1.131/server-manager/cgi-bin/viewlogfiles" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:39:25 +0100] "GET /server-manager/cgi-bin/viewlogfiles HTTP/1.1" 200 23091 "https://192.168.1.131/server-manager/navigation" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"

,può aiutare?

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #19 on: March 21, 2013, 05:57:39 PM »
ho trovato anche questo:

192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (2) init rewrite engine with requested uri /Microsoft-Server-ActiveSync
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (3) applying pattern '.*' to uri '/Microsoft-Server-ActiveSync'
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='GET' pattern='^(TRACE|TRACK)' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (3) applying pattern '^(.*)$' to uri '/Microsoft-Server-ActiveSync'
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='false' pattern='f' => matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='/Microsoft-Server-ActiveSync' pattern='!^/push/' => matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='' pattern='service=git-receive-pack' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='/Microsoft-Server-ActiveSync' pattern='/git-receive-pack$' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (3) applying pattern '.?' to uri '/Microsoft-Server-ActiveSync'
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (4) RewriteCond: input='' pattern='^(.+)' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (3) applying pattern '^/sogo(/.*|$)' to uri '/Microsoft-Server-ActiveSync'
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (3) applying pattern '^/webmail(/.*|$)' to uri '/Microsoft-Server-ActiveSync'
192.168.1.32 - - [21/Mar/2013:17:56:27 +0100] [192.168.1.131/sid#b96a3920][rid#b9898a78/initial] (1) pass through /Microsoft-Server-ActiveSync
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (2) init rewrite engine with requested uri /server-manager/cgi-bin/viewlogfiles
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (3) applying pattern '.*' to uri '/server-manager/cgi-bin/viewlogfiles'
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='GET' pattern='^(TRACE|TRACK)' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (3) applying pattern '^(.*)$' to uri '/server-manager/cgi-bin/viewlogfiles'
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='false' pattern='f' => matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='/server-manager/cgi-bin/viewlogfiles' pattern='!^/push/' => matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='page=0&Next=viewLog&filename=httpd/rewrite_log&matchPattern=.&highlightPattern=&operation=view' pattern='service=git-receive-pack' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='/server-manager/cgi-bin/viewlogfiles' pattern='/git-receive-pack$' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (3) applying pattern '.?' to uri '/server-manager/cgi-bin/viewlogfiles'
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (4) RewriteCond: input='' pattern='^(.+)' => not-matched
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (3) applying pattern '^/sogo(/.*|$)' to uri '/server-manager/cgi-bin/viewlogfiles'
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (3) applying pattern '^/webmail(/.*|$)' to uri '/server-manager/cgi-bin/viewlogfiles'
192.168.1.32 - - [21/Mar/2013:17:56:31 +0100] [192.168.1.131/sid#b96a3920][rid#b98ad1d0/initial] (1) pass through /server-manager/cgi-bin/viewlogfiles

 8)

Offline nicolatiana

  • *
  • 722
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #20 on: March 27, 2013, 07:28:51 PM »
Passi avanti ?
 
Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #21 on: March 28, 2013, 08:53:20 AM »
Purtroppo no  :sad: . Ho provato su google a cercare con parole chiave tipo diritti di scrittura utente www ma ci sono troppe varianti . Hai qualche suggerimento per fare una ricerca più mirata?

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #22 on: April 11, 2013, 08:38:44 AM »
Volevo ringraziare Nicola e Stefano , ma non sono riuscito a risolvere il problema e ho optato per passare a Zeg e che integra il  supporto ad exchange . Lo proverò e vi farò sapere.  8-)

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #23 on: April 11, 2013, 09:46:12 AM »
ho provato a guardare i tuoi log, ma non avendo tu usato il tag [ code ] è un po' difficile..

in ogni caso, in questa riga (ma non solo) trovo una risposta 500
Code: [Select]
insertsrl.local 192.168.1.32 - - [21/Mar/2013:17:38:05 +0100] "GET /Microsoft-Server-ActiveSync HTTP/1.1" 500 1266 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0"

che significa che c'è un errore..

non uso z-push quindi non posso esserti di aiuto..

per quanto riguarda ZEG, buon lavoro

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #24 on: April 11, 2013, 11:53:44 AM »
Lo so che c'è un errore , ma non riesco a risolverlo . Ho seguito la guida di Nicola passo passo ma sicuramente per mia ignoranza non riesco a capire dov'è l'errore . Metti poi che z-push è contemplato solo con zarafa ...... Ma tu cosa usi ?

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #25 on: April 11, 2013, 11:56:38 AM »
:-)

per capire l'errore potresti usare un browser e collegarti all'url
http://tuoserver/Microsoft-Server-ActiveSync

e vedere cosa ti scrive..

attualmente uso SME nudo e crudo.. solo impa(s)

prossimamente ci saranno delle installazioni con SOGo

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #26 on: April 11, 2013, 12:08:11 PM »
Come ho scritto prima l'errore è il seguente :

Z-Push - Open Source ActiveSync
Version SVN checkout
FatalMisconfigurationException

The configured LOGFILEDIR does not exist or can not be accessed.

Trace:
Array
(
   

    => Array


        (
            [file] => /home/e-smith/files/ibays/Primary/html/sogosync/index.php
            [line] => 126
            [function] => CheckConfig
            [class] => ZPush
            [type] => ::
            [args] => Array
                (
                )

        )

)




More information about Z-Push can be found at:
Z-Push homepage
Z-Push download page at BerliOS
Z-Push Bugtracker and Roadmap

All modifications to this sourcecode must be published and returned to the community.
Please see AGPLv3 License for details.

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #27 on: April 11, 2013, 12:09:05 PM »
E uso sogo principalmente per la rubrica e il condivisi sia da client mail che cell.

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #28 on: April 11, 2013, 05:56:50 PM »
ok, le directory esistono ma...

come stiamo a permessi "di attraversamento"?

faccio un esempio..

hai un albero di directory /var/dir1/dir2/dir3

dir3 ha i permessi giusti e permettono a www di entrare e fare..

ma, ad esempio, dir2 è un root:root 660.. www non potrà mai arrivare a dir3

come dicevo non ho più installazioni, ma guardando in un /var/log di una macchina a caso noto che tranne rari casi, tutte sono a root:root o smelog:smelog, nessun www:www

ergo c'è qualcosa da sistemare con i permessi.. per inciso, se guardi le dir httpd e httpd-admin in /var/log vedrai che sono rispettivamente a root e smelog..

HTH

p.s. no, non ho tempo di simulare la cosa, anche se la voglia ci sarebbe.. :-)

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #29 on: April 14, 2013, 09:08:20 AM »
Quindi imposto everyone / full controll ?  :lol:
Che cos'è impa(s) ?

Offline Stefano

  • *
  • 10,850
  • +2/-0
Re: Z-push su Sme 8 + SOGo
« Reply #30 on: April 14, 2013, 10:58:13 AM »
Quindi imposto everyone / full controll ?  :lol:

no, ti rileggi quello che ho scritto..

Quote
Che cos'è impa(s) ?

presumo sia imap(s): è un protocollo per scaricare la posta.. wikipedia e google ti sapranno essere di maggiore aiuto

Offline FrancescoC

  • ****
  • 226
  • +0/-0
Re: Z-push su Sme 8 + SOGo
« Reply #31 on: April 15, 2013, 08:51:17 AM »
Si scusa era solo una battutta . 8-)