<?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=Prashantkumar</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=Prashantkumar"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Special:Contributions/Prashantkumar"/>
	<updated>2026-07-25T07:20:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Tuning_Kloxo_space_Issue&amp;diff=2391</id>
		<title>Tuning Kloxo space Issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Tuning_Kloxo_space_Issue&amp;diff=2391"/>
		<updated>2017-06-19T09:15:07Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:KLOXO]]&lt;br /&gt;
[[category:Jacob Ballas]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;&#039;Tuning Kloxo space Issue&#039;&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
SCENARIO:&lt;br /&gt;
On kloxo server, disk space was reach to 95% due to which critical client hosted on this server could be hampered  from recieving mails any point of time.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
On analyzing kloxo server through df -h and command ‘du -sh /home/lxadmin/mail/domains’  found “rtdc.in” directory to be consuming most space and hece below steps were performed.&lt;br /&gt;
Steps:&lt;br /&gt;
    # cd /home/lxadmin/mail/domains/rtdc.in/&lt;br /&gt;
&lt;br /&gt;
[ensure that below file is made of current date else all mails will fail to work for this domain ]&lt;br /&gt;
    # touch .qmail-default &lt;br /&gt;
&lt;br /&gt;
[ensure only to remove files older than 1 year ]&lt;br /&gt;
    # find . -mtime +365 -exec rm {} \;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Tuning_Kloxo_space_Issue&amp;diff=2390</id>
		<title>Tuning Kloxo space Issue</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Tuning_Kloxo_space_Issue&amp;diff=2390"/>
		<updated>2017-06-19T09:10:39Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:KLOXO category:Jacob Ballas   ==objective== Tuning Kloxo space Issue  SCENARIO: On kloxo server, disk space was reach to 95% due to which critical client host...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:KLOXO]]&lt;br /&gt;
[[category:Jacob Ballas]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
Tuning Kloxo space Issue&lt;br /&gt;
&lt;br /&gt;
SCENARIO:&lt;br /&gt;
On kloxo server, disk space was reach to 95% due to which critical client hosted on this server could be hampered  from recieving mails any point of time.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
On analyzing kloxo server through df -h and command ‘du -sh /home/lxadmin/mail/domains’  found “rtdc.in” directory to be consuming most space and hece below steps were performed.&lt;br /&gt;
Steps:&lt;br /&gt;
    # cd /home/lxadmin/mail/domains/rtdc.in/&lt;br /&gt;
&lt;br /&gt;
[ensure that below file is made of current date else all mails will fail to work for this domain ]&lt;br /&gt;
    # touch .qmail-default &lt;br /&gt;
&lt;br /&gt;
[ensure only to remove files older than 1 year ]&lt;br /&gt;
    # find . -mtime +365 -exec rm {} \;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2389</id>
		<title>Qmail restore at NIIT</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2389"/>
		<updated>2017-06-17T13:30:50Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:NIIT- CCTNS LUCKNOW‏‎]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Objective  =&lt;br /&gt;
&lt;br /&gt;
Qmail and Ldap  beckup restore on NIIT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1     Stop Qmail serive.&lt;br /&gt;
      qmailctl stop&lt;br /&gt;
&lt;br /&gt;
2. Copy backup of qmail and ldap to the server where we want to restore.&lt;br /&gt;
&lt;br /&gt;
3. move the current vmail file to new  org_17062017. And put backup vmail file to /home.&lt;br /&gt;
&lt;br /&gt;
4. Give vmail permission to vmail.&lt;br /&gt;
      chown -r vmail:vmail /home/vmail&lt;br /&gt;
&lt;br /&gt;
5. start qmail servie.&lt;br /&gt;
       qmailctl Start&lt;br /&gt;
&lt;br /&gt;
6.    Stop Ldap servie&lt;br /&gt;
       /etc/init.d/ldap stop &lt;br /&gt;
