<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Unknow Problem with iRedMail 0.6.0]]></title>
		<link>https://forum.iredmail.org/topic946-unknow-problem-with-iredmail-060.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic946.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Unknow Problem with iRedMail 0.6.0.]]></description>
		<lastBuildDate>Tue, 26 Oct 2010 13:46:07 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post6156.html#p6156</link>
			<description><![CDATA[<p>I have a similar problem, but the fix change language and restart apache doesnt work for me.</p><p>My facts:</p><p>iredmail 0.6.1<br />admin 0.1.3<br />debian 5.0 minimal (fresh install)</p><p>Maybe its got to do with the mysqlmodule error in the first line...</p><p>Edit: It seems to be that apache doesnt get the &quot;en_US&quot;... In debugmode i can still see &quot;&#039;Anmeldung zur Dom\xc3\xa4nen und Benutzer Verwaltung&#039;&quot; in Local vars</p><p>Now got a dirty trick:<br />If i move the Folder de_DE in i18n to de_DE_Backup and copy the content of en_US to de_DE it works fine... There must be something wrong with the transition of language...</p>]]></description>
			<author><![CDATA[null@example.com (Rolling)]]></author>
			<pubDate>Tue, 26 Oct 2010 13:46:07 +0000</pubDate>
			<guid>https://forum.iredmail.org/post6156.html#p6156</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4149.html#p4149</link>
			<description><![CDATA[<p>You can fix it by correct the de_DE translation. otherwise you have to use English interface.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 02 Jun 2010 11:54:12 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4149.html#p4149</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4148.html#p4148</link>
			<description><![CDATA[<p>Your suggestion worked. Will this bug (?) be patched anytime soon or should i get used to the english interface? Very nice that it&#039;s working anyway, and a big thank you for your help!</p>]]></description>
			<author><![CDATA[null@example.com (igot2b)]]></author>
			<pubDate>Wed, 02 Jun 2010 11:10:53 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4148.html#p4148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4147.html#p4147</link>
			<description><![CDATA[<p>You use German language, right?<br /></p><div class="codebox"><pre><code>&#039;lang&#039;: &#039;de_DE&#039;</code></pre></div><p>You can try to set &#039;lang = en_US&#039; in settings.ini, and then restart web server, if this change fixes this issue, that must be caused by incorrect de_DE translation.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 02 Jun 2010 10:57:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4147.html#p4147</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4144.html#p4144</link>
			<description><![CDATA[<p>the first part, with a yellow background underneath is what i already posted. here again:</p><div class="codebox"><pre><code>&lt;type &#039;exceptions.UnicodeDecodeError&#039;&gt; at /
&#039;ascii&#039; codec can&#039;t decode byte 0xc3 in position 17: ordinal not in range(128)
Python     /usr/lib/python2.5/site-packages/Jinja2-2.5-py2.5.egg/jinja2/utils.py in soft_unicode, line 803
Web     GET https://***/iredadmin/</code></pre></div><p>the second part is a bit long... also i changed the domain name to ***.**.** and the ip-adress to ***.***.**.***, hope that&#039;s okay.</p><div class="codebox"><pre><code>Traceback (innermost first)

    * /usr/lib/python2.5/site-packages/Jinja2-2.5-py2.5.egg/jinja2/utils.py in soft_unicode
       796. )
       797.
       798. def soft_unicode(s):
       799. &quot;&quot;&quot;Make a string unicode if it isn&#039;t already. That way a markup
       800. string is not converted back to unicode.
       801. &quot;&quot;&quot;
       802. if not isinstance(s, unicode):
       803. s = unicode(s) ...
       804. return s
       805.
       806.
       807. # partials
       808. try:
       809. from functools import partial
      ▶ Local vars
      Variable    Value
      s    
      &#039;Anmeldung zur Dom\xc3\xa4nen und Benutzer Verwaltung&#039;
    * /usr/lib/python2.5/site-packages/Jinja2-2.5-py2.5.egg/jinja2/filters.py in do_title
       135. return soft_unicode(s).capitalize()
       136.
       137.
       138. def do_title(s):
       139. &quot;&quot;&quot;Return a titlecased version of the value. I.e. words will start with
       140. uppercase letters, all remaining characters are lowercase.
       141. &quot;&quot;&quot;
       142. return soft_unicode(s).title() ...
       143.
       144.
       145. def do_dictsort(value, case_sensitive=False, by=&#039;key&#039;):
       146. &quot;&quot;&quot;Sort a dict and yield (key, value) pairs. Because python dicts are
       147. unsorted you may want to use this function to order them by either
       148. key or value:
      ▶ Local vars
      Variable    Value
      s    
      &#039;Anmeldung zur Dom\xc3\xa4nen und Benutzer Verwaltung&#039;
    * /usr/share/apache2/iredadmin/libs/../templates/default/ldap/login.html in block &quot;title&quot;
        24. @languagemaps language maps
        25. #}
        26.
        27. {% extends &quot;layout.html&quot; %}
        28.
        29. {% from &quot;msgHandlers.html&quot; import loginMsgHandler with context %}
        30.
        31. {% block title %}{{ _(&#039;Login to manage your mail domains &amp; users&#039;) |title }}{% endblock %} ...
        32. {% block js %}{% endblock %}
        33. {% block js_tablesorter %}{% endblock %}
        34. {% block jquery_docoment_ready %}{% endblock jquery_docoment_ready %}
        35.
        36. {% block extraHeader %}
        37. {# Override default css style, center the login page. #}
      ▶ Local vars
      Variable    Value
      _    
      &lt;function ired_gettext at 0x86d9994&gt;
      ctx    
      &lt;Storage {&#039;status&#039;: &#039;200 OK&#039;, &#039;realhome&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homedomain&#039;: u&#039;https://mail.***.**.**&#039;, &#039;protocol&#039;: u&#039;https&#039;, &#039;app_stack&#039;: [&lt;web.application.application instance at 0x86aac6c&gt;], &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;fullpath&#039;: u&#039;/&#039;, &#039;headers&#039;: [], &#039;host&#039;: u&#039;mail.***.**.**&#039;, &#039;environ&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;env&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;home&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homepath&#039;: u&#039;/iredadmin&#039;, &#039;output&#039;: u&#039;&#039;, &#039;path&#039;: u&#039;/&#039;, &#039;query&#039;: u&#039;&#039;, &#039;method&#039;: u&#039;GET&#039;, &#039;lang&#039;: &#039;de_DE&#039;}&gt;
      cycler    
      &lt;class &#039;jinja2.utils.Cycler&#039;&gt;
      dict    
      &lt;function &lt;lambda&gt; at 0x882c8ec&gt;
      joiner    
      &lt;class &#039;jinja2.utils.Joiner&#039;&gt;
      languagemaps    
      {&#039;de_DE&#039;: u&#039;Deutsch (Deutsch)&#039;, &#039;en_US&#039;: u&#039;English (US)&#039;, &#039;es_ES&#039;: u&#039;Espa\xf1ol&#039;, &#039;fr_FR&#039;: u&#039;Fran\xe7ais&#039;, &#039;hu_HU&#039;: u&#039;Hungarian&#039;, &#039;pl_PL&#039;: u&#039;Polski&#039;, &#039;pt_BR&#039;: u&#039;Portuguese (Brazilian)&#039;, &#039;vi_VN&#039;: u&#039;Vietnamese&#039;, &#039;zh_CN&#039;: u&#039;\u7b80\u4f53\u4e2d\u6587&#039;}
      lipsum    
      &lt;function generate_lorem_ipsum at 0x881910c&gt;
      loginMsgHandler    
      &lt;Macro &#039;loginMsgHandler&#039;&gt;
      msg    
      None
      range    
      &lt;type &#039;xrange&#039;&gt;
      session    
      &lt;Storage {&#039;username&#039;: None, &#039;lang&#039;: &#039;de_DE&#039;, &#039;pagesizelimit&#039;: 30, &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;failedTimes&#039;: 0, &#039;logged&#039;: False, &#039;webmaster&#039;: &#039;www@***.**.**&#039;, &#039;session_id&#039;: &#039;852e6b14d76fc4339002bffc323196eacbc261fd&#039;}&gt;
      skin    
      &#039;default&#039;
    * /usr/share/apache2/iredadmin/libs/../templates/default/ldap/layout.html in top-level template code
        21. #}
        22.
        23. &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
        24. &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
        25. &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
        26. &lt;head&gt;
        27. &lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
        28. &lt;title&gt;{% block title %}{%endblock%}&lt;/title&gt; ...
        29.
        30. {# CSS #}
        31. &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;{{ctx.homepath}}/static/{{skin}}/css/iredadmin.css&quot; /&gt;
        32. &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;{{ctx.homepath}}/static/{{skin}}/css/iredadmin_cs.css&quot; /&gt;
        33. &lt;!--[if lte IE 6]&gt;
        34. &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;{{ctx.homepath}}/static/{{skin}}/css/ie6.css&quot; /&gt;
      ▶ Local vars
      Variable    Value
      _    
      &lt;function ired_gettext at 0x86d9994&gt;
      ctx    
      &lt;Storage {&#039;status&#039;: &#039;200 OK&#039;, &#039;realhome&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homedomain&#039;: u&#039;https://mail.***.**.**&#039;, &#039;protocol&#039;: u&#039;https&#039;, &#039;app_stack&#039;: [&lt;web.application.application instance at 0x86aac6c&gt;], &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;fullpath&#039;: u&#039;/&#039;, &#039;headers&#039;: [], &#039;host&#039;: u&#039;mail.***.**.**&#039;, &#039;environ&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;env&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;home&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homepath&#039;: u&#039;/iredadmin&#039;, &#039;output&#039;: u&#039;&#039;, &#039;path&#039;: u&#039;/&#039;, &#039;query&#039;: u&#039;&#039;, &#039;method&#039;: u&#039;GET&#039;, &#039;lang&#039;: &#039;de_DE&#039;}&gt;
      cycler    
      &lt;class &#039;jinja2.utils.Cycler&#039;&gt;
      dict    
      &lt;function &lt;lambda&gt; at 0x882c8ec&gt;
      joiner    
      &lt;class &#039;jinja2.utils.Joiner&#039;&gt;
      languagemaps    
      {&#039;de_DE&#039;: u&#039;Deutsch (Deutsch)&#039;, &#039;en_US&#039;: u&#039;English (US)&#039;, &#039;es_ES&#039;: u&#039;Espa\xf1ol&#039;, &#039;fr_FR&#039;: u&#039;Fran\xe7ais&#039;, &#039;hu_HU&#039;: u&#039;Hungarian&#039;, &#039;pl_PL&#039;: u&#039;Polski&#039;, &#039;pt_BR&#039;: u&#039;Portuguese (Brazilian)&#039;, &#039;vi_VN&#039;: u&#039;Vietnamese&#039;, &#039;zh_CN&#039;: u&#039;\u7b80\u4f53\u4e2d\u6587&#039;}
      lipsum    
      &lt;function generate_lorem_ipsum at 0x881910c&gt;
      loginMsgHandler    
      &lt;Macro &#039;loginMsgHandler&#039;&gt;
      msg    
      None
      range    
      &lt;type &#039;xrange&#039;&gt;
      session    
      &lt;Storage {&#039;username&#039;: None, &#039;lang&#039;: &#039;de_DE&#039;, &#039;pagesizelimit&#039;: 30, &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;failedTimes&#039;: 0, &#039;logged&#039;: False, &#039;webmaster&#039;: &#039;www@***.**.**&#039;, &#039;session_id&#039;: &#039;852e6b14d76fc4339002bffc323196eacbc261fd&#039;}&gt;
      skin    
      &#039;default&#039;
    * /usr/share/apache2/iredadmin/libs/../templates/default/ldap/login.html in top-level template code
        22.
        23. {#
        24. @languagemaps language maps
        25. #}
        26.
        27. {% extends &quot;layout.html&quot; %}
        28.
        29. {% from &quot;msgHandlers.html&quot; import loginMsgHandler with context %} ...
        30.
        31. {% block title %}{{ _(&#039;Login to manage your mail domains &amp; users&#039;) |title }}{% endblock %}
        32. {% block js %}{% endblock %}
        33. {% block js_tablesorter %}{% endblock %}
        34. {% block jquery_docoment_ready %}{% endblock jquery_docoment_ready %}
        35.
      ▶ Local vars
      Variable    Value
      _    
      &lt;function ired_gettext at 0x86d9994&gt;
      ctx    
      &lt;Storage {&#039;status&#039;: &#039;200 OK&#039;, &#039;realhome&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homedomain&#039;: u&#039;https://mail.***.**.**&#039;, &#039;protocol&#039;: u&#039;https&#039;, &#039;app_stack&#039;: [&lt;web.application.application instance at 0x86aac6c&gt;], &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;fullpath&#039;: u&#039;/&#039;, &#039;headers&#039;: [], &#039;host&#039;: u&#039;mail.***.**.**&#039;, &#039;environ&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;env&#039;: {&#039;mod_wsgi.reload_mechanism&#039;: &#039;0&#039;, &#039;mod_wsgi.listener_port&#039;: &#039;443&#039;, &#039;mod_wsgi.listener_host&#039;: &#039;&#039;, &#039;SERVER_SOFTWARE&#039;: &#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;, &#039;SCRIPT_NAME&#039;: &#039;/iredadmin&#039;, &#039;SERVER_SIGNATURE&#039;: &#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;, &#039;REQUEST_METHOD&#039;: &#039;GET&#039;, &#039;HTTP_KEEP_ALIVE&#039;: &#039;300&#039;, &#039;SERVER_PROTOCOL&#039;: &#039;HTTP/1.1&#039;, &#039;QUERY_STRING&#039;: &#039;&#039;, &#039;PATH&#039;: &#039;/usr/local/bin:/usr/bin:/bin&#039;, &#039;HTTP_ACCEPT_CHARSET&#039;: &#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;, &#039;HTTP_USER_AGENT&#039;: &#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;, &#039;HTTP_CONNECTION&#039;: &#039;keep-alive&#039;, &#039;SERVER_NAME&#039;: &#039;mail.***.**.**&#039;, &#039;REMOTE_ADDR&#039;: &#039;***.***.**.***&#039;, &#039;wsgi.url_scheme&#039;: &#039;https&#039;, &#039;PATH_TRANSLATED&#039;: &#039;/var/www/index.html&#039;, &#039;SERVER_PORT&#039;: &#039;443&#039;, &#039;wsgi.multiprocess&#039;: True, &#039;SERVER_ADDR&#039;: &#039;217.116.184.89&#039;, &#039;DOCUMENT_ROOT&#039;: &#039;/var/www/&#039;, &#039;mod_wsgi.process_group&#039;: &#039;&#039;, &#039;SCRIPT_FILENAME&#039;: &#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;, &#039;SERVER_ADMIN&#039;: &#039;webmaster@localhost&#039;, &#039;wsgi.input&#039;: &lt;mod_wsgi.Input object at 0x8693598&gt;, &#039;HTTP_HOST&#039;: &#039;mail.***.**.**&#039;, &#039;HTTPS&#039;: &#039;1&#039;, &#039;wsgi.multithread&#039;: False, &#039;mod_wsgi.callable_object&#039;: &#039;application&#039;, &#039;REQUEST_URI&#039;: &#039;/iredadmin&#039;, &#039;HTTP_ACCEPT&#039;: &#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;, &#039;wsgi.version&#039;: (1, 0), &#039;GATEWAY_INTERFACE&#039;: &#039;CGI/1.1&#039;, &#039;wsgi.run_once&#039;: False, &#039;wsgi.errors&#039;: &lt;mod_wsgi.Log object at 0x88274b8&gt;, &#039;REMOTE_PORT&#039;: &#039;49904&#039;, &#039;HTTP_ACCEPT_LANGUAGE&#039;: &#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;, &#039;mod_wsgi.version&#039;: (2, 5), &#039;mod_wsgi.application_group&#039;: &#039;mail.***.**.**|/iredadmin&#039;, &#039;mod_wsgi.script_reloading&#039;: &#039;1&#039;, &#039;wsgi.file_wrapper&#039;: &lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;, &#039;HTTP_ACCEPT_ENCODING&#039;: &#039;gzip,deflate&#039;, &#039;PATH_INFO&#039;: &#039;/&#039;}, &#039;home&#039;: u&#039;https://mail.***.**.**/iredadmin&#039;, &#039;homepath&#039;: u&#039;/iredadmin&#039;, &#039;output&#039;: u&#039;&#039;, &#039;path&#039;: u&#039;/&#039;, &#039;query&#039;: u&#039;&#039;, &#039;method&#039;: u&#039;GET&#039;, &#039;lang&#039;: &#039;de_DE&#039;}&gt;
      cycler    
      &lt;class &#039;jinja2.utils.Cycler&#039;&gt;
      dict    
      &lt;function &lt;lambda&gt; at 0x882c8ec&gt;
      joiner    
      &lt;class &#039;jinja2.utils.Joiner&#039;&gt;
      languagemaps    
      {&#039;de_DE&#039;: u&#039;Deutsch (Deutsch)&#039;, &#039;en_US&#039;: u&#039;English (US)&#039;, &#039;es_ES&#039;: u&#039;Espa\xf1ol&#039;, &#039;fr_FR&#039;: u&#039;Fran\xe7ais&#039;, &#039;hu_HU&#039;: u&#039;Hungarian&#039;, &#039;pl_PL&#039;: u&#039;Polski&#039;, &#039;pt_BR&#039;: u&#039;Portuguese (Brazilian)&#039;, &#039;vi_VN&#039;: u&#039;Vietnamese&#039;, &#039;zh_CN&#039;: u&#039;\u7b80\u4f53\u4e2d\u6587&#039;}
      lipsum    
      &lt;function generate_lorem_ipsum at 0x881910c&gt;
      loginMsgHandler    
      &lt;Macro &#039;loginMsgHandler&#039;&gt;
      msg    
      None
      range    
      &lt;type &#039;xrange&#039;&gt;
      session    
      &lt;Storage {&#039;username&#039;: None, &#039;lang&#039;: &#039;de_DE&#039;, &#039;pagesizelimit&#039;: 30, &#039;ip&#039;: u&#039;***.***.**.***&#039;, &#039;failedTimes&#039;: 0, &#039;logged&#039;: False, &#039;webmaster&#039;: &#039;www@***.**.**&#039;, &#039;session_id&#039;: &#039;852e6b14d76fc4339002bffc323196eacbc261fd&#039;}&gt;
      skin    
      &#039;default&#039;
    * /usr/lib/python2.5/site-packages/Jinja2-2.5-py2.5.egg/jinja2/environment.py in render
       883. This will return the rendered template as unicode string.
       884. &quot;&quot;&quot;
       885. vars = dict(*args, **kwargs)
       886. try:
       887. return concat(self.root_render_func(self.new_context(vars)))
       888. except:
       889. exc_info = sys.exc_info()
       890. return self.environment.handle_exception(exc_info, True) ...
       891.
       892. def stream(self, *args, **kwargs):
       893. &quot;&quot;&quot;Works exactly like :meth:`generate` but returns a
       894. :class:`TemplateStream`.
       895. &quot;&quot;&quot;
       896. return TemplateStream(self.generate(*args, **kwargs))
      ▶ Local vars
      Variable    Value
      args    
      ()
      exc_info    
      (&lt;type &#039;exceptions.UnicodeDecodeError&#039;&gt;, UnicodeDecodeError(&#039;ascii&#039;, &#039;Anmeldung zur Dom\xc3\xa4nen und Benutzer Verwaltung&#039;, 17, 18, &#039;ordinal not in range(128)&#039;), &lt;traceback object at 0x897c4dc&gt;)
      kwargs    
      {&#039;languagemaps&#039;: {&#039;de_DE&#039;: u&#039;Deutsch (Deutsch)&#039;, &#039;en_US&#039;: u&#039;English (US)&#039;, &#039;es_ES&#039;: u&#039;Espa\xf1ol&#039;, &#039;fr_FR&#039;: u&#039;Fran\xe7ais&#039;, &#039;hu_HU&#039;: u&#039;Hungarian&#039;, &#039;pl_PL&#039;: u&#039;Polski&#039;, &#039;pt_BR&#039;: u&#039;Portuguese (Brazilian)&#039;, &#039;vi_VN&#039;: u&#039;Vietnamese&#039;, &#039;zh_CN&#039;: u&#039;\u7b80\u4f53\u4e2d\u6587&#039;}, &#039;msg&#039;: None}
      self    
      &lt;Template &#039;login.html&#039;&gt;
      vars    
      {&#039;languagemaps&#039;: {&#039;de_DE&#039;: u&#039;Deutsch (Deutsch)&#039;, &#039;en_US&#039;: u&#039;English (US)&#039;, &#039;es_ES&#039;: u&#039;Espa\xf1ol&#039;, &#039;fr_FR&#039;: u&#039;Fran\xe7ais&#039;, &#039;hu_HU&#039;: u&#039;Hungarian&#039;, &#039;pl_PL&#039;: u&#039;Polski&#039;, &#039;pt_BR&#039;: u&#039;Portuguese (Brazilian)&#039;, &#039;vi_VN&#039;: u&#039;Vietnamese&#039;, &#039;zh_CN&#039;: u&#039;\u7b80\u4f53\u4e2d\u6587&#039;}, &#039;msg&#039;: None}
    * /usr/share/apache2/iredadmin/controllers/ldap/basic.py in GET
        40. web.seeother(&#039;/dashboard&#039;)
        41. else:
        42. i = web.input()
        43.
        44. # Show login page.
        45. return render.login(
        46. languagemaps=adminLib.getLanguageMaps(),
        47. msg=i.get(&#039;msg&#039;), ...
        48. )
        49.
        50. def POST(self):
        51. # Get username, password.
        52. i = web.input()
        53.
      ▶ Local vars
      Variable    Value
      i    
      &lt;Storage {}&gt;
      self    
      &lt;controllers.ldap.basic.login instance at 0x89005cc&gt;
    * /usr/lib/python2.5/site-packages/web.py-0.34-py2.5.egg/web/application.py in handle_class
       382. def handle_class(cls):
       383. meth = web.ctx.method
       384. if meth == &#039;HEAD&#039; and not hasattr(cls, meth):
       385. meth = &#039;GET&#039;
       386. if not hasattr(cls, meth):
       387. raise web.nomethod(cls)
       388. tocall = getattr(cls(), meth)
       389. return tocall(*args) ...
       390.
       391. def is_class(o): return isinstance(o, (types.ClassType, type))
       392.
       393. if f is None:
       394. raise web.notfound()
       395. elif isinstance(f, application):
      ▶ Local vars
      Variable    Value
      args    
      []
      cls    
      &lt;class controllers.ldap.basic.login at 0x89512fc&gt;
      meth    
      u&#039;GET&#039;
      tocall    
      &lt;bound method login.GET of &lt;controllers.ldap.basic.login instance at 0x89005cc&gt;&gt;
    * /usr/lib/python2.5/site-packages/web.py-0.34-py2.5.egg/web/application.py in _delegate
       407. elif &#039;.&#039; in f:
       408. x = f.split(&#039;.&#039;)
       409. mod, cls = &#039;.&#039;.join(x[:-1]), x[-1]
       410. mod = __import__(mod, globals(), locals(), [&quot;&quot;])
       411. cls = getattr(mod, cls)
       412. else:
       413. cls = fvars[f]
       414. return handle_class(cls) ...
       415. elif hasattr(f, &#039;__call__&#039;):
       416. return f()
       417. else:
       418. return web.notfound()
       419.
       420. def _match(self, mapping, value):
      ▶ Local vars
      Variable    Value
      args    
      []
      cls    
      &lt;class controllers.ldap.basic.login at 0x89512fc&gt;
      f    
      u&#039;controllers.ldap.basic.login&#039;
      fvars    
      [could not display: &lt;TemplateNotFound: __repr__.html&gt;]
      handle_class    
      &lt;function handle_class at 0x889ce2c&gt;
      is_class    
      &lt;function is_class at 0x889cdf4&gt;
      mod    
      &lt;module &#039;controllers.ldap.basic&#039; from &#039;/usr/share/apache2/iredadmin/controllers/ldap/basic.py&#039;&gt;
      self    
      &lt;web.application.application instance at 0x86aac6c&gt;
      x    
      [u&#039;controllers&#039;, u&#039;ldap&#039;, u&#039;basic&#039;, u&#039;login&#039;]
    * /usr/lib/python2.5/site-packages/web.py-0.34-py2.5.egg/web/application.py in handle
       225.
       226. def browser(self):
       227. import browser
       228. return browser.AppBrowser(self)
       229.
       230. def handle(self):
       231. fn, args = self._match(self.mapping, web.ctx.path)
       232. return self._delegate(fn, self.fvars, args) ...
       233.
       234. def handle_with_processors(self):
       235. def process(processors):
       236. try:
       237. if processors:
       238. p, processors = processors[0], processors[1:]
      ▶ Local vars
      Variable    Value
      args    
      []
      fn    
      u&#039;controllers.ldap.basic.login&#039;
      self    
      &lt;web.application.application instance at 0x86aac6c&gt;
    * /usr/lib/python2.5/site-packages/web.py-0.34-py2.5.egg/web/application.py in process
       234. def handle_with_processors(self):
       235. def process(processors):
       236. try:
       237. if processors:
       238. p, processors = processors[0], processors[1:]
       239. return p(lambda: process(processors))
       240. else:
       241. return self.handle() ...
       242. except web.HTTPError:
       243. raise
       244. except (KeyboardInterrupt, SystemExit):
       245. raise
       246. except:
       247. print &gt;&gt; web.debug, traceback.format_exc()
      ▶ Local vars
      Variable    Value
      process    
      &lt;function process at 0x888f7d4&gt;
      processors    
      []
      self    
      &lt;web.application.application instance at 0x86aac6c&gt;

Request information
INPUT

No data.
COOKIES

No data.
META
Variable    Value
app_stack    
[&lt;web.application.application instance at 0x86aac6c&gt;]
fullpath    
u&#039;/&#039;
headers    
[]
home    
u&#039;https://mail.***.**.**/iredadmin&#039;
homedomain    
u&#039;https://mail.***.**.**&#039;
homepath    
u&#039;/iredadmin&#039;
host    
u&#039;mail.***.**.**&#039;
ip    
u&#039;***.***.**.***&#039;
lang    
&#039;de_DE&#039;
method    
u&#039;GET&#039;
output    
u&#039;&#039;
path    
u&#039;/&#039;
protocol    
u&#039;https&#039;
query    
u&#039;&#039;
realhome    
u&#039;https://mail.***.**.**/iredadmin&#039;
status    
&#039;200 OK&#039;
ENVIRONMENT
Variable    Value
DOCUMENT_ROOT    
&#039;/var/www/&#039;
GATEWAY_INTERFACE    
&#039;CGI/1.1&#039;
HTTPS    
&#039;1&#039;
HTTP_ACCEPT    
&#039;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#039;
HTTP_ACCEPT_CHARSET    
&#039;ISO-8859-1,utf-8;q=0.7,*;q=0.7&#039;
HTTP_ACCEPT_ENCODING    
&#039;gzip,deflate&#039;
HTTP_ACCEPT_LANGUAGE    
&#039;de-de,de;q=0.8,en-us;q=0.5,en;q=0.3&#039;
HTTP_CONNECTION    
&#039;keep-alive&#039;
HTTP_HOST    
&#039;mail.***.**.**&#039;
HTTP_KEEP_ALIVE    
&#039;300&#039;
HTTP_USER_AGENT    
&#039;Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9&#039;
PATH    
&#039;/usr/local/bin:/usr/bin:/bin&#039;
PATH_INFO    
&#039;/&#039;
PATH_TRANSLATED    
&#039;/var/www/index.html&#039;
QUERY_STRING    
&#039;&#039;
REMOTE_ADDR    
&#039;***.***.**.***&#039;
REMOTE_PORT    
&#039;49904&#039;
REQUEST_METHOD    
&#039;GET&#039;
REQUEST_URI    
&#039;/iredadmin&#039;
SCRIPT_FILENAME    
&#039;/usr/share/apache2/iredadmin/iredadmin.py&#039;
SCRIPT_NAME    
&#039;/iredadmin&#039;
SERVER_ADDR    
&#039;217.116.184.89&#039;
SERVER_ADMIN    
&#039;webmaster@localhost&#039;
SERVER_NAME    
&#039;mail.***.**.**&#039;
SERVER_PORT    
&#039;443&#039;
SERVER_PROTOCOL    
&#039;HTTP/1.1&#039;
SERVER_SIGNATURE    
&#039;&lt;address&gt;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2 Server at mail.***.**.** Port 443&lt;/address&gt;\n&#039;
SERVER_SOFTWARE    
&#039;Apache/2.2.9 (Debian) mod_ssl/2.2.9 OpenSSL/0.9.8g mod_wsgi/2.5 Python/2.5.2&#039;
mod_wsgi.application_group    
&#039;mail.***.**.**|/iredadmin&#039;
mod_wsgi.callable_object    
&#039;application&#039;
mod_wsgi.listener_host    
&#039;&#039;
mod_wsgi.listener_port    
&#039;443&#039;
mod_wsgi.process_group    
&#039;&#039;
mod_wsgi.reload_mechanism    
&#039;0&#039;
mod_wsgi.script_reloading    
&#039;1&#039;
mod_wsgi.version    
(2, 5)
wsgi.errors    
&lt;mod_wsgi.Log object at 0x88274b8&gt;
wsgi.file_wrapper    
&lt;built-in method file_wrapper of mod_wsgi.Adapter object at 0x842b4a0&gt;
wsgi.input    
&lt;mod_wsgi.Input object at 0x8693598&gt;
wsgi.multiprocess    
True
wsgi.multithread    
False
wsgi.run_once    
False
wsgi.url_scheme    
&#039;https&#039;
wsgi.version    
(1, 0)

You&#039;re seeing this error because you have web.config.debug set to True. Set that to False if you don&#039;t to see this.</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (igot2b)]]></author>
			<pubDate>Wed, 02 Jun 2010 09:19:59 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4144.html#p4144</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4143.html#p4143</link>
			<description><![CDATA[<p>Set &#039;debug = True&#039; in iRedAdmin config file: settings.ini, and then visit the same page, copy the error message here.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 02 Jun 2010 09:10:39 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4143.html#p4143</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4142.html#p4142</link>
			<description><![CDATA[<p>So I&#039;m supposed to wait, no?<br />Or can I give you some more helpful informations?</p>]]></description>
			<author><![CDATA[null@example.com (igot2b)]]></author>
			<pubDate>Wed, 02 Jun 2010 08:59:40 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4142.html#p4142</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4141.html#p4141</link>
			<description><![CDATA[<div class="quotebox"><cite>igot2b wrote:</cite><blockquote><p>0.1.3 for iRedAdmin</p></blockquote></div><p>Yes.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 02 Jun 2010 08:38:48 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4141.html#p4141</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4139.html#p4139</link>
			<description><![CDATA[<p>I downloaded the iRedMail-0.6.0.tar.bz2 as i already mentioned in the topic. And about iRedAdmin, i thought it would be included in the package. I noticed that the install-script downloaded iRedAdmin-0.1.3.tar.bz2 into the installation folder. /usr/share/apache2/iredadmin also points to /usr/share/apache2/iRedAdmin-0.1.3, so i guess its following numbers:</p><p>0.6.0 for iRedMail and<br />0.1.3 for iRedAdmin<br />?</p>]]></description>
			<author><![CDATA[null@example.com (igot2b)]]></author>
			<pubDate>Wed, 02 Jun 2010 08:27:34 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4139.html#p4139</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4121.html#p4121</link>
			<description><![CDATA[<div class="quotebox"><cite>odaraujo wrote:</cite><blockquote><p>Hi !</p><p>From a new install of iRedMail 0.6.0 no error but only access to rouncube. No phpmyadmin, no postfixadmin, no phpLDAPAdmin. </p><p>What&#039;s wrong?</p><p>Thanks</p></blockquote></div><p>Please ask your questions in a new forum topic, not in other&#039;s.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 01 Jun 2010 15:56:03 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4121.html#p4121</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4120.html#p4120</link>
			<description><![CDATA[<p>Hi !</p><p>From a new install of iRedMail 0.6.0 no error but only access to rouncube. No phpmyadmin, no postfixadmin, no phpLDAPAdmin. </p><p>What&#039;s wrong?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (odaraujo)]]></author>
			<pubDate>Tue, 01 Jun 2010 15:53:32 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4120.html#p4120</guid>
		</item>
		<item>
			<title><![CDATA[Re: Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4119.html#p4119</link>
			<description><![CDATA[<p>Which version of iRedMail &amp; iRedAdmin do you use?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 01 Jun 2010 14:44:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4119.html#p4119</guid>
		</item>
		<item>
			<title><![CDATA[Unknow Problem with iRedMail 0.6.0]]></title>
			<link>https://forum.iredmail.org/post4116.html#p4116</link>
			<description><![CDATA[<p>Hi!</p><p>First of all I highly appreciate your gorgoues work, many thanks for making setting up a mailserver that easy!</p><p>Anyway: I tried to set up the newest version of iRedMail today and encounterd an very intresting and for me unclear error when trying to contact the admin-panel:</p><div class="codebox"><pre><code>&lt;type &#039;exceptions.UnicodeDecodeError&#039;&gt; at /
&#039;ascii&#039; codec can&#039;t decode byte 0xc3 in position 17: ordinal not in range(128)
Python     /usr/lib/python2.5/site-packages/Jinja2-2.5-py2.5.egg/jinja2/utils.py in soft_unicode, line 803
Web     GET https://xxx/iredadmin/</code></pre></div><p>I&#039;m running a fresh Debian Lenny and did follow the installation instructions. Thanks in advance for the help, and keep up your good work!</p>]]></description>
			<author><![CDATA[null@example.com (igot2b)]]></author>
			<pubDate>Tue, 01 Jun 2010 12:39:07 +0000</pubDate>
			<guid>https://forum.iredmail.org/post4116.html#p4116</guid>
		</item>
	</channel>
</rss>
