<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>malex dot org &#187; dns</title>
	<atom:link href="http://www.malex.org/archives/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malex.org</link>
	<description></description>
	<lastBuildDate>Mon, 06 Dec 2010 10:08:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/it/</creativeCommons:license>		<item>
		<title>Forzare l&#8217;hostname in sendmail</title>
		<link>http://www.malex.org/archives/2009/10/forzare-l-hostname-in-sendmail/</link>
		<comments>http://www.malex.org/archives/2009/10/forzare-l-hostname-in-sendmail/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:06:21 +0000</pubDate>
		<dc:creator>malex</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux  Admin]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://www.malex.org/?p=568</guid>
		<description><![CDATA[Premessa: dopo mesi di inattività, torno a scrivere sul mio blog, con un articolo breve ma molto tecnico. Se usate Linux (Fedora o CentOS) e sendmail e la vostra macchina non ha un nome registrato in un DNS pubblico, avrete grosse difficoltà a spedire e-mail da quella macchina. Questo perché i server SMTP pubblici generalmente [...]]]></description>
			<content:encoded><![CDATA[<p>Premessa: dopo mesi di inattività, torno a scrivere sul mio blog, con un articolo breve ma molto tecnico.</p>
<p>Se usate Linux (Fedora o CentOS) e <a href="http://www.sendmail.org/">sendmail</a> e la vostra macchina non ha un nome registrato in un DNS pubblico, avrete grosse difficoltà a spedire e-mail da quella macchina. Questo perché i server SMTP pubblici generalmente rifiutano e-mail spedite da server con nomi di dominio non validi. La soluzione è istruire sendmail a presentarsi con un nome valido. Scegliete quindi un nome di dominio valido (che deve essere quindi registrato in un DNS pubblico) e aggiungete la seguente riga nei file <strong>/etc/mail/sendmail.mc</strong> e <strong>/etc/mail/submit.mc</strong>:</p>
<pre>define(`confDOMAIN_NAME', `miodominio.it')dnl</pre>
<p>Effettuate quindi il restart del servizio sendmail:</p>
<pre>service sendmail restart</pre>
<p>Il restart del servizio si occuperà anche di rigenerare i rispettivi <strong>sendmail.cf</strong> e <strong>submit.cf</strong>, purché abbiate installato il modulo sendmail-cf.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malex.org/archives/2009/10/forzare-l-hostname-in-sendmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