&lt;br /&gt;
7. delete old ldap file.&lt;br /&gt;
       rm -rf /var/lib/ldap/*&lt;br /&gt;
&lt;br /&gt;
8.  Put ldap backup to /var/lib/ldap/&lt;br /&gt;
&lt;br /&gt;
9. Give Ldap permission to /var/lib/ldap.&lt;br /&gt;
      chown -r Ldap:Ldap  /var/lib/Ldap&lt;br /&gt;
&lt;br /&gt;
10. change memory size in /etc/php.ini from 125 to 256MB&lt;br /&gt;
      vi  /etc/php.ini&lt;br /&gt;
&lt;br /&gt;
  memory_limit = 256M      ; Maximum amount of memory a script may consume&lt;br /&gt;
&lt;br /&gt;
11. start ldap service&lt;br /&gt;
     /etc/init.d/ldap start&lt;br /&gt;
&lt;br /&gt;
12. Restart httpd service.&lt;br /&gt;
      /etc/ini.d/httpd restart&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2388</id>
		<title>Qmail restore at NIIT</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2388"/>
		<updated>2017-06-17T13:28:34Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:NIIT- CCTNS LUCKNOW‏‎]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Objective  =&lt;br /&gt;
&lt;br /&gt;
Qmail and Ldap  beckup restore on NIIT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1     Stop Qmail serive.&lt;br /&gt;
      Qmailctl stop&lt;br /&gt;
&lt;br /&gt;
2. Copy backup of qmail and ldap to the server where we want to restore.&lt;br /&gt;
&lt;br /&gt;
3. move the current vmail file to new  org_17062017. And put backup vmail file to /home.&lt;br /&gt;
&lt;br /&gt;
4. Give vmail permission to vmail.&lt;br /&gt;
      Chown -r vmail:vmail /home/vmail&lt;br /&gt;
&lt;br /&gt;
5. start qmail servie.&lt;br /&gt;
 &lt;br /&gt;
    qmailctl Start&lt;br /&gt;
&lt;br /&gt;
6.    Stop Ldap servie&lt;br /&gt;
      /etc/init.d/ldap stop &lt;br /&gt;
&lt;br /&gt;
7. delete old ldap file.&lt;br /&gt;
    rm -rf /var/lib/ldap/*&lt;br /&gt;
&lt;br /&gt;
8.  Put ldap backup to /var/lib/ldap/&lt;br /&gt;
&lt;br /&gt;
9. Give Ldap permission to /var/lib/ldap.&lt;br /&gt;
   chown -r Ldap:Ldap  /var/lib/Ldap&lt;br /&gt;
&lt;br /&gt;
10. change memory size in /etc/php.ini from 125 to 256MB&lt;br /&gt;
     vi  /etc/php.ini&lt;br /&gt;
&lt;br /&gt;
  memory_limit = 256M      ; Maximum amount of memory a script may consume&lt;br /&gt;
&lt;br /&gt;
11. start ldap service&lt;br /&gt;
     /etc/init.d/ldap start&lt;br /&gt;
&lt;br /&gt;
12. Restart httpd service.&lt;br /&gt;
      /etc/ini.d/httpd restart&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2387</id>
		<title>Qmail restore at NIIT</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Qmail_restore_at_NIIT&amp;diff=2387"/>
		<updated>2017-06-17T13:16:39Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:NIIT-Tobacco Board Project‏‎     = Objective  =  Qmail and Ldap  beckup restore on NIIT   1     Stop Qmail serive.       Qmailctl stop  2. Copy backup of qmai...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:NIIT-Tobacco Board Project‏‎]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Objective  =&lt;br /&gt;
&lt;br /&gt;
Qmail and Ldap  beckup restore on NIIT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1     Stop Qmail serive.&lt;br /&gt;
      Qmailctl stop&lt;br /&gt;
&lt;br /&gt;
2. Copy backup of qmail and ldap to the server where we want to restore.&lt;br /&gt;
&lt;br /&gt;
3. move the current vmail file to new  org_17062017. And put backup vmail file to /home.&lt;br /&gt;
&lt;br /&gt;
4. Give vmail permission to vmail.&lt;br /&gt;
      Chown -r vmail:vmail /home/vmail&lt;br /&gt;
&lt;br /&gt;
5. start qmail servie.&lt;br /&gt;
 &lt;br /&gt;
    qmailctl Start&lt;br /&gt;
&lt;br /&gt;
6.    Stop Ldap servie&lt;br /&gt;
      /etc/init.d/ldap stop &lt;br /&gt;
&lt;br /&gt;
7. delete old ldap file.&lt;br /&gt;
    rm -rf /var/lib/ldap/*&lt;br /&gt;
&lt;br /&gt;
8.  Put ldap backup to /var/lib/ldap/&lt;br /&gt;
&lt;br /&gt;
9. Give Ldap permission to /var/lib/ldap.&lt;br /&gt;
   chown -r Ldap:Ldap  /var/lib/Ldap&lt;br /&gt;
&lt;br /&gt;
10. change memory size in /etc/php.ini from 125 to 256MB&lt;br /&gt;
     vi  /etc/php.ini&lt;br /&gt;
&lt;br /&gt;
  memory_limit = 256M      ; Maximum amount of memory a script may consume&lt;br /&gt;
&lt;br /&gt;
11. start ldap service&lt;br /&gt;
     /etc/init.d/ldap start&lt;br /&gt;
&lt;br /&gt;
12. Restart httpd service.&lt;br /&gt;
      /etc/ini.d/httpd restart&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Pic2.jpg&amp;diff=2385</id>
		<title>File:Pic2.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Pic2.jpg&amp;diff=2385"/>
		<updated>2017-06-14T12:19:18Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Pic1.jpg&amp;diff=2384</id>
		<title>File:Pic1.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Pic1.jpg&amp;diff=2384"/>
		<updated>2017-06-14T12:17:11Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Jbindia_mail_fetching&amp;diff=2383</id>
		<title>Jbindia mail fetching</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Jbindia_mail_fetching&amp;diff=2383"/>
		<updated>2017-06-13T11:19:30Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[category:KLOXO]]&lt;br /&gt;
[[category:Jacob Ballas‏‎]]&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
JBINDIA mail feching&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution to restart the pop service/ Courier service&lt;br /&gt;
SCENARIO:&lt;br /&gt;
Client = jbindia is unable to fetch mails from kloxo server.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
&lt;br /&gt;
1.	Log-in to :&lt;br /&gt;
http://mail.jbindia.co.in:7778/&lt;br /&gt;
&lt;br /&gt;
2.	select Services in &amp;quot;Server:Linux&amp;quot; table. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pic1.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click 3rd blue button to restart the courier pop3/imap service. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
[[File:pic2.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Jbindia_mail_fetching&amp;diff=2382</id>
		<title>Jbindia mail fetching</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Jbindia_mail_fetching&amp;diff=2382"/>
		<updated>2017-06-13T07:57:42Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot; category:KLOXO category:Jacob Ballas‏‎  ==objective== JBINDIA mail feching   Solution to restart the pop service/ Courier service SCENARIO: Client = jbindia is un...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
[[category:KLOXO]]&lt;br /&gt;
[[category:Jacob Ballas‏‎]]&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
JBINDIA mail feching&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution to restart the pop service/ Courier service&lt;br /&gt;
SCENARIO:&lt;br /&gt;
Client = jbindia is unable to fetch mails from kloxo server.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
&lt;br /&gt;
1.	Log-in to :&lt;br /&gt;
http://mail.jbindia.co.in:7778/&lt;br /&gt;
&lt;br /&gt;
2.	select Services in &amp;quot;Server:Linux&amp;quot; table. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pic1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click 3rd blue button to restart the courier pop3/imap service. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
[[File:pic2.jpg]]&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2381</id>
		<title>Jbindia mail fatching</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2381"/>
		<updated>2017-06-13T07:46:29Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Jacob Ballas‏‎]]&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
jbindia mail fatching from kloxo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution to restart the pop service/ Courier service&lt;br /&gt;
SCENARIO:&lt;br /&gt;
Client = jbindia is unable to fetch mails from kloxo server.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
&lt;br /&gt;
1.	Log-in to :&lt;br /&gt;
http://mail.jbindia.co.in:7778/&lt;br /&gt;
&lt;br /&gt;
2.	select Services in &amp;quot;Server:Linux&amp;quot; table. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
[[File:pic1.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click 3rd blue button to restart the courier pop3/imap service. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:pic2.jpg]]&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2380</id>
		<title>Jbindia mail fatching</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2380"/>
		<updated>2017-06-13T07:42:49Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Jacob Ballas‏‎]]&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
jbindia mail fatching from kloxo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution to restart the pop service/ Courier service&lt;br /&gt;
SCENARIO:&lt;br /&gt;
Client = jbindia is unable to fetch mails from kloxo server.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
&lt;br /&gt;
1.	Log-in to :&lt;br /&gt;
http://mail.jbindia.co.in:7778/&lt;br /&gt;
&lt;br /&gt;
2.	select Services in &amp;quot;Server:Linux&amp;quot; table. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/home/tetra/Desktop/pic1.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click 3rd blue button to restart the courier pop3/imap service. As highlighted below:&lt;br /&gt;
/home/tetra/Desktop/pic2.jpg&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2379</id>
		<title>Jbindia mail fatching</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Jbindia_mail_fatching&amp;diff=2379"/>
		<updated>2017-06-13T07:33:06Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:Jacob Ballas‏‎  ==objective== jbindia mail fatching from kloxo   Solution to restart the pop service/ Courier service SCENARIO: Client = jbindia is unable to ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Jacob Ballas‏‎]]&lt;br /&gt;
&lt;br /&gt;
==objective==&lt;br /&gt;
jbindia mail fatching from kloxo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Solution to restart the pop service/ Courier service&lt;br /&gt;
SCENARIO:&lt;br /&gt;
Client = jbindia is unable to fetch mails from kloxo server.&lt;br /&gt;
&lt;br /&gt;
RESOLUTION:&lt;br /&gt;
&lt;br /&gt;
1.	Log-in to :&lt;br /&gt;
http://mail.jbindia.co.in:7778/&lt;br /&gt;
&lt;br /&gt;
2.	select Services in &amp;quot;Server:Linux&amp;quot; table. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
click 3rd blue button to restart the courier pop3/imap service. As highlighted below:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra&amp;diff=2377</id>
		<title>Allow blocked compressed format extensions for all users in zimbra</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra&amp;diff=2377"/>
		<updated>2017-05-15T10:02:08Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:NEWSNATIONS  ==Objective== Allow blocked compressed format extensions for all users in zimbra for Newsnation   1. First log in to the zimbra admin penal and go to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:NEWSNATIONS]]&lt;br /&gt;
&lt;br /&gt;
==Objective==&lt;br /&gt;
Allow blocked compressed format extensions for all users in zimbra for Newsnation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. First log in to the zimbra admin penal and go to the globel setting then in Attachments option And check in the right side Box which Show “urrently blocked extensions by MTA”.&lt;br /&gt;
&lt;br /&gt;
2. If there is showing extesion list then select zip, rar, 7zip and remove them. And then save the changes.&lt;br /&gt;
&lt;br /&gt;
3. If the “Currently blocked extensions by MTA” is empty then login to the IP 115.112.117.163 and then login to zimbra server.&lt;br /&gt;
 &lt;br /&gt;
4. now open the given file&lt;br /&gt;
    vi /opt/zimbra/postfix/conf/main.cf &lt;br /&gt;
  &lt;br /&gt;
   in this file go to the last line in which you will find the following line&lt;br /&gt;
       mime_header_checks = regexp:/opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
5. Now copy the file and open it.&lt;br /&gt;
      Vim /opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
6. Now delete the extensions name like zip, rar, 7zip. And arrange the remaining with the same format as before.&lt;br /&gt;
&lt;br /&gt;
7. After saving this file restart postfix service.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra&amp;diff=2376</id>
		<title>File:Allow blocked compressed format extensions for all users in zimbra</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra&amp;diff=2376"/>
		<updated>2017-05-15T09:36:42Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:NEWSNATION   ==Objective== Allow blocked compressed format extensions for all users in zimbra for Newsnation   1. First log in to the zimbra admin penal and go to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:NEWSNATION]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Objective==&lt;br /&gt;
Allow blocked compressed format extensions for all users in zimbra for Newsnation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. First log in to the zimbra admin penal and go to the globel setting then in Attachments option And check in the right side Box which Show “urrently blocked extensions by MTA”.&lt;br /&gt;
&lt;br /&gt;
2. If there is showing extesion list then select zip, rar, 7zip and remove them. And then save the changes.&lt;br /&gt;
&lt;br /&gt;
3. If the “Currently blocked extensions by MTA” is empty then login to the IP 115.112.117.163 and then login to zimbra server.&lt;br /&gt;
 &lt;br /&gt;
4. now open the given file&lt;br /&gt;
    vi /opt/zimbra/postfix/conf/main.cf &lt;br /&gt;
  &lt;br /&gt;
   in this file go to the last line in which you will find the following line&lt;br /&gt;
       mime_header_checks = regexp:/opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
5. Now copy the file and open it.&lt;br /&gt;
      Vim /opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
6. Now delete the extensions name like zip, rar, 7zip. And arrange the remaining with the same format as before.&lt;br /&gt;
&lt;br /&gt;
7. After saving this file restart postfix service.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Reduce_mail_disk_space_in_supportwwfindia&amp;diff=2374</id>
		<title>Reduce mail disk space in supportwwfindia</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Reduce_mail_disk_space_in_supportwwfindia&amp;diff=2374"/>
		<updated>2017-04-19T05:39:32Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Created page with &amp;quot;category:SUPPORTWWFINDIA category:KLOXO   ==Objective== The Account supportwwfindia is using 101% of quota for maildisk_usage.  1) First login to the kloxo server usin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:SUPPORTWWFINDIA]]&lt;br /&gt;
[[category:KLOXO]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Objective==&lt;br /&gt;
The Account supportwwfindia is using 101% of quota for maildisk_usage.&lt;br /&gt;
&lt;br /&gt;
1) First login to the kloxo server using login sheet&lt;br /&gt;
&lt;br /&gt;
2) switch to root user&lt;br /&gt;
&lt;br /&gt;
3) Go to the domail list using bilow command:-&lt;br /&gt;
&lt;br /&gt;
      cd /home/lxadmin/mail/domain/&lt;br /&gt;
&lt;br /&gt;
4) Change timestamp of .qmail-default file using touch command below:-&lt;br /&gt;
&lt;br /&gt;
   touch .qmail-default ( so that it should not get deleted )&lt;br /&gt;
&lt;br /&gt;
5) just keep 6 months mail and delete old mails using below command:-&lt;br /&gt;
&lt;br /&gt;
     find . -mtime +180 -exec rm {} \;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Applying_global_IP_to_tetra_local_IP.odt&amp;diff=2370</id>
		<title>File:Applying global IP to tetra local IP.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Applying_global_IP_to_tetra_local_IP.odt&amp;diff=2370"/>
		<updated>2017-03-23T06:26:10Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=How_to_Implement_Sender_or_Moderator_Restricted_Groups_on_Qmail-LDAP_environment&amp;diff=2369</id>
		<title>How to Implement Sender or Moderator Restricted Groups on Qmail-LDAP environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=How_to_Implement_Sender_or_Moderator_Restricted_Groups_on_Qmail-LDAP_environment&amp;diff=2369"/>
		<updated>2017-03-15T13:17:47Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Qmail]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;How to Implement Sender or Moderator Restricted Groups on Qmail-LDAP environment&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Contents==&lt;br /&gt;
&lt;br /&gt;
= Sender Restricted Groups =&lt;br /&gt;
When a Sender send a mail to the group , the Qmail see whether the sender is allowed to send the mail or not . Also Sends back a mail to the sender , for him to reply and release the mail to the group members . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please have following example of Sender Restricted group implemented in LDAP &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;# testgroup@krishnamaruti.com, groups, krishnamaruti.com  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 dn: uid=testgroup@krishnamaruti.com,ou=groups,dc=krishnamaruti,dc=com&lt;br /&gt;
 mailMessageStore: krishnamaruti.com/testgroup&lt;br /&gt;
 objectClass: top&lt;br /&gt;
 objectClass: person&lt;br /&gt;
 objectClass: organizationalPerson&lt;br /&gt;
 objectClass: inetOrgPerson&lt;br /&gt;
 objectClass: qmailUser&lt;br /&gt;
 &#039;&#039;&#039;objectClass: qmailGroup &#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;senderconfirm: TRUE&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;membersonly: TRUE&#039;&#039;&#039;&lt;br /&gt;
 sn: GROUP-K&lt;br /&gt;
 uid: testgroup@krishnamaruti.com&lt;br /&gt;
 userPassword:: e01ENX1YMDNNTzFxblpkWWRneWZldUlMUG1RPT0=&lt;br /&gt;
 cn: GROUP-K&lt;br /&gt;
 deliveryMode: noLocal&lt;br /&gt;
 givenName: KMLGRPOUP&lt;br /&gt;
 &#039;&#039;&#039;mailAlternateAddress: testgroup-catchall@krishnamaruti.com &#039;&#039;&#039;&lt;br /&gt;
 mail: testgroup@krishnamaruti.com&lt;br /&gt;
 &#039;&#039;&#039;rfc822sender: &#039;&#039;&#039;biswajit@tetrain.com&lt;br /&gt;
 &#039;&#039;&#039;rfc822member: &#039;&#039;&#039;[mailto:biswajit@tetrain.com biswajit@tetrain.com]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please note &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;objectClass: qmailGroup&#039;&#039;&#039;  is mandatory &lt;br /&gt;
* &#039;&#039;&#039;mailAlternateAddress&#039;&#039;&#039; – A catch all type of address needs to be created as shown in example &lt;br /&gt;
* The Restricted Sender is defined a email address by &#039;&#039;&#039;rfc822sender . &#039;&#039;&#039;The sender can belong to any domain . You can also define &#039;&#039;&#039;dnsender&#039;&#039;&#039;&lt;br /&gt;
* Group Members are defined by 2 ways &lt;br /&gt;
** &#039;&#039;&#039;rfc822member , &#039;&#039;&#039;where any email address can come&#039;&#039;&#039; .&#039;&#039;&#039;&lt;br /&gt;
** &#039;&#039;&#039;dnmember , &#039;&#039;&#039;where you can define any distinquish names (dn) of this LDAP . For ex . dn: [mailto:uid%3Dtetra@krishnamaruti.com uid=tetra@krishnamaruti.com],dc=krishnamaruti,dc=com&lt;br /&gt;
* To Ensure that the mails generated by the sender are authentic in nature , &#039;&#039;&#039;senderconfirm: TRUE &#039;&#039;&#039;is specified . An return mail to the same ID will be generated by Qmail ( Qmail-secetary ) and the sender has to reply this mail to release the sent mail to Group . &lt;br /&gt;
&lt;br /&gt;
= Moderator Restricted Groups =&lt;br /&gt;
&lt;br /&gt;
When a Sender send a mail to the group , the Qmail sends a mail to the defined moderators for approval . When Moderator replies , then Qmail releases the mail to the group members . &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please have following example of Modrator Restricted group implemented in LDAP&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;# group_1, tetrain.com, tetrain.com &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 dn: uid=group_1,ou=tetrain.com,dc=tetrain,dc=com&lt;br /&gt;
 objectClass: top&lt;br /&gt;
 objectClass: qmailUser&lt;br /&gt;
 &#039;&#039;&#039;objectClass: qmailGroup&#039;&#039;&#039;&lt;br /&gt;
 objectClass: inetOrgPerson&lt;br /&gt;
 sn: group_1&lt;br /&gt;
 cn: group_1&lt;br /&gt;
 uid: group_1&lt;br /&gt;
 mailMessageStore: tetrain.com/group_1&lt;br /&gt;
 mail: group_1@tetrain.com&lt;br /&gt;
 &#039;&#039;&#039;mailAlternateAddress: group_1-catchall@tetrain.com&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;dnmoderator:&#039;&#039;&#039; uid=biswajit,ou=tetrain.com,dc=tetrain,dc=com&lt;br /&gt;
 &#039;&#039;&#039;confirmtext: &#039;&#039;&#039;Do you really want to post to this group,R U Sure ?&lt;br /&gt;
 &#039;&#039;&#039;moderatortext:&#039;&#039;&#039; Hello, hello!? Shall we proceed and send this out?&lt;br /&gt;
 dnmember: uid=biswajit,ou=tetrain.com,dc=tetrain,dc=com&lt;br /&gt;
 rfc822member: [mailto:biswajit_gmail@gmail.com biswajit_gmail@gmail.com]&lt;br /&gt;
 &lt;br /&gt;
Please note &lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;objectClass: qmailGroup&#039;&#039;&#039; is mandatory &lt;br /&gt;
* &#039;&#039;&#039;mailAlternateAddress&#039;&#039;&#039; – A catch all type of address needs to be created as shown in example &lt;br /&gt;
* The Modrator is defined by &#039;&#039;&#039;dnmoderator &#039;&#039;&#039;for ex.&#039;&#039;&#039; &#039;&#039;&#039;uid=biswajit,ou=tetrain.com,dc=tetrain,dc=com ( The distinguish name in LDAP)&#039;&#039;&#039; . &#039;&#039;&#039;You can also define &#039;&#039;&#039;rfc822moderator&#039;&#039;&#039; , which can be any email address belonging to any domain . &lt;br /&gt;
* To Ensure that the mails generated by the sender are moderated , &#039;&#039;&#039;confirmtext: &#039;&#039;&#039;and&#039;&#039;&#039; moderatortext &#039;&#039;&#039;is specified . An mail to the moderator&#039;s ID will be generated by Qmail ( Qmail-secetary ) and the any of the moderator has to reply this mail to release the sent mail to Group . &lt;br /&gt;
&lt;br /&gt;
== Allow full domain to send mail other restricted ==&lt;br /&gt;
Add an attribute like &lt;br /&gt;
 filtersender: (mail=*@sceh.net)&lt;br /&gt;
&lt;br /&gt;
This will allow all the populated address in the ldap having &amp;lt;anyuser&amp;gt;@sceh.net to send the mail to this list and will not allow any other domain to send mail to this list .&lt;br /&gt;
&lt;br /&gt;
= Referance =&lt;br /&gt;
* QLDAPGROUP file in Qmail Source after Qmail-LDAP patch Applied [[File:QLDAPGROUP.txt]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I Hope it is clear . Please get back @ [mailto:biswajit@tetrain.com biswajit@tetrain.com] for clarification&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Reports_was_not_displaying_on_Beetal.odt&amp;diff=2365</id>
		<title>File:Reports was not displaying on Beetal.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Reports_was_not_displaying_on_Beetal.odt&amp;diff=2365"/>
		<updated>2017-02-12T09:27:39Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: /* objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
Reports was not displaying on Beetal&lt;br /&gt;
&lt;br /&gt;
For this we had restarted the tomcat server.&lt;br /&gt;
&lt;br /&gt;
1.login to tetraadmin user.&lt;br /&gt;
&lt;br /&gt;
2.Switch to tomocat user “rep6545”&lt;br /&gt;
    su -rep6545&lt;br /&gt;
&lt;br /&gt;
3.Execute the command&lt;br /&gt;
     cd tomcat4/bin/&lt;br /&gt;
&lt;br /&gt;
4.Command to stop tomcat server&lt;br /&gt;
     ./shutdown.sh&lt;br /&gt;
&lt;br /&gt;
5.Command to start the tomcat server &lt;br /&gt;
     ./startup.sh&lt;br /&gt;
&lt;br /&gt;
Note:report server log path is-&lt;br /&gt;
&lt;br /&gt;
  /home/rep6545/tomcat4/log/CCreport.log&lt;br /&gt;
&lt;br /&gt;
6.Execute the command&lt;br /&gt;
     cd tomcat4/bin/*&lt;br /&gt;
&lt;br /&gt;
7.Execute the command&lt;br /&gt;
     cd tomcat4/bin/&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Reports_was_not_displaying_on_Beetal.odt&amp;diff=2364</id>
		<title>File:Reports was not displaying on Beetal.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Reports_was_not_displaying_on_Beetal.odt&amp;diff=2364"/>
		<updated>2017-02-12T09:13:10Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra_1.odt&amp;diff=2363</id>
		<title>File:Allow blocked compressed format extensions for all users in zimbra 1.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra_1.odt&amp;diff=2363"/>
		<updated>2017-02-12T08:52:45Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: /* objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
Allow blocked compressed format extensions for all users in zimbra for Newsnation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. First log in to the zimbra admin penal and go to the globel setting then in Attachments option And check in the right side Box which Show “urrently blocked extensions by MTA”.&lt;br /&gt;
&lt;br /&gt;
2. If there is showing extesion list then select zip, rar, 7zip and remove them. And then save the changes.&lt;br /&gt;
&lt;br /&gt;
3. If the “Currently blocked extensions by MTA” is empty then login to the IP 115.112.117.163 and then login to zimbra server.&lt;br /&gt;
 &lt;br /&gt;
4. now open the given file&lt;br /&gt;
    vi /opt/zimbra/postfix/conf/main.cf &lt;br /&gt;
  &lt;br /&gt;
   in this file go to the last line in which you will find the following line&lt;br /&gt;
       mime_header_checks = regexp:/opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
5. Now copy the file and open it.&lt;br /&gt;
      Vim /opt/zimbra/conf/mime_header_checks&lt;br /&gt;
&lt;br /&gt;
6. Now delete the extensions name like zip, rar, 7zip. And arrange the remaining with the same format as before.&lt;br /&gt;
&lt;br /&gt;
7. After saving this file restart postfix service.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra_1.odt&amp;diff=2362</id>
		<title>File:Allow blocked compressed format extensions for all users in zimbra 1.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Allow_blocked_compressed_format_extensions_for_all_users_in_zimbra_1.odt&amp;diff=2362"/>
		<updated>2017-02-12T08:45:25Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Manual-process-triburg-archive-population.odt&amp;diff=2361</id>
		<title>File:Manual-process-triburg-archive-population.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Manual-process-triburg-archive-population.odt&amp;diff=2361"/>
		<updated>2017-02-12T08:07:35Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: /* objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Objective==&lt;br /&gt;
Process for manually activating the archive users  on Triburg Zimbra mail archive server &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As the automated script is failing due to the fact , Triburg’s Admin people ( Ramesh ) delete some accounts from the archiving Server , we have to adopt following Manual process .&lt;br /&gt;
&lt;br /&gt;
Prerequisite from Triburg’s Team&lt;br /&gt;
Accounts created recently and not able to get mails on the said accounts &lt;br /&gt;
 &lt;br /&gt;
Process to follow &lt;br /&gt;
&lt;br /&gt;
1. Main Mail Server – mail.triburg.co.in , 124.30.5.188 (Local IP 172.16.1.6).&lt;br /&gt;
&lt;br /&gt;
2. Archive Server – archive2.triburg.co.in ( 172.16.1.19 ).&lt;br /&gt;
&lt;br /&gt;
3. Login to archive server after login via mail.triburg.co.in ( key based , password less authentication).&lt;br /&gt;
&lt;br /&gt;
4. confirm the existence of given users via &lt;br /&gt;
        zmprov -l gaa | grep -i &amp;lt;said_user&amp;gt;&lt;br /&gt;
  (as zimbra users and use only the name and not the full address as full address will be said_user@archive2@triburg.co.in).&lt;br /&gt;
&lt;br /&gt;
5. if all users exists then Proceed to next step , else create user on archive server by zimbra cli as&lt;br /&gt;
             user@archive2.triburg.co.in .&lt;br /&gt;
&lt;br /&gt;
6. Once confirmed that all given users are created on then add the users in the given file as same as other users are added-&lt;br /&gt;
             vim /opt/zimbra/postfix/conf/archivelist&lt;br /&gt;
&lt;br /&gt;
7. after adding the user postmap the file&lt;br /&gt;
             postmap /opt/zimbra/postfix/conf/archivelist&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Manual-process-triburg-archive-population.odt&amp;diff=2360</id>
		<title>File:Manual-process-triburg-archive-population.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Manual-process-triburg-archive-population.odt&amp;diff=2360"/>
		<updated>2017-02-12T07:51:33Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2359</id>
		<title>File:Bypassed the user from mail sending quota.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2359"/>
		<updated>2017-02-11T11:41:59Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: /* objective */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==objective==&lt;br /&gt;
