<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://iredmail.org/wiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Upgrade/iRedAdmin-Pro/LDAP/1.6.0-1.6.1 - Revision history</title>
		<link>http://iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/LDAP/1.6.0-1.6.1&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.5</generator>
		<lastBuildDate>Mon, 20 May 2013 04:35:07 GMT</lastBuildDate>
		<item>
			<title>ZhangHuangbin:&amp;#32;Created page with '__TOC__  * Release notes of iRedAdmin-Pro-LDAP-1.6.1 * Any questions please post in our forum: http://www.iredmail.org/forum/forum6.ht…'</title>
			<link>http://iredmail.org/wiki/index.php?title=Upgrade/iRedAdmin-Pro/LDAP/1.6.0-1.6.1&amp;diff=1560&amp;oldid=prev</link>
			<description>&lt;p&gt;Created page with &amp;#39;__TOC__  * &lt;a href=&quot;/wiki/index.php?title=Release.Notes/iRedAdmin-Pro/LDAP/1.6.1&quot; title=&quot;Release.Notes/iRedAdmin-Pro/LDAP/1.6.1&quot;&gt;Release notes of iRedAdmin-Pro-LDAP-1.6.1&lt;/a&gt; * Any questions please post in our forum: http://www.iredmail.org/forum/forum6.ht…&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
* [[Release.Notes/iRedAdmin-Pro/LDAP/1.6.1 |Release notes of iRedAdmin-Pro-LDAP-1.6.1]]&lt;br /&gt;
* Any questions please post in our forum: http://www.iredmail.org/forum/forum6.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Summary =&lt;br /&gt;
All you need to upgrade from v1.6.1 are:&lt;br /&gt;
&lt;br /&gt;
* Extract v1.6.1 source tarball.&lt;br /&gt;
* Copy config file from '''v1.6.0'''.&lt;br /&gt;
* Set correct file owner and permission.&lt;br /&gt;
* Restart Apache.&lt;br /&gt;
&lt;br /&gt;
That's all.&lt;br /&gt;
&lt;br /&gt;
= Upgrade steps =&lt;br /&gt;
Here are steps used to upgrade iRedAdmin-Pro-LDAP from 1.6.0 to v1.6.1:&lt;br /&gt;
&lt;br /&gt;
* Download iRedAdmin-Pro-LDAP-1.6.1 source tarball. (You should already received an email with download link, if you didn't get one, please mail to &amp;quot;support@ iredmail.org&amp;quot; directly.)&lt;br /&gt;
* Copy or upload iRedAdmin-Pro-LDAP-1.6.1 to your server which has iRedAdmin-Pro-LDAP-'''1.6.0''' running. We assume you copy it to '''/root/iRedAdmin-Pro-LDAP-1.6.1.tar.bz2'''.&lt;br /&gt;
&lt;br /&gt;
* Exact v1.6.1 source tarball, copy config file from old version '''v1.6.0''' directly, set correct file owner and permission, restart Apache web server.&lt;br /&gt;
{{cmd|&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
# ---- For RHEL/CentOS ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.6.1.tar.bz2 -C /var/www/&lt;br /&gt;
# cd /var/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.0/settings.ini iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.6.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.6.1/settings.ini&lt;br /&gt;
# /etc/init.d/httpd restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For Debian/Ubuntu ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.6.1.tar.bz2 -C /usr/share/apache2/&lt;br /&gt;
# cd /usr/share/apache2/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.0/settings.ini iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.6.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin:iredadmin iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.6.1/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For OpenSuSE ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.6.1.tar.bz2 -C /srv/www/&lt;br /&gt;
# cd /srv/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.0/settings.ini iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.6.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.6.1/settings.ini&lt;br /&gt;
# /etc/init.d/apache2 restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# ---- For FreeBSD ----&lt;br /&gt;
#&lt;br /&gt;
# tar xjf /root/iRedAdmin-Pro-LDAP-1.6.1.tar.bz2 -C /usr/local/www/&lt;br /&gt;
# cd /usr/local/www/&lt;br /&gt;
# cp iRedAdmin-Pro-LDAP-1.6.0/settings.ini iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# rm -i iredadmin                              # &amp;lt;- This is a symbol link.&lt;br /&gt;
# ln -s iRedAdmin-Pro-LDAP-1.6.1 iredadmin            # &amp;lt;- Create new symbol link.&lt;br /&gt;
# chown -R iredadmin iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod -R 0555 iRedAdmin-Pro-LDAP-1.6.1/&lt;br /&gt;
# chmod 0400 iRedAdmin-Pro-LDAP-1.6.1/settings.ini&lt;br /&gt;
# /usr/local/etc/rc.d/apache22 restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
That's all, you can now access iRedAdmin-Pro-LDAP-1.6.1 with your favorite web browser.&lt;br /&gt;
&lt;br /&gt;
= ChangeLog =&lt;br /&gt;
* 2011-06-26: Initial release.&lt;/div&gt;</description>
			<pubDate>Sun, 26 Jun 2011 14:34:58 GMT</pubDate>			<dc:creator>ZhangHuangbin</dc:creator>			<comments>http://iredmail.org/wiki/index.php?title=Talk:Upgrade/iRedAdmin-Pro/LDAP/1.6.0-1.6.1</comments>		</item>
	</channel>
</rss>