<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Subhash</id>
	<title>TetraWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Subhash"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Special:Contributions/Subhash"/>
	<updated>2026-07-25T06:38:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Mail_migration_from_send_mail_to_Qmail_prime-pci&amp;diff=1317</id>
		<title>Mail migration from send mail to Qmail prime-pci</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Mail_migration_from_send_mail_to_Qmail_prime-pci&amp;diff=1317"/>
		<updated>2013-04-06T05:02:50Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;Price-pci wanted transferred sent item of sendmail server to qmail server.  this has been done by this command  First mount sendmail home directory to qmail server with nfs wi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Price-pci wanted transferred sent item of sendmail server to qmail server.&lt;br /&gt;
&lt;br /&gt;
this has been done by this command&lt;br /&gt;
&lt;br /&gt;
First mount sendmail home directory to qmail server with nfs with proper permission and ownership&lt;br /&gt;
 /mb2md-3.20.pl -s /mnthome/rajendrababu/ -R -d /home/vmail/prime-pci.com/rajendrababu/Maildir/&lt;br /&gt;
&lt;br /&gt;
After this there will be created some extra folders in webmail (inbox sentitem etc.)&lt;br /&gt;
&lt;br /&gt;
 this is a script can download from net /mb2md-3.20.pl&lt;br /&gt;
&lt;br /&gt;
Righ now it is downloaded at /root/mailbox_to_maildir/mb2md-3.20.pl location in Qmail server&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Delete_mail_queue_In_Qmail&amp;diff=1261</id>
		<title>Delete mail queue In Qmail</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Delete_mail_queue_In_Qmail&amp;diff=1261"/>
		<updated>2013-02-18T12:48:16Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;==Objective==  Sometimes we get spam issue with Qmail. In that case thousands of mail will be in queue.  First stop qmail   vim /etc/inittab    SV:123456:respawn:/command/svsc...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
Sometimes we get spam issue with Qmail. In that case thousands of mail will be in queue.&lt;br /&gt;
&lt;br /&gt;
First stop qmail &lt;br /&gt;
&lt;br /&gt;
vim /etc/inittab &lt;br /&gt;
&lt;br /&gt;
 SV:123456:respawn:/command/svscanboot&lt;br /&gt;
&lt;br /&gt;
 # out above line end of file&lt;br /&gt;
&lt;br /&gt;
 init q&lt;br /&gt;
&lt;br /&gt;
For get help of qmHandle&lt;br /&gt;
&lt;br /&gt;
 qmHandle -h&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To know which user account has been compromised. this command shows which user sending maximum mail.&lt;br /&gt;
&lt;br /&gt;
 qmHandle -l |grep From:|sort|uniq -c|sort -nr|head&lt;br /&gt;
&lt;br /&gt;
Or can use below for same purpose&lt;br /&gt;
&lt;br /&gt;
 qmHandle -l|less&lt;br /&gt;
&lt;br /&gt;
get message ID &lt;br /&gt;
&lt;br /&gt;
 qmHandle -m&#039;message ID&#039;|less&lt;br /&gt;
&lt;br /&gt;
Please check in header file which user account compromised.&lt;br /&gt;
&lt;br /&gt;
Change password for it first and delete mail in queue.&lt;br /&gt;
&lt;br /&gt;
You can delete mail from queue using defference option to from qmHandle -h (help)&lt;br /&gt;
&lt;br /&gt;
For example&lt;br /&gt;
&lt;br /&gt;
 qmHandle -h&#039;Subject: limited offer&#039;&lt;br /&gt;
&lt;br /&gt;
above command will delete all messages in queue that have Subject: limited offer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:-&amp;gt;&#039;&#039;&#039;  Please never apply above commands before stop qmail(mentioned above).&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Mail_delete_in_Qmail&amp;diff=1257</id>
		<title>Mail delete in Qmail</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Mail_delete_in_Qmail&amp;diff=1257"/>
		<updated>2013-02-18T10:51:31Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;==Objective==  Sometimes we need to remove mail from mail box in Qmail for/till date. For example I have mail box containing 100G size.I want to remove all mails except leave ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