Bypass the user from mail sending quota in sheelaform&lt;br /&gt;
&lt;br /&gt;
1.- Open the web page using the given url- &lt;br /&gt;
&lt;br /&gt;
http://mail.sheelafoam.com:7780/webui/policy-main.php &lt;br /&gt;
&lt;br /&gt;
2.- Now click on the main option given in left side in the policies. &lt;br /&gt;
&lt;br /&gt;
3.- Select the 5th option &amp;quot;Rate limit sending message&amp;quot; then select action to members &lt;br /&gt;
&lt;br /&gt;
4.- Now select both option one bye one and select action to change. &lt;br /&gt;
&lt;br /&gt;
5. Now copy paste Source to the left side line to right side and add user name in the last in the same format and also copy paste the  destination and select no to disabled.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2358</id>
		<title>File:Bypassed the user from mail sending quota.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2358"/>
		<updated>2017-02-11T11:31:04Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Bypassed the user from mail sending quota&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
              Bypass the user from mail sending quota in sheelaform&lt;br /&gt;
&lt;br /&gt;
1.- Open the web page using the given url- &lt;br /&gt;
&lt;br /&gt;
http://mail.sheelafoam.com:7780/webui/policy-main.php &lt;br /&gt;
&lt;br /&gt;
2.- Now click on the main option given in left side in the policies. &lt;br /&gt;
&lt;br /&gt;
3.- Select the 5th option &amp;quot;Rate limit sending message&amp;quot; then select action to members &lt;br /&gt;
&lt;br /&gt;
4.- Now select both option one bye one and select action to change. &lt;br /&gt;
&lt;br /&gt;
5. Now copy paste Source to the left side line to right side and add user name in the last in the same format and also copy paste the  destination and select no to disabled.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2357</id>
		<title>File:Bypassed the user from mail sending quota.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2357"/>
		<updated>2017-02-11T08:07:04Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Bypasse the user from mail sending quota in sheelaform&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
              Bypasse the user from mail sending quota in sheelaform&lt;br /&gt;
