<?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>cPanel Admins &#187; Webmail</title>
	<atom:link href="http://www.cpaneladmins.com/category/webmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpaneladmins.com</link>
	<description>Random Notes for cPanel Admins</description>
	<lastBuildDate>Tue, 01 Feb 2011 02:22:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Reinstall Horde</title>
		<link>http://www.cpaneladmins.com/how-to-reinstall-horde/</link>
		<comments>http://www.cpaneladmins.com/how-to-reinstall-horde/#comments</comments>
		<pubDate>Sat, 22 May 2010 05:43:47 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Webmail]]></category>
		<category><![CDATA[Horde]]></category>
		<category><![CDATA[reinstall]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=321</guid>
		<description><![CDATA[To reinstall Horde, preserving the existing database, you can use the following: /usr/local/cpanel/bin/update-horde --force]]></description>
			<content:encoded><![CDATA[<p>To reinstall Horde, preserving the existing database, you can use the following:</p>
<p><code>/usr/local/cpanel/bin/update-horde --force</code></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhow-to-reinstall-horde%2F&amp;title=How%20To%20Reinstall%20Horde" id="wpa2a_2"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/how-to-reinstall-horde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Such User / Sender Verify error when sending via main account</title>
		<link>http://www.cpaneladmins.com/no-such-user-sender-verify-error-when-sending-via-main-account/</link>
		<comments>http://www.cpaneladmins.com/no-such-user-sender-verify-error-when-sending-via-main-account/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:09:34 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Webmail]]></category>
		<category><![CDATA[sender verify]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=176</guid>
		<description><![CDATA[When using your cpanelusername@domain.tld account, the account needs to be able to receive mail, as well as send. If you login to your main account via webmail, and see the following errors posted, you&#8217;ll want to confirm that the address is permitted to receive mail. Horde shows: There was an error sending your message: Failed [...]]]></description>
			<content:encoded><![CDATA[<p>When using your cpanelusername@domain.tld account, the account needs to be able to receive mail, as well as send.  If you login to your main account via webmail, and see the following errors posted, you&#8217;ll want to confirm that the address is permitted to receive mail.</p>
<p>Horde shows:<br />
<code>There was an error sending your message: Failed to add recipient: recipient@targetrecipient.com [SMTP: Invalid response code received from server (code: 550, response: Verification failed for <username@userdomain.com> No Such User Here" Sender verify failed)]</code></p>
<p>/var/log/exim_mainlog shows:<br />
<code>2010-03-28 18:47:46 H=localhost (userdomain.com) [127.0.0.1] sender verify fail for <username@userdomain.com>: No Such User Here"<br />
2010-03-28 18:47:46 H=localhost (userdomain.com) [127.0.0.1] F=<username@userdomain.com> rejected RCPT <recipient@targetrecipient.com>: Sender verify failed</code></p>
<p>99.99999% of the time, you&#8217;ll see this issue when the Default Address is set to &#8220;fail&#8221;, making it unrouteable.  In cPanel > Default Account, set the catch-all account to forward to another email address, and you&#8217;ll be all set.</p>
<p><a href="http://www.cpaneladmins.com/wp-content/uploads/2010/03/Screen-shot-2010-03-28-at-11.07.52-AM.png"><img src="http://www.cpaneladmins.com/wp-content/uploads/2010/03/Screen-shot-2010-03-28-at-11.07.52-AM-300x87.png" alt="" title="Default Account" width="300" height="87" class="alignnone size-medium wp-image-178" /></a></p>
<p><code># cat /etc/valiases/userdomain.com<br />
*: ":fail: No Such User Here"</code></p>
<p>Such a setting would tell the server that the account doesn&#8217;t exist, causing the Sender Verify error.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fno-such-user-sender-verify-error-when-sending-via-main-account%2F&amp;title=No%20Such%20User%20%2F%20Sender%20Verify%20error%20when%20sending%20via%20main%20account" id="wpa2a_4"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/no-such-user-sender-verify-error-when-sending-via-main-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAILED LOGIN webmaild: user password hash is missing from system (user probably does not exist</title>
		<link>http://www.cpaneladmins.com/hash-missing-from-system/</link>
		<comments>http://www.cpaneladmins.com/hash-missing-from-system/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 15:00:31 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Webmail]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=76</guid>
		<description><![CDATA[From http://forums.cpanel.net/f43/account-based-email-login-problem-97109.html root@servername [/home]# authtest -s imap test@normaldomain.info password Authentication succeeded. Authenticated: test@normaldomain.info (system username: normaldo) Home Directory: /home/normaldo/mail/normaldomain.info/test Maildir: /home/normaldo/mail/normaldomain.info/test Quota: 262144000S Encrypted Password: $1$KHntyoqN$wih5o0N7ZTf6Fm4vasrxj. Cleartext Password: password Options: (none) FOR MY PROBLEMATIC DOMAIN::: root@servername [/home]# authtest -s imap info@problemdomain.info password Authentication FAILED: Operation not permitted What you want to do next is check [...]]]></description>
			<content:encoded><![CDATA[<p>From http://forums.cpanel.net/f43/account-based-email-login-problem-97109.html</p>
<pre lang=”LANGUAGE” line=”1″ file=”download.txt” colla=”+”>
root@servername [/home]# authtest -s imap test@normaldomain.info password
Authentication succeeded.

Authenticated: test@normaldomain.info (system username: normaldo)
Home Directory: /home/normaldo/mail/normaldomain.info/test
Maildir: /home/normaldo/mail/normaldomain.info/test
Quota: 262144000S
Encrypted Password: $1$KHntyoqN$wih5o0N7ZTf6Fm4vasrxj.
Cleartext Password: password
Options: (none)

FOR MY PROBLEMATIC DOMAIN:::

root@servername [/home]# authtest -s imap info@problemdomain.info password
Authentication FAILED: Operation not permitted
</pre>
<p>What you want to do next is check /usr/local/cpanel/logs/login_log to see what the exact issue is.  In my circumstance, I received this error: </p>
<pre lang=”LANGUAGE” line=”1″ file=”download.txt” colla=”+”>
208.74.121.102 - info@jurnamakelaars.nl [10/04/2009:14:37:11 -0000] "POST /login/ HTTP/1.1" FAILED LOGIN webmaild: user password hash is missing from system (user probably does not exist)
</pre>
<p>I then checked the user&#8217;s shadow file in /home/USERNAME/etc/domain.com/shadow and saw that it was corrupt.  I removed the file, created a new one, and applied user:mail permissions.  I then created a new email account, then copied the user&#8217;s encrypted password after making entries in shadow for the existing users.  I was then able to login to each webmail account without issue.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhash-missing-from-system%2F&amp;title=FAILED%20LOGIN%20webmaild%3A%20user%20password%20hash%20is%20missing%20from%20system%20%28user%20probably%20does%20not%20exist" id="wpa2a_6"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/hash-missing-from-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webmail logins failing</title>
		<link>http://www.cpaneladmins.com/webmail-logins-failing/</link>
		<comments>http://www.cpaneladmins.com/webmail-logins-failing/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:30:56 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Logs]]></category>
		<category><![CDATA[Webmail]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=73</guid>
		<description><![CDATA[First thing &#8212; check /usr/local/cpanel/logs/login_log If you see a line like: 208.74.121.102 - name@domain.com [10/01/2009:17:21:12 -0000] "POST /login/ HTTP/1.1" FAILED LOGIN webmaild: user password hash is missing from system (user probably does not exist) Check /home/USER/etc/DOMAIN/shadow to make sure that the webmail user is listed there. If not, copy one of the lines, change the [...]]]></description>
			<content:encoded><![CDATA[<p>First thing &#8212; check /usr/local/cpanel/logs/login_log</p>
<p>If you see a line like:</p>
<pre lang=”LANGUAGE” line=”1″ file=”download.txt” colla=”+”>
208.74.121.102 - name@domain.com [10/01/2009:17:21:12 -0000] "POST
/login/ HTTP/1.1" FAILED LOGIN webmaild: user password hash is missing
from system (user probably does not exist)
</pre>
<p>Check /home/USER/etc/DOMAIN/shadow to make sure that the webmail user is listed there.  If not, copy one of the lines, change the username, and reset the password via cPanel.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fwebmail-logins-failing%2F&amp;title=Webmail%20logins%20failing" id="wpa2a_8"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/webmail-logins-failing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horde &#8211; Fatal error: Call to undefined method Registry::hasInterface() in /usr/local/cpanel/base/horde/config/prefs.php on line 134</title>
		<link>http://www.cpaneladmins.com/horde-fatal-error-call-to-undefined-method-registryhasinterface-in-usrlocalcpanelbasehordeconfigprefs-php-on-line-134/</link>
		<comments>http://www.cpaneladmins.com/horde-fatal-error-call-to-undefined-method-registryhasinterface-in-usrlocalcpanelbasehordeconfigprefs-php-on-line-134/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 19:21:02 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webmail]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=68</guid>
		<description><![CDATA[Fatal error: Call to undefined method Registry::hasInterface() in /usr/local/cpanel/base/horde/config/prefs.php on line 134 If you are using the Turkish language in Horde, you may want to utilize English, if at all possible, due to a bug in PHP 5.2 which will not be resolved until PHP 6. http://bugs.php.net/bug.php?id=35050]]></description>
			<content:encoded><![CDATA[<p><code>Fatal error: Call to undefined method Registry::hasInterface() in<br />
/usr/local/cpanel/base/horde/config/prefs.php on line 134<br />
</code></p>
<p>If you are using the Turkish language in Horde, you may want to utilize English, if at all possible, due to a bug in PHP 5.2 which will not be resolved until PHP 6.</p>
<p>http://bugs.php.net/bug.php?id=35050</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhorde-fatal-error-call-to-undefined-method-registryhasinterface-in-usrlocalcpanelbasehordeconfigprefs-php-on-line-134%2F&amp;title=Horde%20%26%238211%3B%20Fatal%20error%3A%20Call%20to%20undefined%20method%20Registry%3A%3AhasInterface%28%29%20in%20%2Fusr%2Flocal%2Fcpanel%2Fbase%2Fhorde%2Fconfig%2Fprefs.php%20on%20line%20134" id="wpa2a_10"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/horde-fatal-error-call-to-undefined-method-registryhasinterface-in-usrlocalcpanelbasehordeconfigprefs-php-on-line-134/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundcube hangs when sending mail</title>
		<link>http://www.cpaneladmins.com/roundcube-hangs-when-sending-mail/</link>
		<comments>http://www.cpaneladmins.com/roundcube-hangs-when-sending-mail/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 16:38:29 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webmail]]></category>
		<category><![CDATA[net-smtp]]></category>
		<category><![CDATA[Roundcube]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=61</guid>
		<description><![CDATA[In recent builds of roundcube, you may find that you can&#8217;t send mail using Roundcube. If /var/cpanel/roundcube/log/errors shows the following: [30-Jan-2009 14:07:11] Invalid response code received from server (421): [30-Jan-2009 14:07:11] Invalid response code received from server (-1): [30-Jan-2009 14:07:34 -0800] SMTP Error: SMTP error: Authentication failure: STARTTLS failed (Code: ) in /usr/local/cpanel/base/3rdparty/roundcube/program/steps/mail/func.inc on line [...]]]></description>
			<content:encoded><![CDATA[<p>In recent builds of roundcube, you may find that you can&#8217;t send mail using Roundcube.  If /var/cpanel/roundcube/log/errors shows the following:</p>
<p><code><br />
[30-Jan-2009 14:07:11] Invalid response code received from server (421):<br />
[30-Jan-2009 14:07:11] Invalid response code received from server (-1):<br />
[30-Jan-2009 14:07:34 -0800] SMTP Error: SMTP error: Authentication failure: STARTTLS failed (Code: ) in /usr/local/cpanel/base/3rdparty/roundcube/program/steps/mail/func.inc on line 1248 (POST /3rdparty/roundcube/index.php?_task=mail&#038;_action=send)<br />
[30-Jan-2009 14:10:29] STARTTLS failed ():<br />
</code></p>
<p>Then there is an issue with the most recent Net-SMTP PHP module.  To resolve this, edit the following file:</p>
<p><code><br />
/usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php</code></p>
<p>and change </p>
<p><code>// SMTP username (if required) if you use %u as the username RoundCube<br />
// will use the current username for login<br />
$rcmail_config['smtp_user'] = '%u';</code></p>
<p>to this:</p>
<p><code><br />
// SMTP username (if required) if you use %u as the username RoundCube<br />
// will use the current username for login<br />
$rcmail_config['smtp_user'] = '';</code></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Froundcube-hangs-when-sending-mail%2F&amp;title=Roundcube%20hangs%20when%20sending%20mail" id="wpa2a_12"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/roundcube-hangs-when-sending-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Rebuild Roundcube on cPanel</title>
		<link>http://www.cpaneladmins.com/how-to-rebuild-roundcube-on-cpanel/</link>
		<comments>http://www.cpaneladmins.com/how-to-rebuild-roundcube-on-cpanel/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:03:23 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Webmail]]></category>

		<guid isPermaLink="false">http://cpaneladmins.com/?p=4</guid>
		<description><![CDATA[/usr/local/cpanel/bin/update-roundcube --force]]></description>
			<content:encoded><![CDATA[<p><code><br />
/usr/local/cpanel/bin/update-roundcube --force<br />
</code></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhow-to-rebuild-roundcube-on-cpanel%2F&amp;title=How%20to%20Rebuild%20Roundcube%20on%20cPanel" id="wpa2a_14"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/how-to-rebuild-roundcube-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

