<?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>admirableadmin &#187; perl</title>
	<atom:link href="http://admirableadmin.de/tag/perl/feed" rel="self" type="application/rss+xml" />
	<link>http://admirableadmin.de</link>
	<description>&#34;Suchst du noch oder lebst du schon?&#34;</description>
	<lastBuildDate>Sun, 20 May 2012 14:31:19 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Perl: Mail::Sendmail konfigurieren</title>
		<link>http://admirableadmin.de/76/perl-mailsendmail-konfigurieren</link>
		<comments>http://admirableadmin.de/76/perl-mailsendmail-konfigurieren#comments</comments>
		<pubDate>Wed, 04 Feb 2009 05:46:28 +0000</pubDate>
		<dc:creator>admirableadmin</dc:creator>
				<category><![CDATA[de]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://admirableadmin.de/?p=76</guid>
		<description><![CDATA[Mit Perl lassen sich wunderbar Mails versenden. Das populäre formmail.pl Script ist ein gutes Beispiel dafür und wurde seit Veröffentlichung 1992 über 2 Millionen Mal heruntergeladen. Bei selbst erstellen Skripten kommt möglicherweise das Mail::Sendmail Modul aus dem CPAN-Archiv zum Einsatz. Dieses muss für den ordnungsgemäßen Versand einer Mail über einen externen Mailserver erst noch konfiguriert [...]]]></description>
			<content:encoded><![CDATA[<p>Mit Perl lassen sich wunderbar Mails versenden. Das populäre <a href="http://www.scriptarchive.com/formmail.html" target="_blank">formmail.pl</a> Script ist ein gutes Beispiel dafür und wurde seit Veröffentlichung 1992 über 2 Millionen Mal heruntergeladen.</p>
<p><span id="more-76"></span>Bei selbst erstellen Skripten kommt möglicherweise das <a href="http://search.cpan.org/~mivkovic/Mail-Sendmail-0.79/Sendmail.pm" target="_blank">Mail::Sendmail</a> Modul aus dem <a href="http://search.cpan.org/" target="_blank">CPAN-Archiv</a> zum Einsatz. Dieses muss für den ordnungsgemäßen Versand einer Mail über einen externen Mailserver erst noch konfiguriert werden.</p>
<p>Bearbeiten der Datei:</p>
<p><em>/usr/local/share/perl/5.8.4/Mail/Sendmail.pm</em></p>
<p class="code">%mailcfg = (<br />
# List of SMTP servers:<br />
&#8216;smtp&#8217;    =&gt; [ qw( mail.servername.com ) ],<br />
);</p>
]]></content:encoded>
			<wfw:commentRss>http://admirableadmin.de/76/perl-mailsendmail-konfigurieren/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

