[Tickets #12296] Re: SyncML stopped working it was good in 5.0.3
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Jun 4 11:13:00 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12296
------------------------------------------------------------------------------
Ticket | 12296
Updated By | szimszon at oregpreshaz.eu
Summary | SyncML stopped working it was good in 5.0.3
Queue | Synchronization
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
szimszon at oregpreshaz.eu (2013-06-04 11:13) wrote:
And it works with the webpage ...
>> For some reason, IMP cannot be authenticated. What's you
>> authentication setup in Horde and IMP, and does it work for that
>> account through the web interface?
>
> horde:
> conf['auth']['admins'] = array('szimszon at oregpreshaz.eu');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['resetpassword'] = true;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = false;
> $conf['auth']['list_users'] = 'list';
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';
> $conf['auth']['params']['count_bad_logins'] = false;
> $conf['auth']['params']['login_block'] = false;
> $conf['auth']['params']['login_block_count'] = 5;
> $conf['auth']['params']['login_block_time'] = 5;
> $conf['mailer']['params']['auth'] = false;
> $conf['menu']['links']['prefs'] = 'authenticated';
> $conf['menu']['links']['logout'] = 'authenticated';
>
> imp:
>
> conf['auth']['admins'] = array('szimszon at oregpreshaz.eu');
> $conf['auth']['checkip'] = true;
> $conf['auth']['checkbrowser'] = true;
> $conf['auth']['resetpassword'] = true;
> $conf['auth']['alternate_login'] = false;
> $conf['auth']['redirect_on_logout'] = false;
> $conf['auth']['list_users'] = 'list';
> $conf['auth']['params']['app'] = 'imp';
> $conf['auth']['driver'] = 'application';
> $conf['auth']['params']['count_bad_logins'] = false;
> $conf['auth']['params']['login_block'] = false;
> $conf['auth']['params']['login_block_count'] = 5;
> $conf['auth']['params']['login_block_time'] = 5;
> $conf['mailer']['params']['auth'] = false;
> $conf['menu']['links']['prefs'] = 'authenticated';
> $conf['menu']['links']['logout'] = 'authenticated';
>
>
> $servers['imap'] = array(
> // ENABLED by default
> 'disabled' => false,
> 'name' => 'IMAP Server',
> 'hostspec' => 'localhost',
> 'hordeauth' => false,
> 'protocol' => 'imap',
> 'port' => 993,
> // Plaintext logins are disabled by default on IMAP servers (see RFC 3501
> // [6.2.3])
> 'secure' => 'ssl',
> 'maildomain' => '',
> // 'smtphost' => 'smtp.example.com',
> // 'smtpport' => 25,
> 'cache' => true,
> );
>
More information about the bugs
mailing list