<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Category%3APhdcci_Migration</id>
	<title>Category:Phdcci Migration - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/index.php?action=history&amp;feed=atom&amp;title=Category%3APhdcci_Migration"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Category:Phdcci_Migration&amp;action=history"/>
	<updated>2026-07-25T11:43:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Category:Phdcci_Migration&amp;diff=1336&amp;oldid=prev</id>
		<title>Abhinav: Created page with &quot;category:Phdcci Migration ==&#039;&#039;&#039;Qmail With Vpopmail To Zimbra 7.2.3 Migration in CentOS 6.3&#039;&#039;&#039;==  ==                                                                        ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Category:Phdcci_Migration&amp;diff=1336&amp;oldid=prev"/>
		<updated>2013-05-30T09:57:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Phdcci_Migration&quot; title=&quot;Category:Phdcci Migration&quot;&gt;category:Phdcci Migration&lt;/a&gt; ==&amp;#039;&amp;#039;&amp;#039;Qmail With Vpopmail To Zimbra 7.2.3 Migration in CentOS 6.3&amp;#039;&amp;#039;&amp;#039;==  ==                                                                        ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[category:Phdcci Migration]]&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Qmail With Vpopmail To Zimbra 7.2.3 Migration in CentOS 6.3&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
==                                                                             For PHDCCI==  &lt;br /&gt;
&lt;br /&gt;
Created by : Abhinav Sharma&lt;br /&gt;
&lt;br /&gt;
TETRA INFORMATION SERVICES PVT. LTD.&lt;br /&gt;
&lt;br /&gt;
SYSTEM CONFIGURATION&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Vim /etc/hosts&lt;br /&gt;
&lt;br /&gt;
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 &lt;br /&gt;
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 &lt;br /&gt;
192.168.1.3 webmail.phdcci.in webmail&lt;br /&gt;
Set Hostname To webmail.phdcci.in&lt;br /&gt;
&lt;br /&gt;
# vi /etc/sysconfig/network&lt;br /&gt;
--------------------------------------------&lt;br /&gt;
HOSTNAME=webmail.phdcci.in&lt;br /&gt;
--------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Save &amp;amp; Close this file.&lt;br /&gt;
&lt;br /&gt;
Make changes to hosts file.&lt;br /&gt;
&lt;br /&gt;
Stop Apache and also make it off at boot time.&lt;br /&gt;
&lt;br /&gt;
# /etc/init.d/httpd stop&lt;br /&gt;
     # chkconfig httpd off&lt;br /&gt;
&lt;br /&gt;
Configure DNS.&lt;br /&gt;
 &lt;br /&gt;
      # Yum install bind*&lt;br /&gt;
      Configure  Bind in Jail Environment. &lt;br /&gt;
&lt;br /&gt;
      # vim /var/named/chroot/etc/named.conf&lt;br /&gt;