&lt;br /&gt;
1.- Open the web page using the given url- &lt;br /&gt;
&lt;br /&gt;
http://mail.sheelafoam.com:7780/webui/policy-main.php &lt;br /&gt;
&lt;br /&gt;
2.- Now click on the main option given in left side in the policies. &lt;br /&gt;
&lt;br /&gt;
3.- Select the 5th option &amp;quot;Rate limit sending message&amp;quot; then select action to members &lt;br /&gt;
&lt;br /&gt;
4.- Now select both option one bye one and select action to change. &lt;br /&gt;
&lt;br /&gt;
5. Now copy paste Source to the left side line to right side and add user name in the last in the same        formate. and also copy paste the  destination and select no to disabled.&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2356</id>
		<title>File:Bypassed the user from mail sending quota.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Bypassed_the_user_from_mail_sending_quota.odt&amp;diff=2356"/>
		<updated>2017-02-11T07:59:28Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Rejecting_false_%22mail_from%22_addresses&amp;diff=2355</id>
		<title>Rejecting false &quot;mail from&quot; addresses</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Rejecting_false_%22mail_from%22_addresses&amp;diff=2355"/>
		<updated>2017-02-10T10:11:17Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: Editing Rejecting false &amp;quot;mail from&amp;quot; addresses&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;     Rejecting false &amp;quot;mail from&amp;quot; addresses&lt;br /&gt;
