<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Upgrade Notes]]></title>
		<link>https://forum.iredmail.org/topic2207-upgrade-notes.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic2207.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Upgrade Notes.]]></description>
		<lastBuildDate>Tue, 12 Jul 2011 09:44:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10496.html#p10496</link>
			<description><![CDATA[<p>Configure files are OK.<br /></p><div class="quotebox"><cite>tim wrote:</cite><blockquote><p>&lt;Directory /var/www/iredadmin/&gt;</p></blockquote></div><p>Is this a symbol link or a directory? Did you have correct permission on this directory?<br />iRedAdmin directory should be owned by user/group &#039;vmail:mail&#039;, file permission is 0555, permission of config file /var/www/iredadmin/settings.ini is 0400.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Jul 2011 09:44:19 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10496.html#p10496</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10492.html#p10492</link>
			<description><![CDATA[<p>[root@mail ~]# grep -v &#039;^#&#039; /etc/httpd/conf.d/iredadmin.conf</p><p>WSGISocketPrefix /var/run/wsgi<br />WSGIDaemonProcess iredadmin user=iredadmin threads=15<br />WSGIProcessGroup iredadmin</p><p>AddType text/html .py</p><p>&lt;Directory /var/www/iredadmin/&gt;<br />&nbsp; &nbsp; Order deny,allow<br />&nbsp; &nbsp; Allow from all<br />&lt;/Directory&gt;<br />[root@mail ~]# </p><p>[root@mail ~]# grep -v &#039;^#&#039; /etc/httpd/conf.d/ssl.conf</p><p>LoadModule ssl_module modules/mod_ssl.so</p><p>Listen 443</p><br /><p>AddType application/x-x509-ca-cert .crt<br />AddType application/x-pkcs7-crl&nbsp; &nbsp; .crl</p><p>SSLPassPhraseDialog&nbsp; builtin</p><p>SSLSessionCache&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;shmcb:/var/cache/mod_ssl/scache(512000)<br />SSLSessionCacheTimeout&nbsp; 300</p><p>SSLMutex default</p><p>SSLRandomSeed startup file:/dev/urandom&nbsp; 256<br />SSLRandomSeed connect builtin</p><p>SSLCryptoDevice builtin</p><br /><p>&lt;VirtualHost _default_:443&gt;</p><br /><p>ErrorLog logs/ssl_error_log<br />TransferLog logs/ssl_access_log<br />LogLevel warn</p><p>SSLEngine on</p><p>SSLProtocol all -SSLv2</p><p>SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW</p><p>SSLCertificateFile /etc/pki/tls/certs/iRedMail_CA.pem</p><p>SSLCertificateKeyFile /etc/pki/tls/private/iRedMail.key</p><br /><br /><br /><br /><p>&lt;Files ~ &quot;\.(cgi|shtml|phtml|php3?)$&quot;&gt;<br />&nbsp; &nbsp; SSLOptions +StdEnvVars<br />&lt;/Files&gt;<br />&lt;Directory &quot;/var/www/cgi-bin&quot;&gt;<br />&nbsp; &nbsp; SSLOptions +StdEnvVars<br />&lt;/Directory&gt;</p><p>SetEnvIf User-Agent &quot;.*MSIE.*&quot; \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;nokeepalive ssl-unclean-shutdown \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;downgrade-1.0 force-response-1.0</p><p>CustomLog logs/ssl_request_log \<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \&quot;%r\&quot; %b&quot;</p><p>Alias /mail &quot;/var/www/roundcubemail/&quot;<br />Alias /webmail &quot;/var/www/roundcubemail/&quot;<br />Alias /roundcube &quot;/var/www/roundcubemail/&quot;<br />Alias /phpmyadmin &quot;/var/www/phpmyadmin/&quot;<br />Alias /awstats/icon &quot;/var/www/awstats/icon/&quot;<br />ScriptAlias /awstats &quot;/var/www/awstats/&quot;<br />WSGIScriptAlias /iredadmin &quot;/var/www/iredadmin/iredadmin.py/&quot;<br />Alias /iredadmin/static &quot;/var/www/iredadmin/static/&quot;<br />&lt;/VirtualHost&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </p><p>[root@mail ~]#</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Tue, 12 Jul 2011 08:11:19 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10492.html#p10492</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10491.html#p10491</link>
			<description><![CDATA[<p>Httpd on CentOS 5 allows symbolic link by default, can you show me output of below commands:<br /></p><div class="codebox"><pre><code># grep -v &#039;^#&#039; /etc/httpd/conf.d/iredadmin.conf
# grep -v &#039;^#&#039; /etc/httpd/conf.d/ssl.conf</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Jul 2011 07:58:06 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10491.html#p10491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10490.html#p10490</link>
			<description><![CDATA[<p>Centos</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Tue, 12 Jul 2011 07:54:20 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10490.html#p10490</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10487.html#p10487</link>
			<description><![CDATA[<div class="quotebox"><cite>tim wrote:</cite><blockquote><p>[Mon Jul 11 22:57:40 2011] [error] [client XX.XX.XX] Symbolic link not allowed or link target not accessible: /var/www/iredadmin</p></blockquote></div><p>Which OS do you use?</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 12 Jul 2011 07:30:23 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10487.html#p10487</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10484.html#p10484</link>
			<description><![CDATA[<p>Rerun the install script and I get the following</p><p>[Sun Jun 12 09:09:16 2011] [error] [client xxxxx] Target WSGI script not found or unable to stat: /var/www/iredadmin<br />[Sun Jun 12 09:12:20 2011] [error] [client xxxxxx] Target WSGI script not found or unable to stat: /var/www/iredadmin<br />[Sun Jun 12 09:12:36 2011] [error] [client xxxxxx] Directory index forbidden by Options directive: /var/www/html/</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Tue, 12 Jul 2011 07:21:18 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10484.html#p10484</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10481.html#p10481</link>
			<description><![CDATA[<p>I have copy and pasted the install</p><p>and i get</p><p>You don&#039;t have permission to access /iredadmin/ on this server.</p><p>[Mon Jul 11 22:57:40 2011] [error] [client XX.XX.XX] Symbolic link not allowed or link target not accessible: /var/www/iredadmin<br />[Mon Jul 11 23:07:30 2011] [error] [client XX.XX.XX] Symbolic link not allowed or link target not accessible: /var/www/iredadmin<br />[Mon Jul 11 23:07:44 2011] [error] [client X.XX.XX] Directory index forbidden by Options directive: /var/www/html/<br />[Mon Jul 11 23:08:00 2011] [error] [client XX.XX.XX] Symbolic link not allowed or link target not accessible: /var/www/iredadmin</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Tue, 12 Jul 2011 06:14:31 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10481.html#p10481</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10474.html#p10474</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>Migrate from iRedAdmin open source edition to Pro:<br /><a href="http://www.iredmail.org/wiki/index.php?title=Migrate/iRedAdmin-Pro/OSE-Pro">http://www.iredmail.org/wiki/index.php? … ro/OSE-Pro</a></p></blockquote></div><p>This tutorial is for iRedAdmin-0.1.4 (open source edition) and later versions.</p><div class="quotebox"><cite>tim wrote:</cite><blockquote><p>[root@mail www]# cp -p iRedAdmin-0.1.5/settings.ini iRedAdmin-Pro-1.2.1/<br />cp: cannot create regular file `iRedAdmin-Pro-1.2.1/&#039;: Is a directory</p></blockquote></div><p>You should replace &#039;iRedAdmin-Pro-1.2.1&#039; with &#039;iRedAdmin-Pro<span style="color:red">-MySQL</span>-1.2.1&#039;.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 11 Jul 2011 22:57:52 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10474.html#p10474</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10473.html#p10473</link>
			<description><![CDATA[<p>[root@mail www]# cp -p iRedAdmin-0.1.5/settings.ini iRedAdmin-Pro-1.2.1/<br />cp: cannot create regular file `iRedAdmin-Pro-1.2.1/&#039;: Is a directory</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Mon, 11 Jul 2011 22:31:01 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10473.html#p10473</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10472.html#p10472</link>
			<description><![CDATA[<p>that is for iredadmin 1.4 not 1.5</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Mon, 11 Jul 2011 22:15:15 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10472.html#p10472</guid>
		</item>
		<item>
			<title><![CDATA[Re: Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10467.html#p10467</link>
			<description><![CDATA[<p>Migrate from iRedAdmin open source edition to Pro:<br /><a href="http://www.iredmail.org/wiki/index.php?title=Migrate/iRedAdmin-Pro/OSE-Pro">http://www.iredmail.org/wiki/index.php? … ro/OSE-Pro</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 11 Jul 2011 21:59:24 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10467.html#p10467</guid>
		</item>
		<item>
			<title><![CDATA[Upgrade Notes]]></title>
			<link>https://forum.iredmail.org/post10466.html#p10466</link>
			<description><![CDATA[<p>Where can I find upgrade notes for Iredadmin Pro using </p><p>Iredmail-mysql 1.2.1</p><p>iredadmin 1.5</p><p>Regards</p>]]></description>
			<author><![CDATA[null@example.com (tim)]]></author>
			<pubDate>Mon, 11 Jul 2011 21:06:49 +0000</pubDate>
			<guid>https://forum.iredmail.org/post10466.html#p10466</guid>
		</item>
	</channel>
</rss>
