<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Installing horde]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4169.xml" />
	<updated>2012-11-19T00:49:22Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4169-installing-horde.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Installing horde]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19134.html#p19134" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-11-19T00:49:22Z</updated>
			<id>http://www.iredmail.org/forum/post19134.html#p19134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Installing horde]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19133.html#p19133" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-11-19T00:48:54Z</updated>
			<id>http://www.iredmail.org/forum/post19133.html#p19133</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Installing horde]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post19130.html#p19130" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rww4ired]]></name>
				<uri>http://www.iredmail.org/forum/user32066.html</uri>
			</author>
			<updated>2012-11-18T02:15:15Z</updated>
			<id>http://www.iredmail.org/forum/post19130.html#p19130</id>
		</entry>
</feed>
