<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — error when I fix alias patch]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic407.xml" />
	<updated>2009-11-09T11:53:51Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic407-error-when-i-fix-alias-patch.html</id>
		<entry>
			<title type="html"><![CDATA[Re: error when I fix alias patch]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1762.html#p1762" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>My mistake. <img src="http://www.iredmail.org/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Please fix it with below steps:<br /></p><ul><li><p>Open libs/ldaplib/iredldif.py, find line 85.</p></li></ul><div class="codebox"><pre><code>            (&#039;enabledService&#039;,  [&#039;mail&#039;, &#039;deliver&#039;,],</code></pre></div><ul><li><p>Insert &#039;)&#039; before the last &#039;,&#039;</p></li></ul><div class="codebox"><pre><code>            (&#039;enabledService&#039;,  [&#039;mail&#039;, &#039;deliver&#039;,]),</code></pre></div><p>So sorry.</p></blockquote></div><br /><p>ok. it&#039;s work <br />thanks so much</p>]]></content>
			<author>
				<name><![CDATA[LC]]></name>
				<uri>http://www.iredmail.org/forum/user477.html</uri>
			</author>
			<updated>2009-11-09T11:53:51Z</updated>
			<id>http://www.iredmail.org/forum/post1762.html#p1762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: error when I fix alias patch]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1761.html#p1761" />
			<content type="html"><![CDATA[<p>My mistake. <img src="http://www.iredmail.org/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Please fix it with below steps:<br /></p><ul><li><p>Open libs/ldaplib/iredldif.py, find line 85.</p></li></ul><div class="codebox"><pre><code>            (&#039;enabledService&#039;,  [&#039;mail&#039;, &#039;deliver&#039;,],</code></pre></div><ul><li><p>Insert &#039;)&#039; before the last &#039;,&#039;</p></li></ul><div class="codebox"><pre><code>            (&#039;enabledService&#039;,  [&#039;mail&#039;, &#039;deliver&#039;,]),</code></pre></div><p>So sorry.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-11-09T11:28:25Z</updated>
			<id>http://www.iredmail.org/forum/post1761.html#p1761</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[error when I fix alias patch]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1760.html#p1760" />
			<content type="html"><![CDATA[<p>Hi alll, <br />when I applied alias patch iredadmin-v100-02-20091109.patch,&nbsp; the iredamin web console don´t work and I get the following error in ssl_error_log</p><p>SyntaxError: </p><p>invalid syntax<br />[Mon Nov 09 10:53:03 2009] [error] [client 10.141.117.143]<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143] Traceback (most recent call last):<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/usr/lib/python2.4/site-packages/web.p&nbsp; y-0.33-py2.4.egg/web/application.py&quot;, line 242, in process<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;return self.handle()<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/usr/lib/python2.4/site-packages/web.p&nbsp; y-0.33-py2.4.egg/web/application.py&quot;, line 233, in handle<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;return self._delegate(fn, self.fvars, args&nbsp; )<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/usr/lib/python2.4/site-packages/web.p&nbsp; y-0.33-py2.4.egg/web/application.py&quot;, line 408, in _delegate<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;mod = __import__(mod, globals(), locals(),&nbsp; &nbsp;[&quot;&quot;])<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/var/www/iredadmin/controllers/ldap/ba&nbsp; sic.py&quot;, line 25, in ?<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;from libs.ldaplib import core, auth, admin&nbsp; , ldaputils<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/var/www/iredadmin/libs/ldaplib/admin.&nbsp; py&quot;, line 26, in ?<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;from libs.ldaplib import core, attrs, ldap&nbsp; utils, iredldif, deltree<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp;File &quot;/var/www/iredadmin/libs/ldaplib/iredld&nbsp; if.py&quot;, line 86<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;]<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143]&nbsp; &nbsp; &nbsp;^<br />[Mon Nov 09 10:53:06 2009] [error] [client 10.141.117.143] SyntaxError: invalid syntax</p>]]></content>
			<author>
				<name><![CDATA[LC]]></name>
				<uri>http://www.iredmail.org/forum/user477.html</uri>
			</author>
			<updated>2009-11-09T11:05:18Z</updated>
			<id>http://www.iredmail.org/forum/post1760.html#p1760</id>
		</entry>
</feed>
