<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Installing horde]]></title>
		<link>http://www.iredmail.org/forum/topic4169-installing-horde.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic4169.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Installing horde.]]></description>
		<lastBuildDate>Mon, 19 Nov 2012 00:49:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Installing horde]]></title>
			<link>http://www.iredmail.org/forum/post19134.html#p19134</link>
			<description><![CDATA[<p>First of all, we don&#039;t support Horde since 2009.<br /></p><div class="quotebox"><cite>rww4ired wrote:</cite><blockquote><p>I get a list of the user names under the user option but cannot authenticate.  The log is from an attempted login.  I have trie to change the encryption method and the filter.  What am I missing?</p></blockquote></div><p>What&#039;s the error log in Horde? The OpenLDAP log doesn&#039;t show search attributes and filter. Try to get them.<br />Also, try connection without TLS.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 19 Nov 2012 00:49:22 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19134.html#p19134</guid>
		</item>
		<item>
			<title><![CDATA[Re: Installing horde]]></title>
			<link>http://www.iredmail.org/forum/post19133.html#p19133</link>
			<description><![CDATA[<p>First of all, we don&#039;t support Horde since 2009.<br /></p><div class="quotebox"><cite>rww4ired wrote:</cite><blockquote><p>I get a list of the user names under the user option but cannot authenticate.  The log is from an attempted login.  I have trie to change the encryption method and the filter.  What am I missing?</p></blockquote></div><p>What&#039;s the error log in Horde? The OpenLDAP log doesn&#039;t show search attributes and filter. Try to get them.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 19 Nov 2012 00:48:54 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19133.html#p19133</guid>
		</item>
		<item>
			<title><![CDATA[Installing horde]]></title>
			<link>http://www.iredmail.org/forum/post19130.html#p19130</link>
			<description><![CDATA[<p>==== Required information ====<br />- iRedMail version: .8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap<br />- Linux/BSD distribution name and version: centos 6.3<br />- Related log if you&#039;re reporting an issue: see below<br />==== <br />Nov 17 17:42:59 s slapd[3600]: conn=1111 fd=17 ACCEPT from IP=[::1]:58882 (IP=[::]:389)<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=0 EXT oid=1.3.6.1.4.1.1466.20037<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=0 STARTTLS<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=0 RESULT oid= err=0 text=<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 fd=17 TLS established tls_ssf=256 ssf=256<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=1 BIND dn=&quot;cn=vmailadmin,dc=dejure,dc=us&quot; method=128<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=1 BIND dn=&quot;cn=vmailadmin,dc=dejure,dc=us&quot; mech=SIMPLE ssf=0<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=1 RESULT tag=97 err=0 text=<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 op=2 UNBIND<br />Nov 17 17:42:59 s slapd[3600]: conn=1111 fd=17 closed<br />======================<br />I am installing horde/imp for use as the webmail client so that I can sign and encrypt emails.&nbsp; I installed horde/imp using yum without a hitch.&nbsp; I have configured the ldap bind as below.<br />------------------------------------------------------------------------------------------------<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;hostspec&#039;] = &#039;localhost&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;basedn&#039;] = &#039;dc=dejure,dc=us&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;binddn&#039;] = &#039;cn=vmailadmin,dc=dejure,dc=us&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;password&#039;] = &#039;secretpassword&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;version&#039;] = &#039;3&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;tls&#039;] = true;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;scope&#039;] = &#039;sub&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;sizelimit&#039;] = &#039;100&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;ad&#039;] = false;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;uid&#039;] = &#039;mail&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;encryption&#039;] = &#039;plain&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;newuser_objectclass&#039;] = array(&#039;inetOrgPerson&#039;, &#039;mailUser&#039;, &#039;shadowAccount&#039;, &#039;amavisAccount&#039;);<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;filter&#039;] = &#039;mail=*&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;filter_type&#039;] = &#039;free&#039;;<br />$conf[&#039;auth&#039;][&#039;params&#039;][&#039;password_expiration&#039;] = &#039;no&#039;;<br />$conf[&#039;auth&#039;][&#039;driver&#039;] = &#039;ldap&#039;;<br />---------------------------------------------------------------------------------------<br />I get a list of the user names under the user option but cannot authenticate.&nbsp; The log is from an attempted login.&nbsp; I have trie to change the encryption method and the filter.&nbsp; What am I missing? </p><p>I am also using the ldap server to authenticate the mail users on tikiwiki websites.</p>]]></description>
			<author><![CDATA[null@example.com (rww4ired)]]></author>
			<pubDate>Sun, 18 Nov 2012 02:15:15 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post19130.html#p19130</guid>
		</item>
	</channel>
</rss>
