<?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>Case &#187; roundcube</title>
	<atom:link href="http://case.net.ru/tag/roundcube/feed/" rel="self" type="application/rss+xml" />
	<link>http://case.net.ru</link>
	<description>Just another technical weblog</description>
	<lastBuildDate>Sat, 19 Jun 2010 14:06:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Личный почтовый ящик</title>
		<link>http://case.net.ru/2008/09/28/mailbox/</link>
		<comments>http://case.net.ru/2008/09/28/mailbox/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 16:44:00 +0000</pubDate>
		<dc:creator>Case</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[roundcube]]></category>

		<guid isPermaLink="false">http://case.net.ru/2008/09/28/%d0%bb%d0%b8%d1%87%d0%bd%d1%8b%d0%b9-%d0%bf%d0%be%d1%87%d1%82%d0%be%d0%b2%d1%8b%d0%b9-%d1%8f%d1%89%d0%b8%d0%ba/</guid>
		<description><![CDATA[postfix (smtpd) + dovecot (imapd) + roundcube webmail (web interface for imapd) + spamassassin dovecot.conf (только изменения) protocols = imap listen = 127.0.0.1 disable_plaintext_auth = no ssl_disable = yes mail_location = maildir:/usr/home/vmail/%u auth default { mechanisms = plain passdb sql { args = /usr/local/etc/dovecot-sql.conf } userdb static { args = uid=2011 gid=2011 home=/usr/home/vmail/%u } user [...]]]></description>
			<content:encoded><![CDATA[<p>postfix (smtpd) + dovecot (imapd) + roundcube webmail (web interface for imapd) + spamassassin<br />
<br />
dovecot.conf (только изменения)</p>
<blockquote><p><code>protocols = imap<br />
listen = 127.0.0.1<br />
disable_plaintext_auth = no<br />
ssl_disable = yes<br />
mail_location = maildir:/usr/home/vmail/%u<br />
auth default {<br />
  mechanisms = plain<br />
  passdb sql {<br />
    args = /usr/local/etc/dovecot-sql.conf<br />
  }<br />
  userdb static {<br />
    args = uid=2011 gid=2011 home=/usr/home/vmail/%u<br />
  }<br />
  user = vmail<br />
}</code></p></blockquote>
<p>spamassassin: /usr/local/etc/mail/spamassassin/local.cf</p>
<blockquote><p><code>rewrite_header Subject *****SPAM*****<br />
report_safe 0<br />
required_score 10.0<br />
use_bayes 1<br />
bayes_auto_learn 1</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://case.net.ru/2008/09/28/mailbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
