<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — 67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
	<link rel="self" href="http://www.iredmail.org/forum/feed-atom-topic443.xml" />
	<updated>2010-08-27T23:17:12Z</updated>
	<generator>PunBB</generator>
	<id>http://www.iredmail.org/forum/topic443-67th-brazil-sao-luisma-fama-400-users.html</id>
		<entry>
			<title type="html"><![CDATA[Re: 67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post5334.html#p5334" />
			<content type="html"><![CDATA[<p>Iam using on Blumenau/SC/Brazil.</p><p>Ill use the iRedMail for 500 users or more... but iam just testing at the moment.</p><p>Recomendo a todos os Brasileiros, o sistema realmente é muito completo e fantastico!</p><p>Comprei a versao PRO do iRedAdmin, muito bom!</p>]]></content>
			<author>
				<name><![CDATA[awehmuth]]></name>
				<uri>http://www.iredmail.org/forum/user4972.html</uri>
			</author>
			<updated>2010-08-27T23:17:12Z</updated>
			<id>http://www.iredmail.org/forum/post5334.html#p5334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post4101.html#p4101" />
			<content type="html"><![CDATA[<p>Brazil, I also made a migration, but my network has -100 users.<br />I used the ISO ready to CentOS.</p><br /><p>Guaporé - RS</p>]]></content>
			<author>
				<name><![CDATA[Edinho]]></name>
				<uri>http://www.iredmail.org/forum/user3622.html</uri>
			</author>
			<updated>2010-05-31T16:47:40Z</updated>
			<id>http://www.iredmail.org/forum/post4101.html#p4101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1932.html#p1932" />
			<content type="html"><![CDATA[<p>Zang my English is very bad, but with the help of google translator will try to describe what we did.</p><p>in our old server we had a test database containing all users of the mail server. this database the information is on the table TNAccount. use the concat command to generate the migration scripts that generate the lines for migration in bulk using your script in py (create_mail_user_OpenLDAP.py), see if you can understand:</p><p>in mysql prompt:</p><p>select concat(&#039;fama.br, &#039;,username,&#039;, &#039;,password,&#039;, &#039;,fullname,&#039;, 262144000, &#039;) from TNAccount </p><p>the output is:</p><p>fama.br, postmaster, password, Postfix, 262144000, <br />fama.br, abuse, password, Conta do postfix, 262144000, <br />fama.br, user, password, Test User, 262144000, <br />fama.br, webmaster, password, Webmaster - ASCOM Administracao Pagina, 262144000, <br />etc (all user of the email server)</p><p>save it as user.csv and use create_mail_user_OpenLDAP.py to gerate .ldif&nbsp; wich all users. (import it using phpldapadmin)</p><p>using concat again we will create the command to in conjunction with the imap sync synchronize the accounts of all users</p><p>in mysql prompt:<br />*192.168.0.200 = old server (tnmail)<br />*192.168.0.100= new server (iredmail)</p><p>SELECT concat(&#039;imapsync --host1 192.168.0.200 --user1 &#039;, `Username` , &#039;@fama.br --password1=&#039; , `Password` , &#039; --host2 192.168.0.100 --user2 &#039;, `Username` , &#039;@fama.br --password2=&#039; , `Password` , &#039; --noauthmd5 --subscribe &#039;) as comando FROM `TNAccount`</p><p>the output is:</p><p>imapsync --host1 192.168.0.200 --user1 webmaster@fama.br --password1=password --host2 192.168.0.100 --user2 webmaster@fama.br --password2=password --noauthmd5 --subscribe<br />imapsync --host1 192.168.0.200 --user1 postmaster@fama.br --password1=password --host2 192.168.0.100 --user2 postmaster@fama.br --password2=password --noauthmd5 --subscribe<br />imapsync --host1 192.168.0.200 --user1 user@fama.br --password1=password --host2 192.168.0.100 --user2 user@fama.br --password2=password --noauthmd5 --subscribe<br />imapsync --host1 192.168.0.200 --user1 webmaster@fama.br --password1=password --host2 192.168.0.100 --user2 webmaster@fama.br --password2=password --noauthmd5 --subscribe</p><p>(etc... all user )</p><br /><br /><p>save the output wich the name migration.sh (chmod +x)&nbsp; in new server and use&nbsp; ./migration.sh in newserver</p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-25T21:28:37Z</updated>
			<id>http://www.iredmail.org/forum/post1932.html#p1932</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: 67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1902.html#p1902" />
			<content type="html"><![CDATA[<p>Thanks for your sharing.</p><p>It will be great if you can share us some migration tips <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>http://www.iredmail.org/forum/user2.html</uri>
			</author>
			<updated>2009-11-24T02:30:47Z</updated>
			<id>http://www.iredmail.org/forum/post1902.html#p1902</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[67th, Brazil, São Luís-MA, FAMA, +400 users]]></title>
			<link rel="alternate" href="http://www.iredmail.org/forum/post1900.html#p1900" />
			<content type="html"><![CDATA[<p>- Country: Brazil<br />- State/City: São Luís - MA<br />- Company: FAMA<br />- Web Site: <a href="http://www.fama.br">www.fama.br</a><br />- Backend (MySQL or OpenLDAP): Openldap<br />- Total Users: +400<br />- Comment: GREAT solution. Thanks for all the developers!</p><br /><br /><br /><p>Before the solution iredmail:</p><p>(TNmail server solution)<br />Slackware 10.1 <br />Postfix<br />Courier<br />Mailscanner(spamassassin+clamav)<br />Postgrey<br />roundcube<br />Virtual users stored in MysqlServer</p>]]></content>
			<author>
				<name><![CDATA[giorgiolago]]></name>
				<uri>http://www.iredmail.org/forum/user217.html</uri>
			</author>
			<updated>2009-11-23T22:57:57Z</updated>
			<id>http://www.iredmail.org/forum/post1900.html#p1900</id>
		</entry>
</feed>
