<?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>Linux Servers cPanel webhosting blog &#187; E-mails issue</title>
	<atom:link href="http://www.theperfectarts.com/category/e-mails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 23:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</title>
		<link>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/</link>
		<comments>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:48:45 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc]]></category>
		<category><![CDATA[/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[DB Error: _doQuery: [Error message: Could not execute statement]]]></category>
		<category><![CDATA[roundcube error]]></category>
		<category><![CDATA[roundcube error logs]]></category>
		<category><![CDATA[SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] - RoundCube]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1059</guid>
		<description><![CDATA[Mostly we received following error aftre browsing RoundCube SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube As well as RoundCube error logs showing following logs [06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement] [Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, [...]]]></description>
			<content:encoded><![CDATA[<p>Mostly we received following error aftre browsing RoundCube</p>
<p>SERVICE CURRENTLY NOT AVAILABLE Error No. [0x01F4] &#8211; RoundCube</p>
<p>As well as <a href="http://www.theperfectarts.com/2009/09/how-to-check-roundcube-error-message-on-server/">RoundCube error</a> logs showing following logs</p>
<blockquote><p>[06-Oct-2008 08:34:56 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_8c77e0752a8db2da365c3c7a19fe8842c84663aa7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265<br />
[06-Oct-2008 08:35:20 -0400] DB Error: _doQuery: [Error message: Could not execute statement]<br />
[Last executed query: PREPARE MDB2_STATEMENT_mysql_d6ee872839dbf41a18e11e2f09d1f4d9790e462d7 FROM 'INSERT INTO messages\n         (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n         VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?, FROM_UNIXTIME(), ?, ?, ?)']<br />
[Native code: 1064]<br />
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '), ?, ?, ?)' at line 3]<br />
in /usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.inc on line 265</p></blockquote>
<p>The error is occur becasue Mysql could not insert the values from UNIXTIME. To avoid this error simply open file</p>
<p>/usr/local/cpanel/base/3rdparty/roundcube/program/include/rcube_mdb2.php and replace following code</p>
<blockquote><p>From</p>
<p>return &#8220;FROM_UNIXTIME($timestamp)&#8221;;</p>
<p>To</p>
<p>return sprintf(&#8220;FROM_UNIXTIME(%d)&#8221;, $timestamp);</p></blockquote>
<p>Now <a href="http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/">clear cache from your local machine</a> refresh RoundCube error page.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/06/service-currently-not-available-error-no-0x01f4-roundcube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set E-mail size in exim?</title>
		<link>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/</link>
		<comments>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:26:42 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[Exim]]></category>
		<category><![CDATA[Exim configuration]]></category>
		<category><![CDATA[Exim Configuration Editor]]></category>
		<category><![CDATA[message_size_limit]]></category>
		<category><![CDATA[Service Configuration]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=991</guid>
		<description><![CDATA[You can set the E-mail size limit from your WHM. First login into WHM Second select &#8220;Exim Configuration Editor&#8221;  present unde &#8221; Service Configuration&#8221; section. Third scroll down and  click on  &#8220;Advanced Editor&#8221; optoin. You will see  the empty box (remember select first empty box) where you can type  (right underneath where you see #!!# [...]]]></description>
			<content:encoded><![CDATA[<p>You can set the E-mail size limit from your WHM.</p>
<p>First login into WHM<br />
Second select &#8220;Exim Configuration Editor&#8221;  present unde &#8221; Service Configuration&#8221; section.<br />
Third scroll down and  click on  &#8220;Advanced Editor&#8221; optoin.</p>
<p>You will see  the empty box (remember select first empty box) where you can type  (right underneath where you see #!!# cPanel Exim 4 Config), enter in the following:</p>
<p>message_size_limit = 100M</p>
<p>Fourth scroll down to the bottom of that screen and click &#8220;Save&#8221; option.</p>
<p>Exim configuration will be rebuilt with the new option and your Exim will be restarted.</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/03/how-to-set-e-mail-size-in-exim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horde session issue?</title>
		<link>http://www.theperfectarts.com/2010/01/horde-session-issue/</link>
		<comments>http://www.theperfectarts.com/2010/01/horde-session-issue/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 14:33:39 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[/var/cpanel/userhomes/cpanelhorde]]></category>
		<category><![CDATA[cpanelhorde]]></category>
		<category><![CDATA[horde]]></category>
		<category><![CDATA[Horde session issue]]></category>
		<category><![CDATA[session directory problem]]></category>
		<category><![CDATA[session issue with horde]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=976</guid>
		<description><![CDATA[There is a very common  issue where Horde prevents access to webmail by repeatedly redirecting viewers to Language Selection screen. The following commands, executed as root, will solve these issues: root@server[~]#/usr/local/cpanel/bin/checkperlmodules root@server[~]#/scripts/fullhordereset root@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI If still you have problem then check the ownership for session directory present in /var/cpanel/userhomes/cpanelhorde directory. root@server[~]#ll /var/cpanel/userhomes/cpanelhorde drwx&#8211;x&#8211;x 4 [...]]]></description>
			<content:encoded><![CDATA[<p>There is a very common  issue where Horde prevents access to webmail by repeatedly redirecting viewers to Language Selection screen. The following commands, executed as root, will solve these issues:</p>
<p><span style="color: #800000;">root@server[~]#/usr/local/cpanel/bin/checkperlmodules<br />
root@server[~]#/scripts/fullhordereset<br />
root@server[~]#myisamchk -r /var/lib/mysql/horde/horde_sessionhandler.MYI</span></p>
<p>If still you have problem then check the ownership for session directory present in <span style="color: #800000;">/var/cpanel/userhomes/cpanelhorde</span> directory.</p>
<p><span style="color: #800000;">root@server[~]#ll /var/cpanel/userhomes/cpanelhorde</span></p>
<p><span style="color: #800000;">drwx&#8211;x&#8211;x 4 cpanelhorde cpanelhorde 4096 Jun  5  2009 ./<br />
drwx&#8211;x&#8211;x 7 root        root        4096 Dec 17 01:48 ../<br />
drwxr-x&#8212; 2 cpanelhorde cpanelhorde 4096 Jun  5  2009 mail/<br />
drwx&#8212;&#8212; 2 cpanelhorde cpanelhorde 4096 Jan 27 14:01 sessions/</span><br />
Session directory should be cpanelhorde.cpanelhorde ownership recursively</p>
<p><span style="color: #800000;"><br />
</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/01/horde-session-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable local-mail delivery for one  domain name?</title>
		<link>http://www.theperfectarts.com/2009/11/how-to-disable-local-mail-delivery-for-one-domain-name/</link>
		<comments>http://www.theperfectarts.com/2009/11/how-to-disable-local-mail-delivery-for-one-domain-name/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 00:04:11 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[cPanel + cPanel scripts]]></category>
		<category><![CDATA[disable local mail delivery]]></category>
		<category><![CDATA[exim localdomain file]]></category>
		<category><![CDATA[exim remote domain file]]></category>
		<category><![CDATA[external mail server]]></category>
		<category><![CDATA[internal mail server]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=435</guid>
		<description><![CDATA[You can disable local-mail delivery for one  domain name from your shell and follow the instructions.. First go to file root@gunjan[~]#vi /etc/localdomains Then select the domain name give them comment# or remove it and save the file :wq! Second step go to file root@gunjan[~]#vi /etc/remotedomains and add the domain name we have comment or removed [...]]]></description>
			<content:encoded><![CDATA[<p>You can disable local-mail delivery for one  domain name from your shell and follow the instructions..</p>
<p>First go to file<br />
<span style="color: #800000;">root@gunjan[~]#vi /etc/localdomains</span><br />
Then select the domain name give them comment# or remove it and save the file<br />
:wq!</p>
<p>Second step go to file<br />
<span style="color: #800000;">root@gunjan[~]#vi /etc/remotedomains</span><br />
and add the domain name we have comment or removed in the above file<br />
:wq!</p>
<p>Basically when ever we use external mail server at that time we need to remove domains entry from<span style="color: #000000;"> /etc/localdomains file and add it in </span><span style="color: #800000;"><span style="color: #000000;">/etc/remotedomains file</span><br />
</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/how-to-disable-local-mail-delivery-for-one-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable html display for horde?</title>
		<link>http://www.theperfectarts.com/2009/11/enable-html-display-for-horde/</link>
		<comments>http://www.theperfectarts.com/2009/11/enable-html-display-for-horde/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 00:21:54 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Enable html display for horde]]></category>
		<category><![CDATA[hoarde heml display issue]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=429</guid>
		<description><![CDATA[You can enable the html display for horde by using following steps but please make sure that you have been logged in as root. root@gunjan[~]# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.php Search for the line &#8212;- /** * HTML driver settings */ $mime_drivers['imp']['html']['inline'] = false; &#8212;&#8211; and replace it with &#8212;&#8212;&#8211; /** * HTML driver settings */ $mime_drivers['imp']['html']['inline'] = [...]]]></description>
			<content:encoded><![CDATA[<p>You can enable the html display for horde by using following steps but please make sure that you have been logged in as root.</p>
<p><span style="color: #800000;">root@gunjan[~]# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.php</span></p>
<p>Search for the line<br />
&#8212;-<br />
<span style="color: #800000;">/**<br />
* HTML driver settings<br />
*/<br />
$mime_drivers['imp']['html']['inline'] = false;</span><br />
&#8212;&#8211;</p>
<p>and replace it with</p>
<p>&#8212;&#8212;&#8211;<br />
<span style="color: #800000;">/**<br />
* HTML driver settings<br />
*/<br />
$mime_drivers['imp']['html']['inline'] = true;</span><br />
&#8212;&#8212;&#8211;<br />
Save the changes and restart the following services.<br />
<span style="color: #800000;">root@gunjan[~]#</span><span style="color: #800000;">service cpanel restart</span><br />
<span style="color: #800000;">root@gunjan[~]#</span><span style="color: #800000;">/scripts/restartsrv_courier</span><span style="color: #800000;"></span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/enable-html-display-for-horde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mails are not downloading in outlook?</title>
		<link>http://www.theperfectarts.com/2009/11/mails-are-not-downloading-in-outlook/</link>
		<comments>http://www.theperfectarts.com/2009/11/mails-are-not-downloading-in-outlook/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:08:12 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[mail downloading issue]]></category>
		<category><![CDATA[mail issue]]></category>
		<category><![CDATA[mail problem in outlook]]></category>
		<category><![CDATA[mails are not downloading in outlook]]></category>
		<category><![CDATA[outlook dowload issue]]></category>
		<category><![CDATA[outlook issue]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=407</guid>
		<description><![CDATA[Mails are not downloading in outlook but present on server in Inbox.In that case after looking into mail logs we are getting this error message: &#8220;scancur opendir(&#8220;cur&#8221;): No such file or directory&#8221; To resolve this issue follow the steps service chkservd stop service courier-authlib stop service courier-imap stop Open up /var/cpanel/cpanel.config and set maildir=0 ( [...]]]></description>
			<content:encoded><![CDATA[<p>Mails are not downloading in outlook but present on server in Inbox.In that case after looking into mail logs we are getting this error message:</p>
<p>&#8220;scancur opendir(&#8220;cur&#8221;): No such file or directory&#8221;</p>
<p>To resolve this issue follow the steps</p>
<p><span style="color: #800000;">service chkservd stop<br />
service courier-authlib stop<br />
service courier-imap stop</span></p>
<p>Open up <span style="color: #800000;">/var/cpanel/cpanel.config</span> and set <span style="color: #800000;">maildir=0</span> ( if there&#8217;s no entry there, just add in )</p>
<p>Following, run the following command in sequence:</p>
<p><span style="color: #800000;">/scripts/eximup &#8211;force</span><br />
<span style="color: #800000;">service cpanel restart<br />
service xinetd restart<br />
service courier-authlib restart<br />
service courier-imap restart<br />
service chkservd start</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/11/mails-are-not-downloading-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail by using phpmail function.</title>
		<link>http://www.theperfectarts.com/2009/09/send-mail-by-using-phpmail-function/</link>
		<comments>http://www.theperfectarts.com/2009/09/send-mail-by-using-phpmail-function/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 04:28:58 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Enable private PHP]]></category>
		<category><![CDATA[Few good queries and suggestions]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php form]]></category>
		<category><![CDATA[phpmail function]]></category>
		<category><![CDATA[phpmail() form]]></category>
		<category><![CDATA[simple php form]]></category>
		<category><![CDATA[simple phpmail function form]]></category>
		<category><![CDATA[simple phpmail() form]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=246</guid>
		<description><![CDATA[You can create a simple php mail form by using following code.. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#60;? $to      = &#8216;supp0rt@xyz.com&#8217;; $subject = &#8216;The test for mail function&#8217;; $message = &#8216;Hello&#8217;; $headers = &#8216;From: test@abc123.com&#8217; . &#8220;\r\n&#8221; . &#8216;Reply-To: test@testforever123.com&#8217; . &#8220;\r\n&#8221; . &#8216;X-Mailer: PHP/&#8217; . phpversion(); mail($to, $subject, $message, $headers); ?&#62; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; If you are not able to [...]]]></description>
			<content:encoded><![CDATA[<p>You can create a simple php mail form by using following code..</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><span style="color: #800000;">&lt;?<br />
$to      = &#8216;supp0rt@xyz.com&#8217;;<br />
$subject = &#8216;The test for mail function&#8217;;<br />
$message = &#8216;Hello&#8217;;<br />
$headers = &#8216;From: test@abc123.com&#8217; . &#8220;\r\n&#8221; .<br />
&#8216;Reply-To: test@testforever123.com&#8217; . &#8220;\r\n&#8221; .<br />
&#8216;X-Mailer: PHP/&#8217; . phpversion();<br />
mail($to, $subject, $message, $headers);<br />
?&gt;</span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>If you are not able to receive the E-mail then you need to check whether your server is allowing to send an E-mail by using phpmail() or not?&#8217; if you are having root login then check the servers main php.ini file.</p>
<p><span style="color: #800000;">root@Gunjan []# php -i | grep php.ini<br />
Configuration File (php.ini) Path =&gt; /usr/local/lib<br />
Loaded Configuration File =&gt; /usr/local/lib/php.ini</span></p>
<p><span style="color: #800000;">root@Gunjan []# cat /usr/local/lib/php.ini | grep disable_function<br />
disable_functions=&#8221;system,passthru,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,highlight_file,phpmail&#8221;</span></p>
<p>and remove the phpmail() from server mail php.ini file and restart the Apache web server.</p>
<p>Or</p>
<p>If you are not having root login details then contact your hosting provider and ask them to enable the phpmail() for your hosting account.</p>
<p>You can also send me an E-mail at nsk.gunjan@gmail.com if you have any queries&#8230;</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/send-mail-by-using-phpmail-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set email filtering from your cpanel.</title>
		<link>http://www.theperfectarts.com/2009/08/set-email-filtering-from-your-cpanel/</link>
		<comments>http://www.theperfectarts.com/2009/08/set-email-filtering-from-your-cpanel/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 00:00:50 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[cpanel mail filter]]></category>
		<category><![CDATA[enable mail filter]]></category>
		<category><![CDATA[mail filter]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2009/01/set-email-filtering-from-your-cpanel/</guid>
		<description><![CDATA[You can set the mail filter from your cPanel.Please refer the following steps to set the filter. 1] Go to cPanel 2] Go to Mail &#62;&#62; email filtering 3] Click on Add filter option This option is also very useful when your clients domain marked as Spam in your mail box.For example if mail came [...]]]></description>
			<content:encoded><![CDATA[<p>You can set the mail filter from your cPanel.Please refer the following steps to set the filter.</p>
<p>1] Go to cPanel<br />
2] Go to Mail &gt;&gt; email filtering<br />
3] Click on Add filter option</p>
<p>This option is also very useful when your clients domain marked as Spam in your mail box.For example if mail came from example.com marked as Spam mail then you can set the filter in following manner to avoid Spam mail problem for your domain example.com</p>
<p>1] Go to cPanel<br />
2] Go to Mail &gt;&gt; email filtering<br />
3] Click on Add filter option<br />
4] Then as per your email headers you can set the filter here<br />
5] Destination should be allow<br />
6] Click on activate option.</p>
<p>So that all the mails from example.com not be treated as spam.</p>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/set-email-filtering-from-your-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication failed (bad password) error in outlook?</title>
		<link>http://www.theperfectarts.com/2009/08/authentication-failed-bad-password-error-in-outlook/</link>
		<comments>http://www.theperfectarts.com/2009/08/authentication-failed-bad-password-error-in-outlook/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 00:00:48 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[Authentication failed]]></category>
		<category><![CDATA[Authentication failed (bad password) error in outlook]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=174</guid>
		<description><![CDATA[The most common problem in outlook is &#8220;Authentication failed (bad password)&#8221; There was a problem logging onto your mail server. Your Password was rejected. Account: &#8217;192.168.0.2&#8242;, Server: &#8217;192.168.0.2&#8242;, Protocol: POP3, Server Response: &#8216;-ERR Authentication failed (bad password?)&#8217;, Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC92 To resolve above error refer following steps. cd [...]]]></description>
			<content:encoded><![CDATA[<p>The most common problem in outlook is &#8220;Authentication failed (bad password)&#8221;</p>
<p style="padding-left: 30px;">There was a problem logging onto your mail server. Your Password was rejected. Account: &#8217;192.168.0.2&#8242;, Server: &#8217;192.168.0.2&#8242;, Protocol: POP3, Server Response: &#8216;-ERR Authentication failed (bad password?)&#8217;, Port: 110, Secure(SSL): No, Server Error: 0x800CCC90, Error Number: 0x800CCC92</p>
<p>To resolve above error refer following steps.</p>
<p>cd /etc/xinetd.d/</p>
<p>rm -f popa3d popa3ds</p>
<p>service xinetd restart</p>
<p>/scripts/courierup &#8211;force</p>
<p>/scripts/eximup &#8211;force</p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/authentication-failed-bad-password-error-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add SPF record by default for all new accounts domain</title>
		<link>http://www.theperfectarts.com/2009/08/add-spf-record-by-default-for-all-new-accounts-domain/</link>
		<comments>http://www.theperfectarts.com/2009/08/add-spf-record-by-default-for-all-new-accounts-domain/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 23:23:15 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[E-mails issue]]></category>
		<category><![CDATA[add SPF]]></category>
		<category><![CDATA[spf for new account]]></category>
		<category><![CDATA[SPF record]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2008/09/add-spf-record-by-default-for-all-new-accounts-domain/</guid>
		<description><![CDATA[If anyone want to add SPF record by default to newly created account on cPanel server then follow the steps one by one to enable the SPF record. 1. Login to WHM using root 2. Click on Edit &#8220;Zone Templates&#8221; and then on “standard” 3. Add at the end of the &#8220;Zone Templates&#8221; file: %domain%. [...]]]></description>
			<content:encoded><![CDATA[<p>If anyone want to add SPF record by default to newly created account on cPanel server then follow the steps one by one to enable the SPF record.</p>
<blockquote><p>1. Login to WHM using root<br />
2. Click on Edit &#8220;Zone Templates&#8221; and then on “standard”<br />
3. Add at the end of the &#8220;Zone Templates&#8221; file:</p>
<p><span style="font-weight: bold;">%domain%. IN TXT “v=spf1 a mx -all”</span></p>
<p>You can replace “v=spf1 a mx -all” with the syntax which you want set for your domains<br />
.<br />
4. Repeat step no 2 and 3 respectively for the “simple” zone template.</p></blockquote>
<div class="blogger-post-footer">http://www.host.co.in/forums/f37/how-check-if-server-suexec-not-821/</div>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/add-spf-record-by-default-for-all-new-accounts-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
