<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>SyncML stopped working it was good in 5.0.3</title> 
  <pubDate>Thu, 09 Apr 2026 22:17:56 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/12296</link> 
  <atom:link rel="self" type="application/rss+xml" title="SyncML stopped working it was good in 5.0.3" href="https://bugs.horde.org/ticket/12296/rss" /> 
  <description>SyncML stopped working it was good in 5.0.3</description> 
 
   
   
  <item> 
   <title>Hi!

I wonder if somebody could help me.

I upgraded Hor</title> 
   <description>Hi!

I wonder if somebody could help me.

I upgraded Horde to 5.0.5 but SyncML don&#039;t work. It wasn&#039;t working in 5.0.4 too as I remember :(
I use IMP authentication.

</description> 
   <pubDate>Mon, 03 Jun 2013 19:32:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12296#t78385</link> 
  </item> 
   
  <item> 
   <title>For some reason, IMP cannot be authenticated. What&#039;s you aut</title> 
   <description>For some reason, IMP cannot be authenticated. What&#039;s you authentication setup in Horde and IMP, and does it work for that account through the web interface?</description> 
   <pubDate>Mon, 03 Jun 2013 21:51:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12296#t78395</link> 
  </item> 
   
  <item> 
   <title>&gt; For some reason, IMP cannot be authenticated. What&#039;s you </title> 
   <description>&gt; For some reason, IMP cannot be authenticated. What&#039;s you 
&gt; authentication setup in Horde and IMP, and does it work for that 
&gt; account through the web interface?

