<?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>Thesis: Hosting &#187; MailScanner</title>
	<atom:link href="http://www.thesishosting.com/topics/mailscanner/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishosting.com</link>
	<description>Down &#38; Dirty Web Hosting Resource</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:02:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Releasing Items from Mailscanner Que</title>
		<link>http://www.thesishosting.com/2010/04/topics/web-hosting/releasing-items-from-mailscanner-que</link>
		<comments>http://www.thesishosting.com/2010/04/topics/web-hosting/releasing-items-from-mailscanner-que#comments</comments>
		<pubDate>Mon, 12 Apr 2010 19:51:39 +0000</pubDate>
		<dc:creator>Dixie</dc:creator>
				<category><![CDATA[MailScanner]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://thesishosting.com/?p=394</guid>
		<description><![CDATA[Command line for releasing manually releasing messages from MailScanner Quarantine.]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.thesishosting.com/2010/04/topics/web-hosting/releasing-items-from-mailscanner-que" title="Permanent link to Releasing Items from Mailscanner Que"><img class="post_image alignnone" src="http://th1.s3.amazonaws.com/files/2009/10/mailscanner_logo.jpg?cda6c1" width="328" height="71" alt="Post image for Releasing Items from Mailscanner Que" /></a>
</p><p>The easiest is to have your mailscanner configured to quarantine Whole Message as Queue files; from Chirpy with instructions for this and more, <a title="Manually releasing email from MailScanner Quarentine" href="http://forums.cpanel.net/f5/release-mail-mailscanner-quarantine-27799.html#post130607">here</a>.</p>
<blockquote><p>Quarantine Whole Message = yes<br />
Quarantine Whole Messages As Queue Files = yes</p>
<p>then to requeue the email to be delivered, you need to go to the indicated directory within:<br />
/var/spool/MailScanner/quarantine/&lt;date&gt;/&lt;message-id&gt;/</p>
<p>Then you need to:<br />
cp -av *-H /var/spool/exim/input/ ; cp -av *-D /var/spool/exim/input/<br />
one done you&#8217;ll have to wait for the next exim mail queue run, or run it yourself from WHM &gt; Manage Queue &gt; &lt;message-id&gt; &gt; Deliver Now</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishosting.com/2010/04/topics/web-hosting/releasing-items-from-mailscanner-que/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailscanner: Allow Office 2007 Files to Pass</title>
		<link>http://www.thesishosting.com/2009/10/topics/mailscanner/mailscanner-allow-office-2007-files-to-pass</link>
		<comments>http://www.thesishosting.com/2009/10/topics/mailscanner/mailscanner-allow-office-2007-files-to-pass#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:31:11 +0000</pubDate>
		<dc:creator>Dixie</dc:creator>
				<category><![CDATA[MailScanner]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[quarantine]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://thesishosting.com/?p=14</guid>
		<description><![CDATA[Configuration changes to Mailscanner program to allow Office 2007 files to pass through without quarantine (from Mailscanner treating them as archive).]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.thesishosting.com/2009/10/topics/mailscanner/mailscanner-allow-office-2007-files-to-pass" title="Permanent link to Mailscanner: Allow Office 2007 Files to Pass"><img class="post_image alignnone" src="http://thesishosting.dixiblog.com/files/2009/10/mailscanner_logo.jpg" width="328" height="71" alt="Mailscanner - Stop Quarantine Office 2007 Files" /></a>
</p><p><strong>Mailscanner doesn&#8217;t like MS Office 2007 files because of the multiple extensions, treating it as a tricky archive</strong>. These files get quarantined, thus increasing your admin time. To resolve this problem:</p>
<p>Add a new line to<strong> filename.rules.conf </strong>(somewhere near the top)</p>
<p>allow   \.xml\.rel$   -   -</p>
<p>Make sure the 4 &#8220;words&#8221; are separated with tab characters and not  spaces. This (along with its partner filetype.rules.conf) is the only  place where tab characters must be used, as the regular expression  matching the filename, and the reports (which are just &#8220;-&#8221; for an  &#8220;allow&#8221; rule) could also contain spaces.</p>
<p>Solution from <a title="fix mailscanner office 2007 files" href="http://lists.mailscanner.info/pipermail/mailscanner/2007-September/078056.html">http://lists.mailscanner.info/pipermail/mailscanner/2007-September/078056.html</a></p>
<p>Check etc/Mailscanner/ directory for this file. <a title="configserver " href="http://www.configserver.com/index.html">Configserver installation</a>, check /usr/mailscanner/etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishosting.com/2009/10/topics/mailscanner/mailscanner-allow-office-2007-files-to-pass/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.thesishosting.com @ 2012-02-07 00:02:56 by W3 Total Cache -->
