<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InstaCarma Blog &#187; email</title>
	<atom:link href="http://www.instacarma.com/blog/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.instacarma.com/blog</link>
	<description>Information Resource for Web Hosting Technical Support and Server Management</description>
	<lastBuildDate>Tue, 24 May 2011 10:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>550 Requested action not taken: mailbox unavailable or not local</title>
		<link>http://www.instacarma.com/blog/technical/550-requested-action-not-taken-mailbox-unavailable-or-not-local/</link>
		<comments>http://www.instacarma.com/blog/technical/550-requested-action-not-taken-mailbox-unavailable-or-not-local/#comments</comments>
		<pubDate>Mon, 10 May 2010 18:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[pleask]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1203</guid>
		<description><![CDATA[Filed under: email, mail, pleask, windows Issue : Following error appears in the bounce back message while trying to send out an email : 550 Requested action not taken: mailbox unavailable or not local Solution : This issue can be resolved in the following way : 1) Log in to the windows server with RDP( [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/pleask/'>pleask</a>, <a href='http://www.instacarma.com/blog/tag/windows/'>windows</a></p>
<p><strong>Issue : </strong></p>
<p>Following error appears in the bounce back message while  trying to send out an email :</p>
<p><em>550 Requested action not taken: mailbox unavailable or not local</em></p>
<p><strong>Solution : </strong></p>
<p>This issue can be resolved in the following way : </p>
<p>1) Log in to the windows server with RDP( Remote desktop)</p>
<p>2) Start-> Run -> cmd</p>
<p>3) cd %plesk_bin%</p>
<p>4) mchk.exe &#8211;domain &#8211;domain-name=</p>
<p><strong>mchk.exe</strong> is an utility which allows you to restore mail server configuration based on the data stored in the Plesk database.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/550-requested-action-not-taken-mailbox-unavailable-or-not-local/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/550-requested-action-not-taken-mailbox-unavailable-or-not-local/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up a forwarder for outgoing emails?</title>
		<link>http://www.instacarma.com/blog/technical/how-to-set-up-a-forwarder-for-outgoing-emails/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-set-up-a-forwarder-for-outgoing-emails/#comments</comments>
		<pubDate>Thu, 06 May 2010 19:40:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles and tutorials]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[forwarding]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1200</guid>
		<description><![CDATA[Filed under: email, exim, filter, forwarding, mail Issue : How can emails going out from a particular domain be copied to a common email address ? Solution : In order to set up a forwarder for outgoing emails from a particular domain to another email address, use the following steps : First, open the file [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/exim/'>exim</a>, <a href='http://www.instacarma.com/blog/tag/filter/'>filter</a>, <a href='http://www.instacarma.com/blog/tag/forwarding/'>forwarding</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a></p>
<p><strong>Issue : </strong></p>
<p>How can emails going out from a particular domain be copied to a common email address ? </p>
<p><strong>Solution : </strong></p>
<p>In order to set up a forwarder for outgoing emails from a particular domain to another  email address, use the following steps : </p>
<p>First, open the file <em>/etc/cpanel_exim_system_filter</em> using any of your favorite editors.</p>
<p>Add the following content to it : </p>
<blockquote><p>if (<br />
$received_protocol is &#8220;local&#8221; or<br />
$received_protocol is &#8220;esmtpa&#8221; or<br />
$received_protocol is &#8220;smtp&#8221;<br />
) and (<br />
$header_from contains &#8220;@domainname.com&#8221; )<br />
then<br />
unseen deliver username@domainname.com<br />
endif</p></blockquote>
<p>Now, if you DO NOT want to forward outgoing emails from a particular email address on that domain, you can add the following code in the <em>/etc/cpanel_exim_system_filter</em> file :</p>
<blockquote><p>if (<br />
$received_protocol is &#8220;local&#8221; or<br />
$received_protocol is &#8220;esmtpa&#8221; or<br />
$received_protocol is &#8220;smtp&#8221;<br />
) and (<br />
$sender_address is not &#8221; username_escape@domainname.com<br />
and (<br />
$header_from contains &#8220;@domainname.com&#8221; )<br />
then<br />
unseen deliver username@domainname.com<br />
endif</p></blockquote>
<p>Finally, you should replace the values of the variables used in the above codes.</p>
<p>domainname.com &#8211; the actual domain<br />
username@domainname.com &#8211; email address to which you want to forward.<br />
username_escape@domainname.com  &#8211; email address that you don&#8217;t want to forward</p>
<p>Save and exit the file.</p>
<p>Restart Exim using any of the the following commands : </p>
<p><em>/scripts/restartsrv_exim</em> or</p>
<p><em>/etc/init.d/exim restar</em>t or</p>
<p><em>service exim restart</em></p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-set-up-a-forwarder-for-outgoing-emails/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-set-up-a-forwarder-for-outgoing-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpamAssassin : WHM ACL Options : Reject mails with spam score at SMTP time</title>
		<link>http://www.instacarma.com/blog/technical/spamassassin-how-to-change-the-value-of-spam-score-for-rejecting-the-mails/</link>
		<comments>http://www.instacarma.com/blog/technical/spamassassin-how-to-change-the-value-of-spam-score-for-rejecting-the-mails/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:46:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1186</guid>
		<description><![CDATA[Filed under: ACL, email, exim, mail, SMTP, spam, spamassassin, WHM Issue : It seems that by default, it is set to reject mails with a spam score of more than 20 at SMTP time. How to change the value of spam score for rejecting the mails at SMTP time ? Solution : You can do [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/acl/'>ACL</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/exim/'>exim</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/smtp/'>SMTP</a>, <a href='http://www.instacarma.com/blog/tag/spam/'>spam</a>, <a href='http://www.instacarma.com/blog/tag/spamassassin/'>spamassassin</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>It seems that by default, it is set to reject mails with a spam score of more than 20 at SMTP time. How to change the value of spam score for rejecting the mails at SMTP time ?</p>
<p><strong>Solution : </strong></p>
<p>You can do that by doing the following : </p>
<p>1. Go to WHM >> Main >> Service Configuration >> Exim Configuration Editor<br />
2. Look for the section &#8216;ACL Options&#8217; .<br />
3. The first parameter under that deals with the spam score setting at SMTP time. De-select the check box corresponding to that.<br />
4. When you de-select the check box, it will give you the other available options. Check the box corresponding to the desired value.<br />
5. Click on &#8216;Save&#8217; at the bottom to save the settings.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/spamassassin-how-to-change-the-value-of-spam-score-for-rejecting-the-mails/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/spamassassin-how-to-change-the-value-of-spam-score-for-rejecting-the-mails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the default email settings ?</title>
		<link>http://www.instacarma.com/blog/technical/how-to-change-the-default-email-settings/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-change-the-default-email-settings/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1173</guid>
		<description><![CDATA[Filed under: email, mail, WHM Issue : Whenever a new account is created, the server sends out an email notification. Where can this setting be accessed and modified? Fix : Just go to WHM >> Basic cPanel/WHM Setup >> Server Contact Email Address. You can make the required changes there.]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>Whenever a new account is created, the server sends out an email notification. Where can this setting be accessed and modified?</p>
<p><strong>Fix : </strong></p>
<p>Just go to WHM >> Basic cPanel/WHM Setup >> Server Contact Email Address.<br />
You can make the required changes there.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-change-the-default-email-settings/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-change-the-default-email-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block emails from a specific address using Exim</title>
		<link>http://www.instacarma.com/blog/technical/how-to-block-emails-from-a-specific-address-using-exim/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-block-emails-from-a-specific-address-using-exim/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1144</guid>
		<description><![CDATA[Filed under: block, email, exim, mail, WHM Issue : How to block emails from a specific address on a cPanel/WHM server using Exim ? Solution : This is fairly easy to achieve with Exim. First you&#8217;ll need to find the system filter file for Exim. This can be found out through WHM >> Main >> [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/block/'>block</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/exim/'>exim</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>How to block emails from a specific address on a cPanel/WHM server using Exim ?</p>
<p><strong>Solution : </strong></p>
<p>This is fairly easy to achieve with Exim.<br />
First you&#8217;ll need to find the system filter file for Exim. This can be found out through WHM >> Main >> Service Configuration >> Exim Configuration Editor.<br />
Towards the middle of the page, under the section &#8216;Filters&#8217; , you &#8216;ll find the path to the file.<br />
Open that file via SSH using your favorite editor and add the following to it : </p>
<blockquote><p>if first_delivery<br />
and ( (&#8220;$h_from:&#8221; contains &#8220;emailtoblock@domainname.com&#8221;)<br />
)<br />
then fail<br />
endif</p></blockquote>
<p>If you would like a copy of the email to be sent to you after the message fails, use the following code :</p>
<blockquote><p>if first_delivery<br />
and ( (&#8220;$h_from:&#8221; contains &#8220;emailtoblock@domainname.com&#8221;)<br />
)<br />
then<br />
unseen deliver &#8220;youremail@yourdomainname.com&#8221;<br />
fail<br />
endif</p></blockquote>
<p>Make sure that you substitute the correct email addresses in the above code.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-block-emails-from-a-specific-address-using-exim/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-block-emails-from-a-specific-address-using-exim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to limit the overall size of emails</title>
		<link>http://www.instacarma.com/blog/technical/how-to-limit-the-overall-size-of-emails/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-limit-the-overall-size-of-emails/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:37:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1149</guid>
		<description><![CDATA[Filed under: email, exim, mail, WHM Issue : How can the overall size of an email including attachment, encoding etc. be limited to a pre-defined value? Solution : This can be done in the following way : Go to WHM >> Main >> Service Configuration >> Exim Configuration Editor In the first box where you [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/exim/'>exim</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>How can the overall size of an email including attachment, encoding etc. be limited to a pre-defined value?</p>
<p><strong>Solution : </strong></p>
<p>This can be done in the following way :<br />
Go to  WHM >> Main >> Service Configuration >> Exim Configuration Editor<br />
In the first box where you can type ( right below where you see &#8216;#!!# cPanel Exim 4 Config&#8217; ), add the following directive : </p>
<blockquote><p>message_size_limit = 100M</p></blockquote>
<p>This will limit the overall size of the message to 100Mb</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-limit-the-overall-size-of-emails/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-limit-the-overall-size-of-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to check the  version of Horde</title>
		<link>http://www.instacarma.com/blog/technical/where-to-check-the-version-of-horde/</link>
		<comments>http://www.instacarma.com/blog/technical/where-to-check-the-version-of-horde/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:43:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[horde]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1142</guid>
		<description><![CDATA[Filed under: cPanel, email, horde, mail, version, webmail Issue : Where can I check the current version of Horde webmail client running with cPanel ? Solution : If you have &#8216;root&#8217; SSH access to the server then, simply open the file /var/cpanel/horde/version using your favorite editor and you&#8217;ll be able to see the current Horde [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/cpanel/'>cPanel</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/horde/'>horde</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/version/'>version</a>, <a href='http://www.instacarma.com/blog/tag/webmail/'>webmail</a></p>
<p><strong>Issue : </strong></p>
<p>Where can I check the current version of Horde webmail client running with cPanel ?</p>
<p><strong>Solution : </strong></p>
<p>If you have &#8216;root&#8217; SSH access to the server then, simply open the file <em>/var/cpanel/horde/version</em> using your favorite editor and you&#8217;ll be able to see the current Horde version.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/where-to-check-the-version-of-horde/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/where-to-check-the-version-of-horde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling an email account</title>
		<link>http://www.instacarma.com/blog/technical/disabling-an-email-account/</link>
		<comments>http://www.instacarma.com/blog/technical/disabling-an-email-account/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:08:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1140</guid>
		<description><![CDATA[Filed under: cPanel, email, mail, ssh Issue : How can a particular email account be &#8216;disabled&#8217; temporarily. Note that the email account should not be &#8216;deleted&#8217; ? Is this possible at all via cPanel? Solution : There is no direct functionality in cPanel at the moment for this. This feature might be added at a [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/cpanel/'>cPanel</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/ssh/'>ssh</a></p>
<p><strong>Issue : </strong></p>
<p>How can a particular email account be &#8216;disabled&#8217; temporarily. Note that the email account should not be &#8216;deleted&#8217; ? Is this possible at all via cPanel?</p>
<p><strong>Solution : </strong></p>
<p>There is no direct functionality in cPanel at the moment for this. This feature might be added at a later stage.<br />
However, you can achieve this functionality by modifying a few entries via SSH.</p>
<p>Comment out the entries related to the particular email account in the following locations:<br />
/home/user/etc/domainname/passwd<br />
/home/user/etc/domainname/shadow<br />
/home/user/etc/domainname/quota</p>
<p>Make sure that you just comment them and NOT delete them as you might need them back later.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/disabling-an-email-account/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/disabling-an-email-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to allow unlimited email sending</title>
		<link>http://www.instacarma.com/blog/technical/how-to-allow-unlimited-email-sending/</link>
		<comments>http://www.instacarma.com/blog/technical/how-to-allow-unlimited-email-sending/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:55:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1108</guid>
		<description><![CDATA[Filed under: email, mail, WHM Issue : How to allow sending of unlimited emails from the server? Solution : Just go to WHM >> Tweak settings >> The maximum each domain can send out per hour (0 is unlimited) >> Put &#8217;0&#8242; there and save the setting. That should be it]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/whm/'>WHM</a></p>
<p><strong>Issue : </strong></p>
<p>How to allow sending of unlimited emails from the server?</p>
<p><strong>Solution : </strong></p>
<p>Just go to WHM >> Tweak settings >> The maximum each domain can send out per hour (0 is unlimited) >> Put &#8217;0&#8242; there and save the setting.</p>
<p>That should be it <img src='http://www.instacarma.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/how-to-allow-unlimited-email-sending/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/how-to-allow-unlimited-email-sending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root&#8217;s emails to another address</title>
		<link>http://www.instacarma.com/blog/technical/roots-emails-to-another-address/</link>
		<comments>http://www.instacarma.com/blog/technical/roots-emails-to-another-address/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:38:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1095</guid>
		<description><![CDATA[Filed under: email, mail Issue : How can mails to root@hostname.com be redirected to another email address? Solution : If you have &#8216;root&#8217; access to the server then open the file /etc/aliases in your favorite editor. Look for the section &#8220;# Person who should get root&#8217;s mail&#8221; and make the change as required.]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a></p>
<p><strong>Issue : </strong></p>
<p>How can mails to <em>root@hostname.com</em> be redirected to another email address?</p>
<p><strong>Solution : </strong></p>
<p>If you have &#8216;root&#8217; access to the server then open the file <em>/etc/aliases</em> in your favorite editor.<br />
Look for the section &#8220;# Person who should get root&#8217;s mail&#8221; and make the change as required. </p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/roots-emails-to-another-address/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/roots-emails-to-another-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mail folder taking up huge space</title>
		<link>http://www.instacarma.com/blog/technical/mail-folder-taking-up-huge-space/</link>
		<comments>http://www.instacarma.com/blog/technical/mail-folder-taking-up-huge-space/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 18:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1076</guid>
		<description><![CDATA[Filed under: cPanel, email, mail, space Issue : No email accounts have been created on the domain but still the mail folder is taking up huge space. Solution : When a cPanel account is created, a default email account with the cPanel username is also created automatically. In this case it seems that it has [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/cpanel/'>cPanel</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/space/'>space</a></p>
<p><strong>Issue : </strong></p>
<p>No email accounts have been created on the domain but still the <em>mail</em> folder is taking up huge space.</p>
<p><strong>Solution : </strong></p>
<p>When a cPanel account is created, a default email account with the cPanel username is also created automatically.<br />
In this case it seems that it has been set as  catchall which is why any email sent to the domain at anything@yourdomain.com is saved under the default email address. You can delete them via Webmail .<br />
(cPanel >> Email Accounts >> At the bottom, you will see the cPanel username and a Webmail icon besides it. Login to it using your cPanel password and delete the emails.)</p>
<p>To disable catchall and prevent this from happening again, do the following : </p>
<p>1. Login to the cPanel of the domain.<br />
2. Click on &#8216;Mail&#8217; icon.<br />
3. Click on &#8216;Default Address&#8217;.<br />
4. Click on &#8216;Set Default Address&#8217; link.<br />
5. Enter :fail: in the text box and click on &#8216;Change&#8217; button.</p>
<p>This should fix the problem!</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/mail-folder-taking-up-huge-space/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/mail-folder-taking-up-huge-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot delete an email address after account rename</title>
		<link>http://www.instacarma.com/blog/technical/cannot-delete-an-email-address-after-account-rename/</link>
		<comments>http://www.instacarma.com/blog/technical/cannot-delete-an-email-address-after-account-rename/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 18:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1071</guid>
		<description><![CDATA[Filed under: cPanel, email, error, mail Issue : Account was renamed from abc.com to xyz.com. After renaming, when trying to delete an old email address ( test@abc.com), following error occurs : &#8220;The e-mail account test@abc.com was successfully deleted. Sorry, you do not have access to the domain abc.com&#8221; Fix : Check the file /home/user/.cpanel/email_accounts.yaml and [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/cpanel/'>cPanel</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/error/'>error</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a></p>
<p><strong>Issue : </strong></p>
<p>Account was renamed from abc.com to xyz.com. After renaming, when trying to delete an old email address ( test@abc.com), following error occurs :</p>
<p>&#8220;The e-mail account test@abc.com was successfully deleted.<br />
Sorry, you do not have access to the domain abc.com&#8221;</p>
<p><strong>Fix : </strong></p>
<p>Check the file <em>/home/user/.cpanel/email_accounts.yaml</em> and remove any entries pertaining to the old domain. This should fix the issue! </p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/cannot-delete-an-email-address-after-account-rename/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/cannot-delete-an-email-address-after-account-rename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 SpamAssassin bug &#8211; Update rules now!</title>
		<link>http://www.instacarma.com/blog/technical/2010-spamassassin-bug-update-rules-now/</link>
		<comments>http://www.instacarma.com/blog/technical/2010-spamassassin-bug-update-rules-now/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:23:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[Y2K10]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1067</guid>
		<description><![CDATA[Filed under: 2010, bug, email, mail, spam, spamassassin, Y2K10 If you are using SpamAssassin then you need to update the rules now. There is a bug in the rules which will cause emails with a date of 2010 to be scored as spam. Here is an excerpt from the SA website : =============================== Versions of [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/2010/'>2010</a>, <a href='http://www.instacarma.com/blog/tag/bug/'>bug</a>, <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/spam/'>spam</a>, <a href='http://www.instacarma.com/blog/tag/spamassassin/'>spamassassin</a>, <a href='http://www.instacarma.com/blog/tag/y2k10/'>Y2K10</a></p>
<p>If you are using  SpamAssassin then  you need to update the rules now. There is a bug in the rules which will cause emails with a date of 2010 to be scored as spam. Here is an excerpt from the SA website : </p>
<p>===============================<br />
<em><br />
Versions of the FH_DATE_PAST_20XX rule released with versions of Apache SpamAssassin 3.2.0 thru 3.2.5 will trigger on most mail with a Date header that includes the year 2010 or later. The rule will add a score of up to 3.6 towards the spam classification of all email. You should take corrective action immediately; there are two easy ways to correct the problem:</p>
<p>* If your system is configured to use sa-update run sa-update now. An update is available that will correct the rule. No further action is necessary (other than restarting spamd or any service that uses SpamAssassin directly).</p>
<p>* Add &#8220;score FH_DATE_PAST_20XX 0&#8243; without the quotes to the end of your local.cf file to disable the rule.</p>
<p>If you require help updating your rules to correct this issue you are encouraged to ask for assistance on the Apache SpamAssassin Users&#8217; list. Users&#8217; mailing list info is here.</p>
<p>On behalf of the Apache SpamAssassin project I apologize for this error and the grief it may have caused you.</p>
<p>Regards,</p>
<p>Daryl C. W. O&#8217;Shea</p>
<p>VP, Apache SpamAssassin</em></p>
<p>===============================</p>
<p>If you do not want to update, a quick manual fix is to just edit your <em>72_active.cf</em> and change:</p>
<blockquote><p>header FH_DATE_PAST_20XX Date =~ /20[1-9][0-9]/ [if-unset: 2006]</p></blockquote>
<p>to:</p>
<blockquote><p>
header FH_DATE_PAST_20XX Date =~ /20[2-9][0-9]/ [if-unset: 2006]</p></blockquote>
<p>Restart <em>spamd</em> and/or any other service that uses SA directly.</p>
<p>Source : WHT</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/2010-spamassassin-bug-update-rules-now/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/2010-spamassassin-bug-update-rules-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailing list redirecting to another host</title>
		<link>http://www.instacarma.com/blog/technical/mailing-list-redirecting-to-another-host/</link>
		<comments>http://www.instacarma.com/blog/technical/mailing-list-redirecting-to-another-host/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:06:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[mailman]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1059</guid>
		<description><![CDATA[Filed under: email, mail, mailman Issue : The domain is hosted on the local server. However, the mails are controlled by an external server. The mailing lists is not working properly as it gets redirected to the local server instead of the remote mail server. Solution : This happens when there is a mismatch in [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/mailman/'>mailman</a></p>
<p><strong>Issue : </strong></p>
<p>The domain is hosted on the local server. However, the mails are controlled by an external server. The mailing lists is not working properly as it gets redirected to the local server instead of the remote mail server.</p>
<p><strong>Solution : </strong></p>
<p>This happens when there is a mismatch in the mail man settings. By default, the webpage URL in mailman would be pointing to the domain on the local server whereas in this case mails are being controlled by an external server.<br />
To get around this, open the concerned mailing list located in <em>/usr/local/cpanel/3rdparty/mailman/lists/</em>.<br />
Get into the <em>config.pck</em> file. Search for the domain name (webpage URL) and replace it with the remote server name/IP.</p>
<p>This should resolve the issue.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/mailing-list-redirecting-to-another-host/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/mailing-list-redirecting-to-another-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring emails for a Parked domain</title>
		<link>http://www.instacarma.com/blog/technical/restoring-emails-for-a-parked-domain/</link>
		<comments>http://www.instacarma.com/blog/technical/restoring-emails-for-a-parked-domain/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 19:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Quick fixes]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[parked]]></category>

		<guid isPermaLink="false">http://instacarma.com/blog/?p=1045</guid>
		<description><![CDATA[Filed under: email, mail, parked Issue : An erstwhile regular account was migrated to be a parked domain on another account. How can the email messages be restored to the parked domain? P.S. Backup of the original account is available. Solution : Following assumptions have been made in this case : Parked domain : abc.com [...]]]></description>
			<content:encoded><![CDATA[<p>Filed under: <a href='http://www.instacarma.com/blog/tag/email/'>email</a>, <a href='http://www.instacarma.com/blog/tag/mail/'>mail</a>, <a href='http://www.instacarma.com/blog/tag/parked/'>parked</a></p>
<p><strong>Issue : </strong></p>
<p>An erstwhile regular account was migrated to be a parked domain on another account.<br />
How can the email messages be restored to the parked domain?<br />
P.S. Backup of the original account is available.</p>
<p><strong>Solution : </strong></p>
<p>Following assumptions have been made in this case :<br />
Parked domain : abc.com<br />
New account : xyz.com ( Username=xyz)</p>
<p>1. Re-create all the email accounts after parking the domain abc.com on xyz.com.<br />
2. There would be a folder named &#8216;abc.com&#8217; under the new account at the following path :</p>
<blockquote><p>/home/xyz/mail/</p></blockquote>
<p>Replace that folder with the corresponding folder available in the original backup.</p>
<div class="alignright"><div class="g-plusone" data-href="http://www.instacarma.com/blog/technical/restoring-emails-for-a-parked-domain/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.instacarma.com/blog/technical/restoring-emails-for-a-parked-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