options {&lt;br /&gt;
	listen-on port 53 { 127.0.0.1; 192.168.0.3; };&lt;br /&gt;
	directory       &amp;quot;/var/named&amp;quot;;&lt;br /&gt;
	dump-file       &amp;quot;/var/named/data/cache_dump.db&amp;quot;;&lt;br /&gt;
	statistics-file &amp;quot;/var/named/data/named_stats.txt&amp;quot;;&lt;br /&gt;
	memstatistics-file &amp;quot;/var/named/data/named_mem_stats.txt&amp;quot;;&lt;br /&gt;
           Allow-Query   {localhost; 192.168.0.0;};&lt;br /&gt;
	recursion yes;&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
zone &amp;quot;phdcci.in&amp;quot;{&lt;br /&gt;
    	type master;&lt;br /&gt;
    	file &amp;quot;forward.zone&amp;quot;;&lt;br /&gt;
  };&lt;br /&gt;
&lt;br /&gt;
zone &amp;quot;0.168.192.in-addr.arpa&amp;quot; IN {&lt;br /&gt;
        type master;&lt;br /&gt;
        file &amp;quot;localhostrev.zone&amp;quot;;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
Then Do the Entries in Forward Zone&lt;br /&gt;
phdcci.in.	IN	MX 10	webmail.phdcci.in.&lt;br /&gt;
@                               IN NS           ns1.phdcci.in. &lt;br /&gt;
ns1.phdcci.in.             IN A            192.168.0.3 &lt;br /&gt;
webmail.phdcci.in.      IN A            192.168.0.3 &lt;br /&gt;
webmail.                     IN A            192.168.0.3 &lt;br /&gt;
phdcci.in.                    IN A            207.106.22.8             &lt;br /&gt;
cpanel                         IN A            68.233.251.20 &lt;br /&gt;
www.phdcci.in.           IN A            68.233.251.20 &lt;br /&gt;
www2.phdcci.in.         IN A            68.233.251.20 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reverse Zone&lt;br /&gt;
&lt;br /&gt;
$TTL 86400&lt;br /&gt;
@	IN SOA	webmail.phdcci.in. root.webmail.phdcci.in.  (&lt;br /&gt;
					20130503	; serial&lt;br /&gt;
					3600	; refresh&lt;br /&gt;
					1800	; retry&lt;br /&gt;
					604800	; expire&lt;br /&gt;
					86400 )	; minimum&lt;br /&gt;
	IN	NS	webmail.phdcci.in.	&lt;br /&gt;
	&lt;br /&gt;
3	IN	PTR	webmail.phdcci.in.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Start named service.&lt;br /&gt;
&lt;br /&gt;
# /etc/init.d/named Restart&lt;br /&gt;
Starting named: [  OK  ]&lt;br /&gt;
# chkconfig named on&lt;br /&gt;
# vim /etc/resolv.conf&lt;br /&gt;
--------------------------------------&lt;br /&gt;
nameserver 127.0.0.1&lt;br /&gt;
nameserver 4.2.2.2&lt;br /&gt;
&lt;br /&gt;
Install prerequisites of Zimbra&lt;br /&gt;
yum install sysstat compat-libstdc++-33 nc  -y&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Zimbra Installation&lt;br /&gt;
Mkdir /downloads&lt;br /&gt;
Cd /downloads&lt;br /&gt;
Extract Package &lt;br /&gt;
Cd zcs&lt;br /&gt;
./install.sh --platform-override&lt;br /&gt;
By This Zimbra Installed in Server.&lt;br /&gt;
&lt;br /&gt;
Now Migration of Users &lt;br /&gt;
&lt;br /&gt;
Step1: Extract User From vpopmail in one file And Cp into new Server tmp location&lt;br /&gt;
Step2: Arrange in Order Like&lt;br /&gt;
Vim User.txt&lt;br /&gt;
createAccount test@phdcci.in root123 displayName &amp;#039;Test Account&amp;#039; givenName Test sn Account zimbraPasswordMustChange True&lt;br /&gt;
&lt;br /&gt;
Step3: su – zimbra&lt;br /&gt;
Step4: zmprov &amp;lt; /tmp/user.txt&lt;br /&gt;
All User Are created by this command&lt;br /&gt;
&lt;br /&gt;
Migration of mails of some user&lt;br /&gt;
Command&lt;br /&gt;
imapsync --nosyncacls --subscribe --syncinternaldates &lt;br /&gt;
   --host1 192.168.0.1 --user1 yourAccount --password1 yourPassword &lt;br /&gt;
   --host2 192.168.0.3 --user2 yourZimbraAccount --password2 yourZimbraPassword&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
View Mail Option In Admin Panal:&lt;br /&gt;
Step1: Download zimlet from&lt;br /&gt;
http://www.zimbra.com/forums/administrators/56332-view-mail-button.html&lt;br /&gt;
Step2: Go to Admin panal then Zimlet then deploy the zimlet.&lt;/div&gt;</summary>
		<author><name>Abhinav</name></author>
	</entry>
</feed>