<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail]]></title>
		<link>http://www.iredmail.org/forum/</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent topics at iRedMail.]]></description>
		<lastBuildDate>Mon, 06 Feb 2012 05:54:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[how to save box's password as  plaintext in mysql db]]></title>
			<link>http://www.iredmail.org/forum/topic2913-how-to-save-boxs-password-as-plaintext-in-mysql-db-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version: centos 5.5<br />- iRedMail version and backend (LDAP/MySQL): mysql <br />- Any related log? Log is helpful for troubleshooting.<br />==</p><p>Out of security , I need to know each&nbsp; box&#039;s password which stored in mysql db as encrypted&nbsp; format. </p><p>How can I set to change the encrypted PW to plaintext ? thanks a lot .</p>]]></description>
			<author><![CDATA[null@example.com (guoliang)]]></author>
			<pubDate>Mon, 06 Feb 2012 05:54:05 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2913-how-to-save-boxs-password-as-plaintext-in-mysql-db-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[White List]]></title>
			<link>http://www.iredmail.org/forum/topic2912-white-list-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version:&nbsp; Ubuntu Server 11.10 64 bits<br />- iRedMail version and backend (LDAP/MySQL):&nbsp; iRedMail 0.7.4 MySQL<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>Hi,</p><p>Is white listing working in iRedMail?, how can I add a new address to the white list?</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (manunauta)]]></author>
			<pubDate>Sun, 05 Feb 2012 20:01:58 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2912-white-list-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Internal server error]]></title>
			<link>http://www.iredmail.org/forum/topic2911-internal-server-error-new-posts.html</link>
			<description><![CDATA[<p>Hello,</p><p>First off I&#039;d like to thank you for all the work that&#039;s got into making this a truly brilliant mail server!</p><p>Next, there are two typos in the documentation for installing the panel on RHEL:</p><div class="codebox"><pre><code>Create addition columns in DBMail database: dbmail.

Note: It will create several new tables to store domain administrator accounts, create two new columns on table &quot;dbmail.dbmail_users&quot; to store user name and mail domain name.

# mysql -uroot -p
mysql&gt; USE dbmail;
mysql&gt; SOURCE /var/www/dbmailadmin/docs/samples/dbmail_additions.mysql;</code></pre></div><p>I believe that it should read dbmail_addition.mysql and not additions</p><div class="codebox"><pre><code>Create a global domain admin with password generated above:

# mysql -uroot -p</code></pre></div><p> <br />It should read mysql instead of ysql</p><br /><p>After that I&#039;m experiencing &quot;an internal server error&quot; as soon as I try to load the dbmailadmin page.</p><p>the error log says:<br /></p><div class="codebox"><pre><code>[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253] mod_wsgi (pid=1371): Target WSGI script &#039;/var/www/dbmailadmin/dbmailadmin.py&#039; cannot be loaded as Python module.
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253] mod_wsgi (pid=1371): Exception occurred processing WSGI script &#039;/var/www/dbmailadmin/dbmailadmin.py&#039;.
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253] Traceback (most recent call last):
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]   File &quot;/var/www/dbmailadmin/dbmailadmin.py&quot;, line 8, in &lt;module&gt;
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]     from libs import iredbase
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]   File &quot;/var/www/dbmailadmin/libs/iredbase.py&quot;, line 34, in &lt;module&gt;
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]     webmaster = cfg.general.get(&#039;webmaster&#039;, &#039;root&#039;)
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]   File &quot;/usr/lib/python2.6/site-packages/web/utils.py&quot;, line 76, in __getattr__
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253]     raise AttributeError, k
[Sun Feb 05 16:44:08 2012] [error] [client 89.158.211.253] AttributeError: &#039;general&#039;</code></pre></div><p>Switching the owner of the dbmailadmin directory and all its files/subfolders to apache fixes the above error, and I&#039;m able to login but all actions (such as creating a domain or a user) are met with an Internal server error. The actions are accomplished though as new users can log into roundcube.</p><p>The error log now shows on startup:</p><div class="codebox"><pre><code>[Sun Feb 05 17:20:08 2012] [error] Exception KeyError: KeyError(139827866965984,) in &lt;module &#039;threading&#039; from &#039;/usr/lib64/python2.6/threading.pyc&#039;&gt; ignored
[Sun Feb 05 17:20:08 2012] [warn] mod_wsgi: Compiled for Python/2.6.2.
[Sun Feb 05 17:20:08 2012] [warn] mod_wsgi: Runtime using Python/2.6.6.</code></pre></div><p>I appear to be experiencing a problem due to my python installation, but I keep encountering problem after problem. A quick google search returned <a href="http://code.google.com/p/modwsgi/wiki/InstallationIssues">this</a> instructing me to recompile mod_wsgi. But I can&#039;t get it to compile and get yet another error. Apparently the error is related to my version of python installed and I should reinstall it, but I&#039;m having a hard time finding out which version I should reinstall...</p><p>If anyone has any ideas (aside for switching over to Fedora), they would be much appreciated<br />Thanks!</p><p>Arthur</p><p>Centos 6.2 x64</p>]]></description>
			<author><![CDATA[null@example.com (arthurfabre)]]></author>
			<pubDate>Sun, 05 Feb 2012 18:24:56 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2911-internal-server-error-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Dovecot error]]></title>
			<link>http://www.iredmail.org/forum/topic2910-dovecot-error-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version: UBUNTU Server 11.10 64 bits<br />- iRedMail version and backend (LDAP/MySQL): iRedMail 0.7.4 MySQL<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>Hi,</p><p>Some users tell me that there are a lot of emails that do not reach the destination recipient. <br />I checked the message queue with the command &#039;postqueue -p&#039;, and I&#039;m getting this error continuously:</p><p>&quot;9BCD46801E3&nbsp; &nbsp; &nbsp;4344 Sun Feb&nbsp; 5 16:00:52&nbsp; MAILER-DAEMON<br />(temporary failure. Command output: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n &gt; dovecot-new.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:170: protocol managesieve {} has been replaced by protocol sieve { })&quot;</p><p>What&#039;s happening with dovecot?, Can this be the problem do not leave messages?</p>]]></description>
			<author><![CDATA[null@example.com (manunauta)]]></author>
			<pubDate>Sun, 05 Feb 2012 18:01:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2910-dovecot-error-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[IREDMAIL ONLINE]]></title>
			<link>http://www.iredmail.org/forum/topic2909-iredmail-online-new-posts.html</link>
			<description><![CDATA[<p>HI, I HAVE INSTALLED IREMAIL ON DEBIAN, BUT I WANT PUT IREDMAIL ON FREE HOSTING SO I CAN TEST.</p><p>IS THERE ANY WAY TO DO THIS ?</p><br /><p>Thanks,</p>]]></description>
			<author><![CDATA[null@example.com (jnads)]]></author>
			<pubDate>Sun, 05 Feb 2012 16:55:58 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2909-iredmail-online-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[!!! Installation problem - 0.7.4 - CentOS 6.2 - 64 bit !]]></title>
			<link>http://www.iredmail.org/forum/topic2908-installation-problem-074-centos-62-64-bit-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- CenTOS 6.2 64 bit<br />- iRedMail version 0.7.4<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>Dear Sirs,</p><p>Pls help:</p><p>Some errors:</p><p>--&gt; Finished Dependency Resolution<br />Error: Package: 2:postfix-2.8.7-1.el5.x86_64 (CentALT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libpq.so.4()(64bit)<br />Error: Package: 2:postfix-2.8.7-1.el5.x86_64 (CentALT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libmysqlclient.so.15()(64bit)<br />Error: Package: 2:postfix-2.8.7-1.el5.x86_64 (CentALT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libmysqlclient.so.15(libmysqlclient_15)(64bit)<br />Error: Package: 1:mod_ssl-2.2.22-1.el5.x86_64 (CentALT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libdistcache.so.1()(64bit)<br />Error: Package: 1:mod_ssl-2.2.22-1.el5.x86_64 (CentALT)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Requires: libnal.so.1()(64bit)<br /> You could try using --skip-broken to work around the problem<br /> You could try running: rpm -Va --nofiles --nodigest<br />&lt; ERROR &gt; Installation failed, please check the terminal output.<br />&lt; ERROR &gt; If you&#039;re not sure what the problem is, try to get help in iRedMail<br />&lt; ERROR &gt; forum: <a href="http://www.iredmail.org/forum/">http://www.iredmail.org/forum/</a></p><p>Thanx in advance!</p><p>Alexey.</p>]]></description>
			<author><![CDATA[null@example.com (novosat)]]></author>
			<pubDate>Sun, 05 Feb 2012 15:04:26 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2908-installation-problem-074-centos-62-64-bit-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Setting iredmail as a virtual host]]></title>
			<link>http://www.iredmail.org/forum/topic2907-setting-iredmail-as-a-virtual-host-new-posts.html</link>
			<description><![CDATA[<p>Hello,</p><p>I&#039;m trying to set all the iredmail components (Rouncube, iredamin and awstats) to run under a name based virtual host in apache instead of the default one (as apache will also host my website). Am I correct in assuming that all the apache settings that iredmail needs are in the rouncube.conf, iredadmin.conf awstats.conf and ssl.conf files? In other words does the iredadmin installer modify the htppd.conf file? </p><p>Thanks a lot!</p><p>Arthur</p><p>iredmail 0.7.4<br />Centos 6.2 x64</p>]]></description>
			<author><![CDATA[null@example.com (arthurfabre)]]></author>
			<pubDate>Sun, 05 Feb 2012 14:04:32 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2907-setting-iredmail-as-a-virtual-host-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Problem with iRedAdmin]]></title>
			<link>http://www.iredmail.org/forum/topic2906-problem-with-iredadmin-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version: FreeBSD 8.2-RELEASE-p6 amd64<br />- iRedMail version and backend (LDAP/MySQL): 0.7.4 - MySQL Backend<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>After update some packages iredadmin did not start. When i checked the log file; i saw this error:</p><p># tail -f httpd-error.log<br />[Fri Feb 03 15:16:24 2012] [notice] Apache/2.2.21 (FreeBSD) mod_ssl/2.2.21 OpenSSL/0.9.8q DAV/2 mod_wsgi/2.8 Python/2.6.7 configured -- resuming normal operations<br />[Fri Feb 03 14:58:00 2012] [error] [client xx.xx.xx.xx] File does not exist: /usr/local/www/apache22/data/favicon.ico<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx] mod_wsgi (pid=1446): Target WSGI script &#039;/usr/local/www/iredadmin/iredadmin.py&#039; cannot be loaded as Python module.<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx] mod_wsgi (pid=1446): Exception occurred processing WSGI script &#039;/usr/local/www/iredadmin/iredadmin.py&#039;.<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx] Traceback (most recent call last):<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx]&nbsp; &nbsp;File &quot;/usr/local/www/iredadmin/iredadmin.py&quot;, line 10, in &lt;module&gt;<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx]&nbsp; &nbsp; &nbsp;from libs import iredbase<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx]&nbsp; &nbsp;File &quot;/usr/local/www/iredadmin/libs/iredbase.py&quot;, line 8, in &lt;module&gt;<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx]&nbsp; &nbsp; &nbsp;from jinja2 import Environment, FileSystemLoader<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx] ImportError: No module named jinja2<br />[Fri Feb 03 14:58:07 2012] [error] [client xx.xx.xx.xx] File does not exist: /usr/local/www/apache22/data/favicon.ico</p><p>i think some code is not compatible with new updated packages. How can i fix this?</p><p>Here is some of my system major package versions:<br />apache-2.2.21<br />perl-threaded-5.14.2<br />python26-2.6.7_2<br />php5-5.3.8</p><p>Thanks for support.</p><p>Hasan Alp iNAN</p><p>Sorry about my English.</p>]]></description>
			<author><![CDATA[null@example.com (hainan)]]></author>
			<pubDate>Fri, 03 Feb 2012 13:29:27 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2906-problem-with-iredadmin-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Unable to send mail to google mail.]]></title>
			<link>http://www.iredmail.org/forum/topic2905-unable-to-send-mail-to-google-mail-new-posts.html</link>
			<description><![CDATA[<p>Hi,</p><p>I configure SPF and DKIM and i can&#039;t send mail to google.com</p><p>Command: dig -t txt example.com return TXT records.</p><p>Command: amavisd testkeys return pass</p><p>nslookup example.com return me ip address and nslookup ip_address return example.com</p><p>I have freeBSD 8.2 and Iredmail 0.7.2 on LDAP</p><p>hostname: ns2.example.com<br />command: hostname -f return ns2.example.com</p><p>My example.com files:</p><div class="codebox"><pre><code>$ORIGIN example.com.
$TTL 3600
@ 1D IN SOA @ michal.example.com (
                2012012001
                360
                900
                3600000
                3600
)

@       IN      NS      ns2.example.com.
        IN      MX 10   ns2.example.com.

@       IN      A       1.2.3.4
ns2     IN      A       1.2.3.4



example.com.       IN      TXT     &quot;v=spf1 ip4:1.2.3.4/32 -all&quot;
example.com.       IN      SPF     &quot;v=spf1 ip4:1.2.3.4/32 -all&quot;

ns2             IN      TXT     &quot;v=spf1 ip4:1.2.3.4 -all&quot;
ns2             IN      SPF     &quot;v=spf1 ip4:1.2.3.4 -all&quot;

dkim._domainkey.example.com.       IN      TXT (
  &quot;v=DKIM1; p=&quot;
  &quot;here is the secret key&quot;
  &quot;.....&quot;
  &quot;.....&quot;
  &quot;....&quot;)

www             IN      CNAME   example.com.</code></pre></div><p>When I sent mail to google mail, google said:<br /></p><div class="codebox"><pre><code>I&#039;m sorry to have to inform you that your message could not
be delivered to one or more recipients. It&#039;s attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

&lt;greatnet.pl@gmail.com&gt;: host gmail-smtp-in.l.google.com[173.194.65.26] said:
550-5.7.1 [1.2.3.4] The IP you&#039;re using to send mail is not authorized
to 550-5.7.1 send email directly to our servers. Please use the SMTP relay
at your 550-5.7.1 service provider instead. Learn more at
550 5.7.1 http://support.google.com/mail/bin/answer.py?answer=10336
t47si1292564eeb.67 (in reply to end of DATA command)</code></pre></div><p>When I sent mail to another mail side (for example: wp.pl or example.com) message go good.</p><p>Please help.</p><p>Best Regards<br />Michał==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version:<br />- iRedMail version and backend (LDAP/MySQL):<br />- Any related log? Log is helpful for troubleshooting.<br />====</p>]]></description>
			<author><![CDATA[null@example.com (Amarantus)]]></author>
			<pubDate>Fri, 03 Feb 2012 11:59:44 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2905-unable-to-send-mail-to-google-mail-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Mailing List Moderator Approval]]></title>
			<link>http://www.iredmail.org/forum/topic2904-mailing-list-moderator-approval-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version:<br />- iRedMail version and backend (LDAP/MySQL):<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>I&#039;m using iRedmail-Pro MySQL version, for the mailing list feature, is there a way for few member in the list need moderator&#039;s&nbsp; approval first before sent to the list? thanks</p>]]></description>
			<author><![CDATA[null@example.com (indrajaya)]]></author>
			<pubDate>Fri, 03 Feb 2012 08:03:00 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2904-mailing-list-moderator-approval-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Is it even possible to blacklist IP's on open source iredmail?]]></title>
			<link>http://www.iredmail.org/forum/topic2903-is-it-even-possible-to-blacklist-ips-on-open-source-iredmail-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version: 10.04.3LTS<br />- iRedMail version and backend (LDAP/MySQL): v0.1.5 (MySQL)&nbsp; &nbsp;<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>I want to know if its even possible to blacklist/whitelist IP&#039;s on open source iredmail if we make a custom script to input into the database?</p><p>I am really asking whats the database insert information for the blacklist for:</p><p>blacklist<br />blacklist_helo<br />blacklist_dnsname<br />blacklist_sender</p><p>then for whitelist</p><p>whitelist<br />whitelist_dnsname<br />whitelist_sender</p>]]></description>
			<author><![CDATA[null@example.com (nwohiobb)]]></author>
			<pubDate>Fri, 03 Feb 2012 01:45:35 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2903-is-it-even-possible-to-blacklist-ips-on-open-source-iredmail-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Can't restore my backup all users accounts.]]></title>
			<link>http://www.iredmail.org/forum/topic2902-cant-restore-my-backup-all-users-accounts-new-posts.html</link>
			<description><![CDATA[<p>I need help here,</p><p>I backed up my email server to a FTP server, while restoring the user back to the server <br />var/vmail/vmail/domain-name/users... i notice after doing this. users where not able to login to there mails and if i use outlook to get the mails, the mails will not drop but it will by saying receiving 20 0f 2400 mails.</p><p>Need to sort this out thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Ola)]]></author>
			<pubDate>Thu, 02 Feb 2012 22:07:38 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2902-cant-restore-my-backup-all-users-accounts-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Implement Z-push]]></title>
			<link>http://www.iredmail.org/forum/topic2901-implement-zpush-new-posts.html</link>
			<description><![CDATA[<p>I&#039;m trying to implement Z-push in our iredmail mailserver to support active sync.<br />Does anyone know what config settings to use for z-push.</p><p>Now it keeps syncing but doesn&#039;t fetch any e-mails.</p><p>I&#039;m using iredmail with LDAP Backend</p>]]></description>
			<author><![CDATA[null@example.com (luxus)]]></author>
			<pubDate>Thu, 02 Feb 2012 12:13:59 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2901-implement-zpush-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Internal server error while adding a IDN Domain]]></title>
			<link>http://www.iredmail.org/forum/topic2900-internal-server-error-while-adding-a-idn-domain-new-posts.html</link>
			<description><![CDATA[<p>==== Provide required information to help troubleshoot and get quick answer ====<br />- Linux/BSD distribution name and version: CentOS<br />- iRedMail version and backend (LDAP/MySQL): MySQL<br />- Any related log? Log is helpful for troubleshooting.<br />====</p><p>I was trying to add an IDN (Internationalized Domain Name) domain as an alias for one of my existing doamins and ran in an internal server error. It looks like iRedAdmin is not able to handle Umlaut domains (IDN Internationalized Domain Names). Can you confirm? <br />Do you treat this as a bug?</p><p>Regards<br />Jens</p>]]></description>
			<author><![CDATA[null@example.com (BigJens)]]></author>
			<pubDate>Thu, 02 Feb 2012 09:40:43 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2900-internal-server-error-while-adding-a-idn-domain-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[jinja2.exceptions.UndefinedError at /profile/domain/general/bbb.com]]></title>
			<link>http://www.iredmail.org/forum/topic2899-jinja2exceptionsundefinederror-at-profiledomaingeneralbbbcom-new-posts.html</link>
			<description><![CDATA[<p>another issue while trying to create or modify a domain from iredadmin pro i got this error from debug</p><p>jinja2.exceptions.UndefinedError at /profile/domain/general/bbb.com<br />&#039;Storage&#039; object has no attribute &#039;defaultuseraliases&#039;<br />Python &nbsp; &nbsp; /usr/lib64/python2.4/site-packages/jinja2/environment.py in getattr, line 349<br />Web &nbsp; &nbsp; GET <a href="https://172.16.17.188/iredadmin/profile/domain/general/bbb.com">https://172.16.17.188/iredadmin/profile … al/bbb.com</a></p>]]></description>
			<author><![CDATA[null@example.com (spyooo7)]]></author>
			<pubDate>Wed, 01 Feb 2012 23:04:06 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/topic2899-jinja2exceptionsundefinederror-at-profiledomaingeneralbbbcom-new-posts.html</guid>
		</item>
	</channel>
</rss>