Sometimes we need to remove mail from mail box in Qmail for/till date.&lt;br /&gt;
For example I have mail box containing 100G size.I want to remove all mails except leave last 10 days mails.&lt;br /&gt;
&lt;br /&gt;
Just run a command with careful.&lt;br /&gt;
&lt;br /&gt;
 find /path/to/files* -mtime +5 -exec rm {} \;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;find&#039;&#039;&#039; ------------&amp;gt;   command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;/path/to/files*&#039;&#039;&#039; -&amp;gt; path of your file &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;-mtime&#039;&#039;&#039;  ---------&amp;gt; command&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;+5&#039;&#039;&#039;  -------------&amp;gt; leave 5 day mails from current date &amp;amp; remove rest of the  mails&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;rm {} \;&#039;&#039;&#039;  -------&amp;gt; files remove command.&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Add_relay_IP_zimbra_orientbell&amp;diff=1244</id>
		<title>Add relay IP zimbra orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Add_relay_IP_zimbra_orientbell&amp;diff=1244"/>
		<updated>2013-02-15T09:10:49Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;==Objective==  In postfix when we need change/add relay IP. Just run below commmand.  su - zimbra   zmprov modifyServer mail.orienttiles.com zimbraMtaMyNetworks &amp;#039;127.0.0.0/8  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
In postfix when we need change/add relay IP. Just run below commmand.&lt;br /&gt;
&lt;br /&gt;
su - zimbra&lt;br /&gt;
&lt;br /&gt;
 zmprov modifyServer mail.orienttiles.com zimbraMtaMyNetworks &#039;127.0.0.0/8  182.18.187.41/32&#039;&lt;br /&gt;
&lt;br /&gt;
 postfix reload&lt;br /&gt;
