<?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>Libre Things &#187; mail</title>
	<atom:link href="http://positon.org/tag/mail/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>Adding subject in Exim log</title>
		<link>http://positon.org/adding-subject-in-exim-log</link>
		<comments>http://positon.org/adding-subject-in-exim-log#comments</comments>
		<pubDate>Mon, 19 Oct 2009 13:01:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exim]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=65</guid>
		<description><![CDATA[To add mail subjects in Exim4 log (/var/log/exim4/mainlog), just change the /etc/exim4/exim4.conf.template file as following to add +subject to log_selector: .ifdef MAIN_LOG_SELECTOR log_selector = MAIN_LOG_SELECTOR +subject .endif Then restart Exim: /etc/init.d/exim4 restart]]></description>
				<content:encoded><![CDATA[<p>To add mail subjects in Exim4 log (<code>/var/log/exim4/mainlog</code>), just change the <code>/etc/exim4/exim4.conf.template</code> file as following to add <code>+subject</code> to <code>log_selector</code>:</p>
<pre>
.ifdef MAIN_LOG_SELECTOR
log_selector = MAIN_LOG_SELECTOR +subject
.endif
</pre>
<p>Then restart Exim:</p>
<pre>
/etc/init.d/exim4 restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/adding-subject-in-exim-log/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
