<?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>Sys Admin Guides, How To&#039;s, etc  by Marios Maravelias &#187; I</title>
	<atom:link href="http://www.sys-admin.gr/tag/i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sys-admin.gr</link>
	<description>where prophets and madmen...walk hand in hand</description>
	<lastBuildDate>Fri, 07 May 2010 10:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How do I setup all subdomains *.domain.tld to point to a domain domain.tld? &#124; wildcard dns in plesk</title>
		<link>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/</link>
		<comments>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:45:30 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[*.domain.tld]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=63</guid>
		<description><![CDATA[For that purpose you should add an entry into domain&#8217;s zone DNS  like: *.domain.com. CNAME domain.com. and configure Apache with the following line in the domain&#8217;s vhost.conf: ServerAlias *.domain.com After the changes have been made do not forget to restart apache (with &#8220;$PRODUCT_ROOT_D/admin/bin/websrvmng -a -v&#8221;) and BIND services to apply changes.]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do i send emails from my Web Application ? (.NET &amp; ASP)</title>
		<link>http://www.sys-admin.gr/36/mail-server/how-do-i-send-emails-from-my-web-application/</link>
		<comments>http://www.sys-admin.gr/36/mail-server/how-do-i-send-emails-from-my-web-application/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 11:17:38 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/mail-server/36</guid>
		<description><![CDATA[here you can find various ways of sending emails with .NET 2 / .Net 1 CDONTS / Persist&#8217;s AspEmail / VB / PHP etc - Sending emails in ASP.NET 2.0 // using System.Net.Mail; // using System.Net; SmtpClient smtpClient = new SmtpClient(&#8220;smtp.domainHosted.com&#8221;); smtpClient.Credentials = new NetworkCredential(&#8220;user1@domainHosted.com&#8221;, &#8220;passwordHere&#8221;); MailMessage message = new MailMessage(); message.From = new MailAddress(user1@domainHosted.com); [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/36/mail-server/how-do-i-send-emails-from-my-web-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I mount /tmp partition with &#8216;noexec&#8217; option.</title>
		<link>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/</link>
		<comments>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 12:10:05 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[noexec]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/security/34</guid>
		<description><![CDATA[It is recommended to create /tmp as separate partition and mount it with &#8216;noexec&#8217; and &#8216;nosuid&#8217; options. &#8216;noexec&#8217; disables the executable file attribute within an entire filesystem, effectively preventing any files within that filesystem from being executed.&#8216;nosuid&#8217; disables the SUID file-attribute within an entire filesystem. This prevents SUID attacks on, say, the /tmp filesystem.- If [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I change the address Qmail (MAILER-DAEMON@hostname.tld) sends error messages to.</title>
		<link>http://www.sys-admin.gr/17/mail-server/how-do-i-change-the-address-qmail-mailer-daemonhostnametld-sends-error-messages-to/</link>
		<comments>http://www.sys-admin.gr/17/mail-server/how-do-i-change-the-address-qmail-mailer-daemonhostnametld-sends-error-messages-to/#comments</comments>
		<pubDate>Tue, 29 May 2007 13:58:39 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[MAILER-DAEMON@hostname.tld]]></category>
		<category><![CDATA[messages]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[sends]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/mail-server/17</guid>
		<description><![CDATA[As By default Plesk administrator&#8217;s email address is listed in: /var/qmail/alias/.qmail-mailer-daemon /var/qmail/alias/.qmail-postmaster /var/qmail/alias/.qmail-root You can edit these files and set the email which you need. Taken from http://kb.swsoft.com/]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/17/mail-server/how-do-i-change-the-address-qmail-mailer-daemonhostnametld-sends-error-messages-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