&lt;br /&gt;
 zmmtactl reload&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1240</id>
		<title>Spam mark orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1240"/>
		<updated>2013-02-14T06:19:46Z</updated>

		<summary type="html">&lt;p&gt;Subhash: /* Objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
When any mail id and domain to blacklist/whitelist in orinetbell follow below steps&lt;br /&gt;
&lt;br /&gt;
1.)su - zimbra&lt;br /&gt;
&lt;br /&gt;
 cd /opt/zimbra/conf&lt;br /&gt;
 vi salocal.cf.in&lt;br /&gt;
&lt;br /&gt;
2.)Add below keyword for blacklist and whitelist&lt;br /&gt;
&lt;br /&gt;
to block whole domain&lt;br /&gt;
&lt;br /&gt;
 blacklist_from *@irs.gov&lt;br /&gt;
&lt;br /&gt;
block a mail id only&lt;br /&gt;
&lt;br /&gt;
 blacklist_from subhash@irs.gov&lt;br /&gt;
&lt;br /&gt;
3.)and follow same step for white list replacing word whitelist_from instead of blacklist_from&lt;br /&gt;
&lt;br /&gt;
save file &lt;br /&gt;
&lt;br /&gt;
4.)restart below serivce to update above changes&lt;br /&gt;
&lt;br /&gt;
 zmmtactl restart &amp;amp;&amp;amp; zmamavisdctl restart&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1239</id>
		<title>Spam mark orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1239"/>
		<updated>2013-02-14T06:18:29Z</updated>

		<summary type="html">&lt;p&gt;Subhash: /* Objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
When any mail id and domain to blacklist/whitelist in orinetbell follow below steps&lt;br /&gt;
&lt;br /&gt;
#su - zimbra&lt;br /&gt;
&lt;br /&gt;
 cd /opt/zimbra/conf&lt;br /&gt;
 vi salocal.cf.in&lt;br /&gt;
&lt;br /&gt;
#Add below keyword for blacklist and whitelist&lt;br /&gt;
&lt;br /&gt;
to block whole domain&lt;br /&gt;
&lt;br /&gt;
 blacklist_from *@irs.gov&lt;br /&gt;
&lt;br /&gt;
block a mail id only&lt;br /&gt;
&lt;br /&gt;
 blacklist_from subhash@irs.gov&lt;br /&gt;
&lt;br /&gt;
#and follow same step for white list replacing word whitelist_from instead of blacklist_from&lt;br /&gt;
&lt;br /&gt;
save file &lt;br /&gt;
&lt;br /&gt;
restart below serivce to update above changes&lt;br /&gt;
&lt;br /&gt;
 zmmtactl restart &amp;amp;&amp;amp; zmamavisdctl restart&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1238</id>
		<title>Spam mark orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1238"/>
		<updated>2013-02-14T06:17:38Z</updated>

		<summary type="html">&lt;p&gt;Subhash: /* Objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
When any mail id and domain to blacklist/whitelist in orinetbell follow below steps&lt;br /&gt;
&lt;br /&gt;
#su - zimbra&lt;br /&gt;
&lt;br /&gt;
 cd /opt/zimbra/conf&lt;br /&gt;
 vi salocal.cf.in&lt;br /&gt;
&lt;br /&gt;
Add below keyword for blacklist and whitelist&lt;br /&gt;
&lt;br /&gt;
to block whole domain&lt;br /&gt;
&lt;br /&gt;
 blacklist_from *@irs.gov&lt;br /&gt;
&lt;br /&gt;
block a mail id only&lt;br /&gt;
&lt;br /&gt;
 blacklist_from subhash@irs.gov&lt;br /&gt;
&lt;br /&gt;
and follow same step for white list replacing word whitelist_from instead of blacklist_from&lt;br /&gt;
&lt;br /&gt;
save file &lt;br /&gt;
&lt;br /&gt;
restart below serivce to update above changes&lt;br /&gt;
&lt;br /&gt;
 zmmtactl restart &amp;amp;&amp;amp; zmamavisdctl restart&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1237</id>
		<title>Spam mark orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Spam_mark_orientbell&amp;diff=1237"/>
		<updated>2013-02-14T06:14:48Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;==Objective==  When any mail id and domain to blacklist/whitelist in orinetbell follow below steps   cd /opt/zimbra/conf  vi salocal.cf.in  Add below keyword for blacklist and...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
&lt;br /&gt;
When any mail id and domain to blacklist/whitelist in orinetbell follow below steps&lt;br /&gt;
&lt;br /&gt;
 cd /opt/zimbra/conf&lt;br /&gt;
 vi salocal.cf.in&lt;br /&gt;
&lt;br /&gt;
Add below keyword for blacklist and whitelist&lt;br /&gt;
&lt;br /&gt;
to block whole domain&lt;br /&gt;
&lt;br /&gt;
 blacklist_from *@irs.gov&lt;br /&gt;
&lt;br /&gt;
block a mail id only&lt;br /&gt;
&lt;br /&gt;
 blacklist_from subhash@irs.gov&lt;br /&gt;
&lt;br /&gt;
and follow same step for white list replacing word whitelist_from instead of blacklist_from&lt;br /&gt;
&lt;br /&gt;
save file &lt;br /&gt;
&lt;br /&gt;
restart below serivce to update above changes&lt;br /&gt;
&lt;br /&gt;
 zmmtactl restart &amp;amp;&amp;amp; zmamavisdctl restart&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1236</id>
		<title>Download mail from a particular date into pop a/c orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1236"/>
		<updated>2013-02-14T04:48:45Z</updated>

		<summary type="html">&lt;p&gt;Subhash: /* Objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
When client ask to download mails for particular account from a date.&lt;br /&gt;
Just run below command with mail id. &lt;br /&gt;
&#039;&#039;&#039;zmprov ma&#039;&#039;&#039;                            ---&amp;gt; command &lt;br /&gt;
                                   &lt;br /&gt;
&#039;&#039;&#039;yogesh.sambherwal@orientbell.com&#039;&#039;&#039;     ---&amp;gt; user mail id&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;zimbraPrefPop3DownloadSince&#039;&#039;&#039;          ---&amp;gt; commmand&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;20130205000000Z&#039;&#039;&#039;                      ---&amp;gt; date from download mail into pop account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 zmprov ma yogesh.sambherwal@orientbell.com zimbraPrefPop3DownloadSince 20130205000000Z&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1235</id>
		<title>Download mail from a particular date into pop a/c orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1235"/>
		<updated>2013-02-14T04:47:57Z</updated>

		<summary type="html">&lt;p&gt;Subhash: /* Objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
When client ask to download mails for particular account from a date.&lt;br /&gt;
Just run below command with mail id. &lt;br /&gt;
&#039;&#039;&#039;zmprov ma&#039;&#039;&#039;                            ---&amp;gt; command &lt;br /&gt;
                                   &lt;br /&gt;
&#039;&#039;&#039;yogesh.sambherwal@orientbell.com&#039;&#039;&#039;     ---&amp;gt; user mail id&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;zimbraPrefPop3DownloadSince&#039;&#039;&#039;          ---&amp;gt; commmand&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;20130205000000Z&#039;&#039;&#039;                      ---&amp;gt; date from download mail into pop account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 zmprov ma yogesh.sambherwal@orientbell.com zimbraPrefPop3DownloadSince 20130205000000Z&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1234</id>
		<title>Download mail from a particular date into pop a/c orientbell</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Download_mail_from_a_particular_date_into_pop_a/c_orientbell&amp;diff=1234"/>
		<updated>2013-02-14T04:40:45Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;==Objective== When client ask to download mails for particular account from a date. Just run below command with mail id.  zmprov ma                            ---&amp;gt; command yog...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
When client ask to download mails for particular account from a date.&lt;br /&gt;
Just run below command with mail id. &lt;br /&gt;
zmprov ma                            ---&amp;gt; command&lt;br /&gt;
yogesh.sambherwal@orientbell.com     ---&amp;gt; user mail id&lt;br /&gt;
zimbraPrefPop3DownloadSince          ---&amp;gt; commmand&lt;br /&gt;
20130205000000Z                      ---&amp;gt; date from download mail into pop account &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 zmprov ma yogesh.sambherwal@orientbell.com zimbraPrefPop3DownloadSince 20130205000000Z&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Block-encrypted-archives.png&amp;diff=1226</id>
		<title>File:Block-encrypted-archives.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Block-encrypted-archives.png&amp;diff=1226"/>
		<updated>2013-02-12T08:31:37Z</updated>

		<summary type="html">&lt;p&gt;Subhash: uploaded a new version of &amp;amp;quot;File:Block-encrypted-archives.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Block-encrypted-archives.png&amp;diff=1223</id>
		<title>File:Block-encrypted-archives.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Block-encrypted-archives.png&amp;diff=1223"/>
		<updated>2013-02-12T08:28:24Z</updated>

		<summary type="html">&lt;p&gt;Subhash: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=How_To_Block_Encrypted_Archives_In_Zimbra_alpha(Natiion_Today)&amp;diff=1222</id>
		<title>How To Block Encrypted Archives In Zimbra alpha(Natiion Today)</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=How_To_Block_Encrypted_Archives_In_Zimbra_alpha(Natiion_Today)&amp;diff=1222"/>
		<updated>2013-02-12T08:27:06Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot; == ISSUE ==  Mail was not delivered and it was flagged as virus, Due to pdf attached with it.   &amp;#039;&amp;#039;&amp;#039;By default Zimbra will block encrypted archives such as ZIP or PDF that can...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== ISSUE ==&lt;br /&gt;
&lt;br /&gt;
Mail was not delivered and it was flagged as virus, Due to pdf attached with it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;By default Zimbra will block encrypted archives such as ZIP or PDF that cannot be scanned. You can disable this function from the Global Settings.&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
&lt;br /&gt;
Block encrypted archives from GUI&lt;br /&gt;
&lt;br /&gt;
You can disable this function from the Global Settings by unchecking Block encrypted archives from the AS/AV tab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:/home/subhash/Desktop/block-encrypted-archives.png]]&lt;br /&gt;
&lt;br /&gt;
Block encrypted archives from command line&lt;br /&gt;
&lt;br /&gt;
vi /opt/zimbra/clamav-0.97.5/etc/clamd.conf&lt;br /&gt;
&lt;br /&gt;
In this file you can set ArchiveBlockEncrypted to NO or comment it out because NO is the default value&lt;br /&gt;
&lt;br /&gt;
    # Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR).&lt;br /&gt;
    # Default: no&lt;br /&gt;
    # ArchiveBlockEncrypted no&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=HOW_TO_PERMITE_USER_AS_SENDER_IN_MAILING_GROUP_IN_ZIMBRA_ORIENTBELL&amp;diff=1221</id>
		<title>HOW TO PERMITE USER AS SENDER IN MAILING GROUP IN ZIMBRA ORIENTBELL</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=HOW_TO_PERMITE_USER_AS_SENDER_IN_MAILING_GROUP_IN_ZIMBRA_ORIENTBELL&amp;diff=1221"/>
		<updated>2013-02-12T07:53:12Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot; # su - zimbra  $ cd /opt/zimbra/postfix/conf  Open permitted_senders_allstaff in vi  enter the user kumar.ashutosh@orientbell.com as below  kumar.ashutosh@orientbell.com     ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
# su - zimbra&lt;br /&gt;
&lt;br /&gt;
$ cd /opt/zimbra/postfix/conf&lt;br /&gt;
&lt;br /&gt;
Open permitted_senders_allstaff in vi&lt;br /&gt;
&lt;br /&gt;
enter the user kumar.ashutosh@orientbell.com as below&lt;br /&gt;
&lt;br /&gt;
kumar.ashutosh@orientbell.com        OK&lt;br /&gt;
&lt;br /&gt;
save it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and then&lt;br /&gt;
&lt;br /&gt;
$ /opt/zimbra/postfix/sbin/postmap /opt/zimbra/postfix/conf/permitted_senders_allstaff&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and then&lt;br /&gt;
&lt;br /&gt;
$ postfix reload&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Permited_sender.txt&amp;diff=1220</id>
		<title>File:Permited sender.txt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Permited_sender.txt&amp;diff=1220"/>
		<updated>2013-02-12T06:55:10Z</updated>

		<summary type="html">&lt;p&gt;Subhash: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Test123.png&amp;diff=180</id>
		<title>File:Test123.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Test123.png&amp;diff=180"/>
		<updated>2012-09-29T12:00:49Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Test File&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test File&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Spam_config_files&amp;diff=178</id>
		<title>Spam config files</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Spam_config_files&amp;diff=178"/>
		<updated>2012-09-29T11:12:49Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;DELETE SPAM MESSAGES&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; /var/qmail/bin/qmail-scanner-queue.pl  sa-delete=20 SPAM MARKE SCORE   vim /etc/mail/spamassassin/local.cf  /usr/share/spamassassin/  SPAM LOGS ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&#039;&#039;DELETE SPAM MESSAGES&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
/var/qmail/bin/qmail-scanner-queue.pl&lt;br /&gt;
&lt;br /&gt;
sa-delete=20&lt;br /&gt;
SPAM MARKE SCORE&lt;br /&gt;
 &lt;br /&gt;
vim /etc/mail/spamassassin/local.cf&lt;br /&gt;
&lt;br /&gt;
/usr/share/spamassassin/&lt;br /&gt;
&lt;br /&gt;
SPAM LOGS QMAIL&lt;br /&gt;
&lt;br /&gt;
/var/spool/qmailscan/qmail-queue.log&lt;br /&gt;
&lt;br /&gt;
RESTART SPAMASSASSING SERVICE FROM /SERVICE&lt;br /&gt;
svc -d /service/spamassassin/&lt;br /&gt;
&lt;br /&gt;
svc -u /service/spamassassin/&lt;br /&gt;
&lt;br /&gt;
Configuration files of spamassassin&lt;br /&gt;
&lt;br /&gt;
/usr/share/spamassassin &lt;br /&gt;
&lt;br /&gt;
/etc/mail/spamassassin directories.&lt;br /&gt;
&lt;br /&gt;
We can blacklist and whitelist a user or a domain in below file&lt;br /&gt;
&lt;br /&gt;
/etc/mail/spamassassin/local.cf&lt;br /&gt;
-----&lt;br /&gt;
whitelist_from  d.cary@sparkingwire.com&lt;br /&gt;
&lt;br /&gt;
blacklist_from  *@example.com&lt;br /&gt;
------&lt;br /&gt;
&lt;br /&gt;
--[[User:Subhash|Subhash]] 16:42, 29 September 2012 (IST)&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=CCAT_DOCS&amp;diff=177</id>
		<title>CCAT DOCS</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=CCAT_DOCS&amp;diff=177"/>
		<updated>2012-09-29T10:45:46Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot;Pls see our server login and ip details as below.  myslq -uroot for 96(NO PASSWORD) 2 Main servers and 1 Zimbra server.  1) Zimbra Server details. IP : 210.17.247.36 User: roo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pls see our server login and ip details as below.&lt;br /&gt;
&lt;br /&gt;
myslq -uroot for 96(NO PASSWORD)&lt;br /&gt;
2 Main servers and 1 Zimbra server.&lt;br /&gt;
&lt;br /&gt;
1) Zimbra Server details.&lt;br /&gt;
IP : 210.17.247.36&lt;br /&gt;
User: root&lt;br /&gt;
Pass: HR6DJheP&lt;br /&gt;
ssh port: 22&lt;br /&gt;
&lt;br /&gt;
2) For 2 main servers.&lt;br /&gt;
IP : 210.17.247.96 website server&lt;br /&gt;
IP : 210.17.247.97&lt;br /&gt;
User: root&lt;br /&gt;
ssh port: 8989&lt;br /&gt;
pass sys_481_ccat&lt;br /&gt;
Need to use SSH Auth type connection. SSHKey file iam attaching with this&lt;br /&gt;
mail.&lt;br /&gt;
SSHKEY pass is : dot com coins&lt;br /&gt;
&lt;br /&gt;
3) Second Zimbra Server details.   &lt;br /&gt;
ip : 113.28.42.81&lt;br /&gt;
username : root&lt;br /&gt;
passwd : cpqS%^V&lt;br /&gt;
&lt;br /&gt;
we used the below links for webmail access.&lt;br /&gt;
https://rathsworld.com:8889&lt;br /&gt;
https://pibl.com.hk:8889&lt;br /&gt;
&lt;br /&gt;
for the domain piblhk.com they are using exchange server hosting outside.&lt;br /&gt;
Admin panel for Zimbra is as below.&lt;br /&gt;
https://113.28.42.81:7071&lt;br /&gt;
	OR&lt;br /&gt;
https://rathsworld.com:7071&lt;br /&gt;
user : admin&lt;br /&gt;
passwd : Admin4Ma!l&lt;br /&gt;
&lt;br /&gt;
Zimbra tetratesting account: &lt;br /&gt;
e-mail id: tetratest@rathsworld.com&lt;br /&gt;
password : sysop0603&lt;br /&gt;
&lt;br /&gt;
Other 2 server details i will send you soon. For all the servers and&lt;br /&gt;
domains 210.17.247.96 &amp;amp; 97 is the name server.&lt;br /&gt;
&lt;br /&gt;
We dont have any standrad control panel. We use the below link for domain&lt;br /&gt;
controls.&lt;br /&gt;
&lt;br /&gt;
http://ccatsrv1.ccatgroup.com/vhsadmin&lt;br /&gt;
http://ccatsrv2.ccatgroup.com/vhsadmin&lt;br /&gt;
&lt;br /&gt;
Username : postmaster&lt;br /&gt;
Passwd : ccdnap&lt;br /&gt;
&lt;br /&gt;
***************************************************************************************************************&lt;br /&gt;
gmail account for testing:&lt;br /&gt;
tetra.ccat@gmail.com&lt;br /&gt;
sysop0603&lt;br /&gt;
***************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
look into this ticket: 2011090110001174 ] CCAT : Need to configure domain pacificexcel.net in CCATSRV1[..] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
domain added in &lt;br /&gt;
&lt;br /&gt;
cd /service/tinydns/root/&lt;br /&gt;
  578  ls&lt;br /&gt;
  579  ls -l&lt;br /&gt;
  580  ./add-ns e-lflash.com 210.17.247.96&lt;br /&gt;
  581  ./add-ns e-lflash.com 210.17.247.97&lt;br /&gt;
  582  cat data&lt;br /&gt;
  583  ls -l&lt;br /&gt;
  584  cat data&lt;br /&gt;
  585  ls -l&lt;br /&gt;
  586  cat data&lt;br /&gt;
  587  ls &lt;br /&gt;
  588  ./add-mx e-lflash.com 210.17.247.96&lt;br /&gt;
  589  ./add-mx e-lflash.com 210.17.247.97&lt;br /&gt;
  590  ./add-alias www.e-lflash.com 210.17.247.96 &lt;br /&gt;
  592  ./add-alias pop.e-lflash.com 210.17.247.96 &lt;br /&gt;
  593  ./add-alias e-lflash.com 210.17.247.96 &lt;br /&gt;
  594  ./add-alias mailadmin.e-lflash.com 210.17.247.96 &lt;br /&gt;
&lt;br /&gt;
RCA .&lt;br /&gt;
&lt;br /&gt;
rcpthosts.cdb was created on both the server by \&lt;br /&gt;
&lt;br /&gt;
/var/qmail/bin/qmail-cdb rcpthosts.cdb rcpthost.tmp &amp;lt; rcpthosts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CCAT CONFIGURE NEW DOMAIN IN CCAT SERVER 1 FOR MAIL SERVER:&lt;br /&gt;
===============================================================================&lt;br /&gt;
QUERY:&lt;br /&gt;
Need to configure the domain e-lflash.com in ccatsrv1. Pls do the&lt;br /&gt;
necessery setting for this doman in the server and send us the details. We&lt;br /&gt;
will change the name server setting in the register.&lt;br /&gt;
===============================================================================&lt;br /&gt;
&lt;br /&gt;
SOLUTION:&lt;br /&gt;
&lt;br /&gt;
RCA:&lt;br /&gt;
&lt;br /&gt;
********************************************************************************************&lt;br /&gt;
Note:Firstly take backup of all files which you want to edit.&lt;br /&gt;
&lt;br /&gt;
1. Create directory &amp;quot;www.e-lflash.com&amp;quot; in &amp;quot;/var/www/vhosts/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Add domain alias &amp;quot;e-lflash.com&amp;quot; in /etc/squirrelmail/apache.conf on ccatsrv1&lt;br /&gt;
   add this line in file:&lt;br /&gt;
  &amp;quot;ServerAlias pop.e-lflash.com&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for website &lt;br /&gt;
&lt;br /&gt;
cd /etc/apache2/sites-available/&lt;br /&gt;
create file domain.com &lt;br /&gt;
&amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
    ServerName blmintl.com&lt;br /&gt;
    ServerAlias www.blmintl.com&lt;br /&gt;
    DocumentRoot /var/www/vhosts/www.blmintl.com/www&lt;br /&gt;
    CustomLog /var/log/apache2/vhosts/blmintl.com.log combined&lt;br /&gt;
    ErrorLog /var/log/apache2/vhosts/blmintl.com-error&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ln -s /etc/apache2/sites-available/blmintl.com /etc/apache2/sites-enabled/blmintl.com&lt;br /&gt;
&lt;br /&gt;
reload apache2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. This steps applies on ccatsrv1 and ccatsrv2:&lt;br /&gt;
   cd /service/tinydns/root/&lt;br /&gt;
   ./add-ns e-lflash.com 210.17.247.96&lt;br /&gt;
   ./add-ns e-lflash.com 210.17.247.97&lt;br /&gt;
   ./add-mx e-lflash.com 210.17.247.96&lt;br /&gt;
   ./add-mx e-lflash.com 210.17.247.97&lt;br /&gt;
   ./add-alias www.e-lflash.com 210.17.247.96&lt;br /&gt;
   ./add-alias pop.e-lflash.com 210.17.247.96&lt;br /&gt;
   ./add-alias e-lflash.com 210.17.247.96&lt;br /&gt;
   ./add-alias mailadmin.e-lflash.com 210.17.247.96&lt;br /&gt;
&lt;br /&gt;
after this step execute &amp;quot;make&amp;quot; command to compile &amp;quot;data&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
4. rcpthosts.cdb was created on both servers:&lt;br /&gt;
add domain &amp;quot;e-lflash.com&amp;quot; in /var/qmail/control/rcpthosts &lt;br /&gt;
#/var/qmail/bin/qmail-cdb rcpthosts.cdb rcpthost.tmp &amp;lt; rcpthosts&lt;br /&gt;
&lt;br /&gt;
add into locals files in which server mailbox is exist.&lt;br /&gt;
#/var/qmail/bin/qmail-cdb locals.cdb locals.tmp &amp;lt; locals&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. add domain in &amp;quot;/var/qmail/control/smtproutes&amp;quot; file: (check mail box of e-lflash.com on both server before this step.)&lt;br /&gt;
e-lflash.com:210.17.247.96:25&lt;br /&gt;
&lt;br /&gt;
6. Restart apache2 service.&lt;br /&gt;
#/etc/init.d/apache2 restart|reload&lt;br /&gt;
********************************************************&lt;br /&gt;
&lt;br /&gt;
./add-ns indiadesk.com.hk 210.17.247.96&lt;br /&gt;
./add-ns galaxymarine.com.hk 210.17.247.97&lt;br /&gt;
&lt;br /&gt;
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;
&lt;br /&gt;
 210.17.247.39 &lt;br /&gt;
&lt;br /&gt;
Bee.Dee#@!mc &lt;br /&gt;
beedeemc.com&lt;br /&gt;
&lt;br /&gt;
Please find the vqadmin login Details.&lt;br /&gt;
&lt;br /&gt;
    URL:  &amp;lt;http://ccatindia.in/cgi-bin/vqadmin/vqadmin.cgi&amp;gt;&lt;br /&gt;
http://beedeemc.com/cgi-bin/vqadmin/vqadmin.cgi&lt;br /&gt;
    User Name: admin&lt;br /&gt;
    Password: Vqadmin-2.3.7&lt;br /&gt;
&lt;br /&gt;
&amp;lt;http://ccatindia.in/cgi-bin/qmailadmin&amp;gt;&lt;br /&gt;
http://beedeemc.com/cgi-bin/qmailadmin&lt;br /&gt;
&lt;br /&gt;
Domain:  &amp;lt;http://beedeemc.com/&amp;gt; beedeemc.com&lt;br /&gt;
Password: MailBee.Dee#2!&lt;br /&gt;
----------------------------------------------------------&lt;br /&gt;
SKYPE DETAILS&lt;br /&gt;
tetra.service&lt;br /&gt;
sysop0603&lt;br /&gt;
--[[User:Subhash|Subhash]] 16:15, 29 September 2012 (IST)&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Mysql_root_passwd&amp;diff=176</id>
		<title>Mysql root passwd</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Mysql_root_passwd&amp;diff=176"/>
		<updated>2012-09-29T07:22:29Z</updated>

		<summary type="html">&lt;p&gt;Subhash: Created page with &amp;quot; Category:&amp;#039;&amp;#039;&amp;#039;FORGET MYSQL ROOT PASSWORD&amp;#039;&amp;#039;&amp;#039;    1.Stop the mysql server.  /etc/init.d/mysqld stop  2.Start the mysql daemon with  –skip-grant-tables option. --  mysqld_saf...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[Category:&#039;&#039;&#039;FORGET MYSQL ROOT PASSWORD&#039;&#039;&#039; ]] &lt;br /&gt;
&lt;br /&gt;
1.Stop the mysql server.&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/mysqld stop&lt;br /&gt;
&lt;br /&gt;
2.Start the mysql daemon with  –skip-grant-tables option.&lt;br /&gt;
--&lt;br /&gt;
 mysqld_safe --skip-grant-tables&amp;amp;&lt;br /&gt;
&lt;br /&gt;
3.Login to the server as root user.&lt;br /&gt;
&lt;br /&gt;
[root@alpha ~]# mysql -u root&lt;br /&gt;
&lt;br /&gt;
Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;br /&gt;
our MySQL connection id is 1&lt;br /&gt;
Server version: 5.0.77 Source distribution&lt;br /&gt;
Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt;&lt;br /&gt;
4.Reset the mysql root password using the following commands.&lt;br /&gt;
--&lt;br /&gt;
mysql&amp;gt; use mysql;&lt;br /&gt;
mysql&amp;gt; update user set password=PASSWORD(&amp;quot;New root pass&amp;quot;) where User=&#039;root&#039;;&lt;br /&gt;
mysql&amp;gt; flush privileges;&lt;br /&gt;
mysql&amp;gt; quit&lt;br /&gt;
--&lt;br /&gt;
« Dispersed Storage&lt;br /&gt;
Adding multiple virtual network interfaces in Ubuntu »&lt;br /&gt;
Reset mysql root password&lt;br /&gt;
&lt;br /&gt;
Sometimes in some situations we forget some important things in their life LOL.So today I’m gonna share how to reset the reset the mysql root password.The steps are here.&lt;br /&gt;
&lt;br /&gt;
1.Stop the mysql server.&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/mysqld stop&lt;br /&gt;
&lt;br /&gt;
2.Start the mysql daemon with  –skip-grant-tables option.&lt;br /&gt;
&lt;br /&gt;
mysqld_safe --skip-grant-tables&amp;amp;&lt;br /&gt;
&lt;br /&gt;
3.Login to the server as root user.&lt;br /&gt;
&lt;br /&gt;
[root@alpha ~]# mysql -u root&lt;br /&gt;
&lt;br /&gt;
Welcome to the MySQL monitor.  Commands end with ; or \g.&lt;br /&gt;
&lt;br /&gt;
our MySQL connection id is 1&lt;br /&gt;
&lt;br /&gt;
Server version: 5.0.77 Source distribution&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4.Reset the mysql root password using the following commands.&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; use mysql;&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; update user set password=PASSWORD(&amp;quot;New root pass&amp;quot;) where User=&#039;root&#039;;&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; flush privileges;&lt;br /&gt;
&lt;br /&gt;
mysql&amp;gt; quit&lt;br /&gt;
&lt;br /&gt;
5.Stop the mysql daemon and start it again.&lt;br /&gt;
/etc/init.d/mysqld stop&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/mysqld start&lt;br /&gt;
&lt;br /&gt;
--[[User:Subhash|Subhash]] 12:52, 29 September 2012 (IST)&lt;/div&gt;</summary>
		<author><name>Subhash</name></author>
	</entry>
</feed>