[horde] Horde 5.1 Activesync does not work with Windows Phone 7.8 (Michael J Rubinsky)

Arjen de Korte arjen+horde at de-korte.org
Tue Jun 18 13:45:50 UTC 2013


Citeren Mail Admin <pinemail11 at gmail.com>:

> Here is copy of my conf.php related to log and activesync
>
> $conf['log']['priority'] = 'DEBUG';
> $conf['log']['ident'] = 'HORDE';
> $conf['log']['name'] = '8';
> $conf['log']['params']['append'] = true;
> $conf['log']['params']['format'] = 'default';
> $conf['log']['type'] = 'file';
> $conf['log']['enabled'] = true;
> $conf['log_accesskeys'] = false;
> ................
> $conf['activesync']['autodiscovery'] = 'full';
> $conf['activesync']['hosts']['imap']['host'] = 'mail.domain.com';
> $conf['activesync']['hosts']['imap']['port'] = 143;
> $conf['activesync']['hosts']['imap']['ssl'] = false;
> $conf['activesync']['hosts']['pop']['host'] = 'mail.domain.com';
> $conf['activesync']['hosts']['pop']['port'] = 110;
> $conf['activesync']['hosts']['pop']['ssl'] = false;
> $conf['activesync']['hosts']['smtp']['host'] = 'mail.domain.com';
> $conf['activesync']['hosts']['smtp']['port'] = 25;
> $conf['activesync']['hosts']['smtp']['popauth'] = true;
> $conf['activesync']['hosts']['smtp']['ssl'] = false;
> $conf['activesync']['outlookdiscovery'] = true;
> $conf['activesync']['logging']['path'] = '/var/log/';

Usually '/var/log' is only writeable by root. You'll want something like

    $conf['activesync']['logging']['path'] = '/tmp/sync/';

here. But before doing that, first create this directory and give the  
user Apache (or whatever other web server you're using) full  
permissions to this directory.

    mkdir -p /tmp/sync
    chown wwwrun:www /tmp/sync

Username and group may be different in your installation.

> $conf['activesync']['logging']['type'] = 'custom';
> $conf['activesync']['ping']['forcedheartbeat'] = 60;
> $conf['activesync']['ping']['deviceping'] = false;
> $conf['activesync']['ping']['waitinterval'] = 15;
> $conf['activesync']['enabled'] = true;
>
> your help is appreciated.
>
> Regards,
>
> Pine
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 308 bytes
Desc: PGP digitale ondertekening
URL: <http://lists.horde.org/archives/horde/attachments/20130618/15eaaef9/attachment.bin>


More information about the horde mailing list