<?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>Linux System Administration and Security &#187; Dovecot</title>
	<atom:link href="http://www.jasonbrown.us/category/email/dovecot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonbrown.us</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 02:58:29 +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>Disable Weak Ciphers in Dovecot</title>
		<link>http://www.jasonbrown.us/2010/02/disable-weak-ciphers-in-dovecot/</link>
		<comments>http://www.jasonbrown.us/2010/02/disable-weak-ciphers-in-dovecot/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:50:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Dovecot]]></category>
		<category><![CDATA[EMail]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Encryption]]></category>

		<guid isPermaLink="false">http://www.jasonbrown.us/?p=12</guid>
		<description><![CDATA[In running my periodic Nessus scans, it picked up a few medium severity vulnerabilities against Dovecot. One was &#8220;SSL Anonymous Cipher Suites Supported&#8221; and the other, &#8220;SSL Weak Cipher Suites Supported.&#8221; Look in the Dovecot config file located in /etc/dovecot.conf under &#8220;SSL ciphers to use&#8221; and you will see: ssl_cipher_list = ALL:!LOW:!MEDIUM To disable these ]]></description>
			<content:encoded><![CDATA[<p>In running my periodic Nessus scans, it picked up a few medium severity vulnerabilities against Dovecot. One was &#8220;SSL Anonymous Cipher Suites Supported&#8221; and the other, &#8220;SSL Weak Cipher Suites Supported.&#8221;</p>
<p>Look in the Dovecot config file located in /etc/dovecot.conf under &#8220;SSL ciphers to use&#8221; and you will see:<br />
<code>ssl_cipher_list = ALL:!LOW:!MEDIUM</code></p>
<p>To disable these weak ciphers change this to:<br />
<code>ssl_cipher_list = ALL:!LOW:!MEDIUM:!MD5:!SSL2:!EXP-ADH-DES-CBC-SHA:!EXP-EDH-RSA-DES-CBC-SHA:!EXP-DES-CBC-SHA:!EXP-EDH-RSA-DES-CBC-SHA:!EXP-ADH-DES-CBC-SHA:!EXP-DES-CBC-SHA:!ADH-AES256-SHA:!ADH-AES128-SHA:!ADH-DES-CBC3-SHA:!EXP-ADH-DES-CBC-SHA:!EXP-ADH-DES-CBC-SHA:!ADH-DES-CBC3-SHA</code></p>
<p>Run the Nessus scan again and those two vulnerabilities go away <img src='http://www.jasonbrown.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Disable+Weak+Ciphers+in+Dovecot+http%3A%2F%2Fjasonbrown.us%2F%3Fp%3D12" title="Post to Twitter"><img class="nothumb" src="http://www.jasonbrown.us/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-big2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.jasonbrown.us/2010/02/disable-weak-ciphers-in-dovecot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

