<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install Spamassassin with Postfix and Dovecot on Ubuntu/Debian Server	</title>
	<atom:link href="https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Tue, 02 Feb 2021 08:20:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-312980</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 02 Feb 2021 08:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7743#comment-312980</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167641&quot;&gt;Alex&lt;/a&gt;.

yes, its necessary to add
-o content_filter=spamassassin

thanks for pointing it out. i missed it.
will update the article.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167641">Alex</a>.</p>
<p>yes, its necessary to add<br />
-o content_filter=spamassassin</p>
<p>thanks for pointing it out. i missed it.<br />
will update the article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous Coward		</title>
		<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-282951</link>

		<dc:creator><![CDATA[Anonymous Coward]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7743#comment-282951</guid>

					<description><![CDATA[I was really impressed with the &quot;Install Postfix mail server and Dovecot on Ubuntu or Debian&quot; guide, but this one seems to no longer be up-to-date and have been abandoned (errors from 2018 still not addressed in 2020). I understand that we may not always have time, but then it&#039;s better to remove it than have people waste time with it. 

Pyzor discover has been discontinued since around 2017:

# pyzor --homedir /etc/mail/spamassassin/pyzor discover
2020-09-29 11:54:59,586 (559) CRITICAL Unknown command: discover

 Now I have to backtrack the installation and follow a more up-to-date version.]]></description>
			<content:encoded><![CDATA[<p>I was really impressed with the &#8220;Install Postfix mail server and Dovecot on Ubuntu or Debian&#8221; guide, but this one seems to no longer be up-to-date and have been abandoned (errors from 2018 still not addressed in 2020). I understand that we may not always have time, but then it&#8217;s better to remove it than have people waste time with it. </p>
<p>Pyzor discover has been discontinued since around 2017:</p>
<p># pyzor &#8211;homedir /etc/mail/spamassassin/pyzor discover<br />
2020-09-29 11:54:59,586 (559) CRITICAL Unknown command: discover</p>
<p> Now I have to backtrack the installation and follow a more up-to-date version.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chma		</title>
		<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-208631</link>

		<dc:creator><![CDATA[chma]]></dc:creator>
		<pubDate>Thu, 12 Sep 2019 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7743#comment-208631</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167641&quot;&gt;Alex&lt;/a&gt;.

That is the most important part, otherwise spamassassin wont get the incoming mails at all - should be definitly added!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167641">Alex</a>.</p>
<p>That is the most important part, otherwise spamassassin wont get the incoming mails at all &#8211; should be definitly added!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167642</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 28 Sep 2018 20:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7743#comment-167642</guid>

					<description><![CDATA[Also in the section &quot;Setup Sieve filtering&quot; you should mention the changes to dovecot&#039;s configuration in 90-sieve.conf to tell dovecot to use this new default.sieve

  sieve_global_path = /var/lib/dovecot/sieve/default.sieve                                                                  
  sieve_global_dir  = /var/lib/dovecot/sieve/                                                                               

etc]]></description>
			<content:encoded><![CDATA[<p>Also in the section &#8220;Setup Sieve filtering&#8221; you should mention the changes to dovecot&#8217;s configuration in 90-sieve.conf to tell dovecot to use this new default.sieve</p>
<p>  sieve_global_path = /var/lib/dovecot/sieve/default.sieve<br />
  sieve_global_dir  = /var/lib/dovecot/sieve/                                                                               </p>
<p>etc</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://www.binarytides.com/install-spamassassin-with-postfix-dovecot/comment-page-1/#comment-167641</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 28 Sep 2018 20:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=7743#comment-167641</guid>

					<description><![CDATA[Thanks for this guide. In the section &quot;Configure Postfix to use Spamassassin as a filter&quot; you perhaps ought to add the line to postfix&#039;s master.cf that tells postfix to use spamassassin as a filter, i.e. changing

smtp      inet  n       -       n       -       -       smtpd

to 

smtp      inet  n       -       n       -       -       smtpd -o content_filter=spamassassin]]></description>
			<content:encoded><![CDATA[<p>Thanks for this guide. In the section &#8220;Configure Postfix to use Spamassassin as a filter&#8221; you perhaps ought to add the line to postfix&#8217;s master.cf that tells postfix to use spamassassin as a filter, i.e. changing</p>
<p>smtp      inet  n       &#8211;       n       &#8211;       &#8211;       smtpd</p>
<p>to </p>
<p>smtp      inet  n       &#8211;       n       &#8211;       &#8211;       smtpd -o content_filter=spamassassin</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
