<?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>whm &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/whm/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.veriteknik.net.tr/en/</link>
	<description>VeriTeknik Bilişim &#124; VeriTeknik Bilişim</description>
	<lastBuildDate>Mon, 05 Mar 2012 22:51:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>BackupPC fileListReceive failed on WHM</title>
		<link>https://www.veriteknik.net.tr/en/backuppc-filelistreceive-failed-on-whm/</link>
					<comments>https://www.veriteknik.net.tr/en/backuppc-filelistreceive-failed-on-whm/#respond</comments>
		
		<dc:creator><![CDATA[Cevdet Kaymaz]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 22:51:40 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[WHM/Cpanel]]></category>
		<category><![CDATA[backuppc]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[filelistreceive]]></category>
		<category><![CDATA[whm]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=233</guid>

					<description><![CDATA[<p>I just added my whm/cpanel server to backup pool. I got the following error when trying to back up: Fatal error (bad version): stdin: is not a tty fileListReceive() failed Done: 0 files, 0 bytes Got fatal error during xfer (fileListReceive failed) Backup aborted by user signal Solution: I found that I had &#8220;mesg y&#8221; on [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/backuppc-filelistreceive-failed-on-whm/">BackupPC fileListReceive failed on WHM</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I just added my whm/cpanel server to backup pool.</p>
<p>I got the following error when trying to back up:</p>
<p>Fatal error (bad version): stdin: is not a tty<br />
fileListReceive() failed<br />
Done: 0 files, 0 bytes<br />
Got fatal error during xfer (fileListReceive failed)<br />
Backup aborted by user signal</p>
<p><strong>Solution:</strong></p>
<p>I found that I had &#8220;mesg y&#8221; on /etc/bashrc<br />
As soon as I commented it, the backups start working.</p>
<p><strong>#mesg y</strong></p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/backuppc-filelistreceive-failed-on-whm/">BackupPC fileListReceive failed on WHM</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/backuppc-filelistreceive-failed-on-whm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">233</post-id>	</item>
		<item>
		<title>Push Email with Dovecot Mail Server</title>
		<link>https://www.veriteknik.net.tr/en/push-email-with-dovecot-mail-server/</link>
					<comments>https://www.veriteknik.net.tr/en/push-email-with-dovecot-mail-server/#respond</comments>
		
		<dc:creator><![CDATA[Cevdet Kaymaz]]></dc:creator>
		<pubDate>Thu, 05 May 2011 11:20:44 +0000</pubDate>
				<category><![CDATA[WHM/Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[push email]]></category>
		<category><![CDATA[whm]]></category>
		<category><![CDATA[z-push]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=174</guid>

					<description><![CDATA[<p>I have been looking a way to push e-mail since i got my iphone. Just found something for my test server and it works for me… I have a webserver running cPanel, Dovecot and suPHP. ( centOS 5.4, WHM 11.25 ) Steps: 1- You can download z-push from here. 2- Upload z-push to /usr/local/apache/htdocs 3- [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/push-email-with-dovecot-mail-server/">Push Email with Dovecot Mail Server</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have been looking a way to push e-mail since i got my iphone. Just found something for my test server and it works for me…</p>
<p>I have a webserver running cPanel, Dovecot and suPHP. ( centOS 5.4, WHM 11.25 )</p>
<p><strong>Steps:</strong></p>
<p>1- You can download z-push from <a href="http://developer.berlios.de/project/showfiles.php?group_id=8963" target="_blank">here</a>.</p>
<p>2- Upload z-push to /usr/local/apache/htdocs</p>
<p>3- Change ownership to nobody because it fails if you leave it as root</p>
<p>4- If you are using suPHP, then Modify index.php</p>
<p>Comment out $requestheaders = apache_request_headers(); and replace it with</p>
<blockquote><p>function getHeaders()<br />
{<br />
$headers = array();<br />
foreach ($_SERVER as $k =&gt; $v)<br />
{<br />
if (substr($k, 0, 5) == &#8220;HTTP_&#8221;)<br />
{<br />
$k = str_replace(&#8216;_&#8217;, &#8216; &#8216;, substr($k, 5));<br />
$k = str_replace(&#8216; &#8216;, &#8216;-&#8216;, ucwords(strtolower($k)));<br />
$headers[$k] = $v;<br />
}<br />
}<br />
return $headers;<br />
}<br />
$requestheaders = getHeaders();</p></blockquote>
<p>5- Modify config.php</p>
<p>Change <strong>$BACKEND_PROVIDER = “BackendICS”; to $BACKEND_PROVIDER = “BackendIMAP”;</strong></p>
<p>6- Add the alias to httpd. conf as explained in the config file, but use /usr/local/apache/htdocs instead of /var/www</p>
<p>7- Restart Apache</p>
<p>8- Go to your iPhone and set up your e-mail account as a Microsoft Exchange account. (Be sure to sync “All messages” or else you’ll be deleting things twice.)</p>
<p>9- Thats All. You now have push email on your iPhone..</p>
<p>10- You may need to modify backend/diffbackend.php to make it delete properly.</p>
<p>Find the following code:</p>
<blockquote><p>function ImportMessageMove($id, $newfolder) {<br />
return true;<br />
}</p></blockquote>
<p>Change to:</p>
<blockquote><p>function ImportMessageMove($id, $newfolder) {<br />
//do nothing if it is in a dummy folder<br />
if ($this-&gt;_folderid == SYNC_FOLDER_TYPE_DUMMY)<br />
return true;</p>
<p>// See if there&#8217;s a conflict<br />
$conflict = $this-&gt;isConflict(&#8220;move&#8221;, $this-&gt;_folderid, $id);</p>
<p>// Update client state<br />
$change = array();<br />
$change[&#8220;id&#8221;] = $id;<br />
$change[&#8220;newfolder&#8221;] = $newfolder;<br />
$this-&gt;updateState(&#8220;move&#8221;, $change);</p></blockquote>
<p>P.S. I am not the author of these information. These were all found in the z-push forums.</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/push-email-with-dovecot-mail-server/">Push Email with Dovecot Mail Server</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.veriteknik.net.tr/en/push-email-with-dovecot-mail-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">174</post-id>	</item>
	</channel>
</rss>
