<?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>mailserver | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/mailserver/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Sun, 22 Dec 2013 14:59:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Enable Subject Header Logging in Exim&#8217;s main_log</title>
		<link>https://logs.paulooi.com/how-to-enable-subject-header-logging-in-exims-main_log.php</link>
					<comments>https://logs.paulooi.com/how-to-enable-subject-header-logging-in-exims-main_log.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Wed, 20 Nov 2013 14:14:05 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Exim]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mailserver]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1411</guid>

					<description><![CDATA[<p>Yes, I have stopped writing since 2011 😉 All the latest posts are interesting article I read and wish to share with you. I&#8217;ve been maintaining a customer mailserver since 2003, growing from 30 users to 200+ users today, it...</p>
The post <a href="https://logs.paulooi.com/how-to-enable-subject-header-logging-in-exims-main_log.php">How to Enable Subject Header Logging in Exim’s main_log</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Yes, I have stopped writing since 2011 <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> All the latest posts are interesting article I read and wish to share with you. </p>
<p>I&#8217;ve been maintaining a customer mailserver since 2003, growing from 30 users to 200+ users today, it seems how big and fast the company grown, good thing they still engaged me on maintaining their mail/web server. </p>
<p><strong>Turn On Subject Header on Exim Logging</strong></p>
<p>Turning on Subject Header on Exim logging make your life easier for troubleshooting purpose. By default, exim&#8217;s logging on mainlog does not provide Subject Header, to turn on follow the steps below;</p>
<ul>
<li>1. Edit Exim&#8217;s main config file, using /usr/local/exim/configure </li>
<li>2. On the main/global config, usually before ACL section, add the line below</li>
<pre>
<code>
log_selector = +subject +delivery_size +size_reject
</code>
</pre>
<li>Above log_selector include logging the delivery size of the email, and size_reject. If the email is rejected by the server, you can find out what was the rejected size.</li>
</ul>
<p>That&#8217;s it. Will try to pen down stuff more often <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> </p>The post <a href="https://logs.paulooi.com/how-to-enable-subject-header-logging-in-exims-main_log.php">How to Enable Subject Header Logging in Exim’s main_log</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-enable-subject-header-logging-in-exims-main_log.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