1.-Zimbra Collaboration 8.5 and above &lt;br /&gt;
Please use the next commands to increase the security and reject the logins for users that doesn&#039;t exist in the LDAP: &lt;br /&gt;
     zmprov mcf zimbraMtaSmtpdRejectUnlistedRecipient yes &lt;br /&gt;
     zmprov mcf zimbraMtaSmtpdRejectUnlistedSender yes &lt;br /&gt;
     zmmtactl restart &lt;br /&gt;
     zmconfigdctl restart &lt;br /&gt;
&lt;br /&gt;
2.- For Zimbra Collaboration 8.0.x and previous &lt;br /&gt;
       Open the file /opt/zimbra/conf/zmconfigd/smtpd_sender_restrictions.cf and add this line into the middle of the file, prior to the tag_as_foreign.re lines: Add this: &lt;br /&gt;
       check_sender_access hash:/opt/zimbra/conf/domainrestrict &lt;br /&gt;
&lt;br /&gt;
It should look like this.. &lt;br /&gt;
check_sender_access hash:/opt/zimbra/conf/domainrestrict &lt;br /&gt;
%%contains VAR:zimbraServiceEnabled antivirus^ check_sender_access regexp:/opt/zimbra/postfix/conf/tag_as_foreign.re%% &lt;br /&gt;
&lt;br /&gt;
3. Zimbra Collaboration 7.x &lt;br /&gt;
You should follow the next steps: &lt;br /&gt;
      su - zimbra &lt;br /&gt;
      zmlocalconfig -e postfix_smtpd_sender_restrictions=&amp;quot;reject_unknown_sender_domain, permit_mynetworks, permit_sasl_authenticated, check_sender_access hash:/opt/zimbra/conf/domainrestrict, permit&amp;quot; &lt;br /&gt;
