<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — Internal server error]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic4019.xml" />
	<updated>2012-10-15T02:39:29Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic4019-internal-server-error.html</id>
		<entry>
			<title type="html"><![CDATA[Re: Internal server error]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18624.html#p18624" />
			<content type="html"><![CDATA[<p>I cannot find the root cause with this HTML file. sorry.<br />i guess you don&#039;t have correct Policyd settings in your iRedAdmin config file, settings.ini. Could you verify them again?</p><p>Policyd settings in settings.ini looks like below:<br /></p><div class="codebox"><pre><code>[policyd]
enabled = True
host = 127.0.0.1
port = 3306
db = policyd
user = policyd
passwd = passwd</code></pre></div><p>Please make sure you have correct SQL related settings. e.g. username, password.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-15T02:39:29Z</updated>
			<id>http://www.iredmail.org/forum/post18624.html#p18624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Internal server error]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18614.html#p18614" />
			<content type="html"><![CDATA[<p>I cannot reproduce this issue. Could you please try below step to help troubleshoot:</p><p>- Open iRedAdmin-Pro config file, /usr/share/apache2/iredadmin/settings.ini.<br />- Update parameter &quot;webmaster =&quot; with your email address. For example:<br /></p><div class="codebox"><pre><code>webmaster = user@domain.com</code></pre></div><p>- Update parameter &quot;mail_error_to_webmaster =&quot; to True:<br /></p><div class="codebox"><pre><code>mail_error_to_webmaster = True</code></pre></div><p>- Restart Apache web server.<br />- Re-perform the operations which raises &quot;internal server error&quot;. iRedAdmin will mail you a HTML file with detailed message about this error.<br />- Forward this email (with HTML file) to &quot;support @iredmail.org&quot;. I will check it and let you know why it happened.</p><p>You can update &quot;mail_error_to_webmaster =&quot; to False after you got the HTML file, and restart Apache.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2012-10-14T14:34:42Z</updated>
			<id>http://www.iredmail.org/forum/post18614.html#p18614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Internal server error]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post18603.html#p18603" />
			<content type="html"><![CDATA[<p>==== Required information ====<br />- iRedMail version: iRedMail-0.8.3<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL<br />- Linux/BSD distribution name and version: Ubuntu Server 12.04 <br />- Related log if you&#039;re reporting an issue: /var/log/apache2/error.log<br />==== </p><p>Hi,</p><p>I&#039;ve just installed the latest version of iRedMail (0.8.3) and iRedAdmin-Pro-MySQL (1.5.1) in a clean installation of Ubuntu 12.04.<br />When I try edit a domain profile, I get this error:<br />&#039;internal server error&#039;</p><p>and Apache error log shows these lines:</p><p>[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] Traceback (most recent call last):<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 242, in process<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return self.handle()<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 233, in handle<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return self._delegate(fn, self.fvars, args)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 415, in _delegate<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return handle_class(cls)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/lib/pymodules/python2.7/web/application.py&quot;, line 390, in handle_class<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return tocall(*args)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/controllers/decorators.py&quot;, line 11, in proxyfunc<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;return func(self, *args, **kw)<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp;File &quot;/usr/share/apache2/iredadmin/controllers/mysql/domain.py&quot;, line 142, in GET<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100]&nbsp; &nbsp; &nbsp;throttleLib = throttle.Throttle()<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] TypeError: __init__() should return None<br />[Sun Oct 14 12:10:17 2012] [error] [client 192.168.1.100] </p><p>How can I solve this problem?<br />Thanks in advance.</p><p>PS: The same problem when I try add a new domain</p>]]></content>
			<author>
				<name><![CDATA[manunauta]]></name>
				<uri>http://www.iredmail.org/forum/user25886.html</uri>
			</author>
			<updated>2012-10-14T10:24:08Z</updated>
			<id>http://www.iredmail.org/forum/post18603.html#p18603</id>
		</entry>
</feed>