horde:
conf[&#039;auth&#039;][&#039;admins&#039;] = array(&#039;szimszon@oregpreshaz.eu&#039;);
$conf[&#039;auth&#039;][&#039;checkip&#039;] = true;
$conf[&#039;auth&#039;][&#039;checkbrowser&#039;] = true;
$conf[&#039;auth&#039;][&#039;resetpassword&#039;] = true;
$conf[&#039;auth&#039;][&#039;alternate_login&#039;] = false;
$conf[&#039;auth&#039;][&#039;redirect_on_logout&#039;] = false;
$conf[&#039;auth&#039;][&#039;list_users&#039;] = &#039;list&#039;;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;app&#039;] = &#039;imp&#039;;
$conf[&#039;auth&#039;][&#039;driver&#039;] = &#039;application&#039;;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;count_bad_logins&#039;] = false;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block&#039;] = false;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_count&#039;] = 5;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_time&#039;] = 5;
$conf[&#039;mailer&#039;][&#039;params&#039;][&#039;auth&#039;] = false;
$conf[&#039;menu&#039;][&#039;links&#039;][&#039;prefs&#039;] = &#039;authenticated&#039;;
$conf[&#039;menu&#039;][&#039;links&#039;][&#039;logout&#039;] = &#039;authenticated&#039;;

imp:

conf[&#039;auth&#039;][&#039;admins&#039;] = array(&#039;szimszon@oregpreshaz.eu&#039;);
$conf[&#039;auth&#039;][&#039;checkip&#039;] = true;
$conf[&#039;auth&#039;][&#039;checkbrowser&#039;] = true;
$conf[&#039;auth&#039;][&#039;resetpassword&#039;] = true;
$conf[&#039;auth&#039;][&#039;alternate_login&#039;] = false;
$conf[&#039;auth&#039;][&#039;redirect_on_logout&#039;] = false;
$conf[&#039;auth&#039;][&#039;list_users&#039;] = &#039;list&#039;;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;app&#039;] = &#039;imp&#039;;
$conf[&#039;auth&#039;][&#039;driver&#039;] = &#039;application&#039;;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;count_bad_logins&#039;] = false;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block&#039;] = false;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_count&#039;] = 5;
$conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_time&#039;] = 5;
$conf[&#039;mailer&#039;][&#039;params&#039;][&#039;auth&#039;] = false;
$conf[&#039;menu&#039;][&#039;links&#039;][&#039;prefs&#039;] = &#039;authenticated&#039;;
$conf[&#039;menu&#039;][&#039;links&#039;][&#039;logout&#039;] = &#039;authenticated&#039;;


$servers[&#039;imap&#039;] = array(
    // ENABLED by default
    &#039;disabled&#039; =&gt; false,
    &#039;name&#039; =&gt; &#039;IMAP Server&#039;,
    &#039;hostspec&#039; =&gt; &#039;localhost&#039;,
    &#039;hordeauth&#039; =&gt; false,
    &#039;protocol&#039; =&gt; &#039;imap&#039;,
    &#039;port&#039; =&gt; 993,
    // Plaintext logins are disabled by default on IMAP servers (see RFC 3501
    // [6.2.3])
    &#039;secure&#039; =&gt; &#039;ssl&#039;,
    &#039;maildomain&#039; =&gt; &#039;&#039;,
    // &#039;smtphost&#039; =&gt; &#039;smtp.example.com&#039;,
    // &#039;smtpport&#039; =&gt; 25,
    &#039;cache&#039; =&gt; true,
);
</description> 
   <pubDate>Tue, 04 Jun 2013 11:11:43 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12296#t78416</link> 
  </item> 
   
  <item> 
   <title>And it works with the webpage ...

&gt;&gt; For some reason, IMP</title> 
   <description>And it works with the webpage ...

&gt;&gt; For some reason, IMP cannot be authenticated. What&#039;s you
&gt;&gt; authentication setup in Horde and IMP, and does it work for that
&gt;&gt; account through the web interface?
&gt;
&gt; horde:
&gt; conf[&#039;auth&#039;][&#039;admins&#039;] = array(&#039;szimszon@oregpreshaz.eu&#039;);
&gt; $conf[&#039;auth&#039;][&#039;checkip&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;checkbrowser&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;resetpassword&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;alternate_login&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;redirect_on_logout&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;list_users&#039;] = &#039;list&#039;;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;app&#039;] = &#039;imp&#039;;
&gt; $conf[&#039;auth&#039;][&#039;driver&#039;] = &#039;application&#039;;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;count_bad_logins&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_count&#039;] = 5;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_time&#039;] = 5;
&gt; $conf[&#039;mailer&#039;][&#039;params&#039;][&#039;auth&#039;] = false;
&gt; $conf[&#039;menu&#039;][&#039;links&#039;][&#039;prefs&#039;] = &#039;authenticated&#039;;
&gt; $conf[&#039;menu&#039;][&#039;links&#039;][&#039;logout&#039;] = &#039;authenticated&#039;;
&gt;
&gt; imp:
&gt;
&gt; conf[&#039;auth&#039;][&#039;admins&#039;] = array(&#039;szimszon@oregpreshaz.eu&#039;);
&gt; $conf[&#039;auth&#039;][&#039;checkip&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;checkbrowser&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;resetpassword&#039;] = true;
&gt; $conf[&#039;auth&#039;][&#039;alternate_login&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;redirect_on_logout&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;list_users&#039;] = &#039;list&#039;;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;app&#039;] = &#039;imp&#039;;
&gt; $conf[&#039;auth&#039;][&#039;driver&#039;] = &#039;application&#039;;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;count_bad_logins&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block&#039;] = false;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_count&#039;] = 5;
&gt; $conf[&#039;auth&#039;][&#039;params&#039;][&#039;login_block_time&#039;] = 5;
&gt; $conf[&#039;mailer&#039;][&#039;params&#039;][&#039;auth&#039;] = false;
&gt; $conf[&#039;menu&#039;][&#039;links&#039;][&#039;prefs&#039;] = &#039;authenticated&#039;;
&gt; $conf[&#039;menu&#039;][&#039;links&#039;][&#039;logout&#039;] = &#039;authenticated&#039;;
&gt;
&gt;
&gt; $servers[&#039;imap&#039;] = array(
&gt;     // ENABLED by default
&gt;     &#039;disabled&#039; =&gt; false,
&gt;     &#039;name&#039; =&gt; &#039;IMAP Server&#039;,
&gt;     &#039;hostspec&#039; =&gt; &#039;localhost&#039;,
&gt;     &#039;hordeauth&#039; =&gt; false,
&gt;     &#039;protocol&#039; =&gt; &#039;imap&#039;,
&gt;     &#039;port&#039; =&gt; 993,
&gt;     // Plaintext logins are disabled by default on IMAP servers (see RFC 3501
&gt;     // [6.2.3])
&gt;     &#039;secure&#039; =&gt; &#039;ssl&#039;,
&gt;     &#039;maildomain&#039; =&gt; &#039;&#039;,
&gt;     // &#039;smtphost&#039; =&gt; &#039;smtp.example.com&#039;,
&gt;     // &#039;smtpport&#039; =&gt; 25,
&gt;     &#039;cache&#039; =&gt; true,
&gt; );
&gt;
</description> 
   <pubDate>Tue, 04 Jun 2013 11:13:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12296#t78417</link> 
  </item> 
   
  <item> 
   <title>You can close this issue. After upgradeing to 5.1.0 it seems</title> 
   <description>You can close this issue. After upgradeing to 5.1.0 it seems to work again.

Thanks a lot!</description> 
   <pubDate>Wed, 05 Jun 2013 06:48:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12296#t78442</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
