<?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>roundcube &#8211; VeriTeknik</title>
	<atom:link href="https://www.veriteknik.net.tr/en/tag/roundcube/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 23:41:48 +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>Setting up roundcube to webmail.domain.com as default for domains in DirectAdmin</title>
		<link>https://www.veriteknik.net.tr/en/setting-up-roundcube-to-webmail-domain-com-as-default-for-domains-in-directadmin/</link>
					<comments>https://www.veriteknik.net.tr/en/setting-up-roundcube-to-webmail-domain-com-as-default-for-domains-in-directadmin/#respond</comments>
		
		<dc:creator><![CDATA[Cevdet Kaymaz]]></dc:creator>
		<pubDate>Mon, 05 Mar 2012 23:41:48 +0000</pubDate>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[LINUX Help]]></category>
		<category><![CDATA[default sub domain]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[webmail]]></category>
		<guid isPermaLink="false">http://www.plugged.in/?p=236</guid>

					<description><![CDATA[<p>You need to setup the virtualhost for apache2. [root@ck]# cd /usr/local/directadmin/data/templates [root@ck]# cp virtual_host2.conf custom [root@ck]# cd custom &#160; Now you can edit the new virtual_host2.conf (apache 2) file in custom folder and just add the codes to the end. &#60;VirtualHost &#124;IP&#124;:80&#62; ServerName webmail.&#124;DOMAIN&#124; ServerAdmin &#124;ADMIN&#124; DocumentRoot /var/www/html/roundcube CustomLog /var/log/httpd/domains/&#124;DOMAIN&#124;.bytes bytes CustomLog /var/log/httpd/domains/&#124;DOMAIN&#124;.log combined ErrorLog [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/setting-up-roundcube-to-webmail-domain-com-as-default-for-domains-in-directadmin/">Setting up roundcube to webmail.domain.com as default for domains in DirectAdmin</a> appeared first on <a rel="nofollow" href="https://www.veriteknik.net.tr/en/">VeriTeknik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>You need to setup the virtualhost for apache2.</p>
<pre>[root@ck]# cd /usr/local/directadmin/data/templates
[root@ck]# cp virtual_host2.conf custom
[root@ck]# cd custom</pre>
<p>&nbsp;</p>
<p>Now you can edit the new virtual_host2.conf (apache 2) file in custom folder and just add the codes to the end.<span id="more-236"></span></p>
<pre>&lt;VirtualHost |IP|:80&gt;
ServerName webmail.|DOMAIN|
ServerAdmin |ADMIN|
DocumentRoot /var/www/html/roundcube
CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
&lt;/VirtualHost&gt;</pre>
<p>&nbsp;</p>
<p>Simply save and exit. Then run below to rewrite the httpd.conf files.</p>
<pre>echo "action=rewrite&amp;value=httpd" &gt;&gt; /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d</pre>
<p>&nbsp;</p>
<p>Finally you need to setup dns part.</p>
<pre>[root@ck]# cd /usr/local/directadmin/data/templates
[root@ck]# cp dns_a.conf custom
[root@ck]# cd custom
[root@ck]# echo "webmail=|IP|" &gt;&gt; dns_a.conf</pre>
<p>&nbsp;</p>
<p>Note: Please check custom folder if there is a file with dns_a.conf name. Also dont forget that is only setup webmail A record for new domains. For existing domains, you&#8217;ll have to add manually.</p>
<p>Source: DirectAdmin</p>
<p>The post <a rel="nofollow" href="https://www.veriteknik.net.tr/en/setting-up-roundcube-to-webmail-domain-com-as-default-for-domains-in-directadmin/">Setting up roundcube to webmail.domain.com as default for domains in DirectAdmin</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/setting-up-roundcube-to-webmail-domain-com-as-default-for-domains-in-directadmin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">236</post-id>	</item>
	</channel>
</rss>
