<?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; Roundcube</title>
	<atom:link href="http://www.cpaneladmins.com/category/webmail/roundcube/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpaneladmins.com</link>
	<description>Random Notes for cPanel Admins</description>
	<lastBuildDate>Wed, 08 Sep 2010 10:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>No Such User / Sender Verify error when sending via main account</title>
		<link>http://www.cpaneladmins.com/2010/03/28/no-such-user-sender-verify-error-when-sending-via-main-account/</link>
		<comments>http://www.cpaneladmins.com/2010/03/28/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[Horde]]></category>
		<category><![CDATA[Roundcube]]></category>
		<category><![CDATA[Squirrelmail]]></category>
		<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 addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/2010/03/28/no-such-user-sender-verify-error-when-sending-via-main-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundcube hangs when sending mail</title>
		<link>http://www.cpaneladmins.com/2009/09/27/roundcube-hangs-when-sending-mail/</link>
		<comments>http://www.cpaneladmins.com/2009/09/27/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[Roundcube]]></category>
		<category><![CDATA[Webmail]]></category>
		<category><![CDATA[net-smtp]]></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 addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/2009/09/27/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/2009/09/24/how-to-rebuild-roundcube-on-cpanel/</link>
		<comments>http://www.cpaneladmins.com/2009/09/24/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[Roundcube]]></category>
		<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 addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/2009/09/24/how-to-rebuild-roundcube-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
