Summary | SyncML stopped working it was good in 5.0.3 |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | szimszon (at) oregpreshaz (dot) eu |
Created | 06/03/2013 (4414 days ago) |
Due | |
Updated | 06/05/2013 (4412 days ago) |
Assigned | 06/03/2013 (4414 days ago) |
Resolved | 06/05/2013 (4412 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thanks a lot!
authentication setup in Horde and IMP, and does it work for that
account through the web interface?
conf['auth']['admins'] = array('szimszon@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@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,
);
State ⇒ Feedback
authentication setup in Horde and IMP, and does it work for that
account through the web interface?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ SyncML stopped working it was good in 5.0.3
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
New Attachment: horde.nosync.log
State ⇒ Unconfirmed
I wonder if somebody could help me.
I upgraded Horde to 5.0.5 but SyncML don't work. It wasn't working in
5.0.4 too as I remember :(
I use IMP authentication.