&lt;br /&gt;
4.-Remaining steps are same for ZCS 8.0.x and previous versions &lt;br /&gt;
 i.-Create the file &amp;quot;/opt/zimbra/conf/domainrestrict&amp;quot; and add your domain(s) to it. &lt;br /&gt;
       &lt;br /&gt;
localdomain.com   REJECT &lt;br /&gt;
       anotherlocaldomain.com   REJECT &lt;br /&gt;
ii.- Create the hash database of &amp;quot;/opt/zimbra/conf/domainrestrict&amp;quot;. Run as &#039;zimbra&#039; user. &lt;br /&gt;
         postmap  /opt/zimbra/conf/domainrestrict &lt;br /&gt;
iii.- Restart zmmtactl. &lt;br /&gt;
        zmmtactl stop &lt;br /&gt;
        zmmtactl start &lt;br /&gt;
&lt;br /&gt;
5.- Testing &lt;br /&gt;
&lt;br /&gt;
 i.- Make following connection from a non-local host which is not part of mynetworks. &lt;br /&gt;
        telnet ZCS_server_address 25 &lt;br /&gt;
         mail from: user@localdomain.com &lt;br /&gt;
         rcpt to: user2@localdomain.com &lt;br /&gt;
&lt;br /&gt;
ii.- You should get following error at the rcpt command if you used the Zimbra Collaboration 8.6 steps: &lt;br /&gt;
          550 5.1.0 &amp;lt;hi@example.com&amp;gt;: Sender address rejected: example.com &lt;br /&gt;
iii.- You should get following error at the rcpt command &lt;br /&gt;
           554 5.7.1 &amp;lt;user@localdomain.com&amp;gt;: Sender address rejected: You&#039;re not me!&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:Rejecting_false_%22mail_from%22_addresses.odt&amp;diff=2354</id>
		<title>File:Rejecting false &quot;mail from&quot; addresses.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:Rejecting_false_%22mail_from%22_addresses.odt&amp;diff=2354"/>
		<updated>2017-02-09T14:45:32Z</updated>

		<summary type="html">&lt;p&gt;Prashantkumar: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Prashantkumar</name></author>
	</entry>
</feed>