<?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"
	>
<channel>
	<title>Comments on: Mail and news</title>
	<atom:link href="http://www.kryogenix.org/days/2004/03/05/mailNews/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2004/03/05/mailNews</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Sat, 22 Nov 2008 00:22:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Martin Geisler</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-4115</link>
		<dc:creator>Martin Geisler</dc:creator>
		<pubDate>Thu, 27 Oct 2005 22:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-4115</guid>
		<description>I stumbled upon your post --- I don't know if this would be relevant anymore, but I've been through some of the same before reaching an optimal solution (for me at least):

Gnus as the mail- and newsreader.

Leafnode to fetch news.

Getmail with maildrop to do virus/spam checks, and to sort mails into `~/Maildir`.  (I like those two programs better than the more traditional fetchmail + procmail combo, but the important thing is to use the Maildir format which nice and fast).

Use Dovecot to present the Maildir as an IMAP server.  Dovecot is a super piece of software --- the author writes that you're not supposed to make it segfault, even if you actively try to by poking at its files.

I guess you either love or hate Gnus, but for me it's perfect to have mail and news combined inside Emacs.

With an IMAP server I can access my mail from wherever in the world, secured by SSL.  Dovecot is very fast too, so having thousands of mails in a folder is no problem (but accessing the Maildir directly using Gnus is, so that's another reason for me to put in this extra layer).</description>
		<content:encoded><![CDATA[<p>I stumbled upon your post &#8212; I don&#8217;t know if this would be relevant anymore, but I&#8217;ve been through some of the same before reaching an optimal solution (for me at least):</p>
<p>Gnus as the mail- and newsreader.</p>
<p>Leafnode to fetch news.</p>
<p>Getmail with maildrop to do virus/spam checks, and to sort mails into `~/Maildir`.  (I like those two programs better than the more traditional fetchmail + procmail combo, but the important thing is to use the Maildir format which nice and fast).</p>
<p>Use Dovecot to present the Maildir as an IMAP server.  Dovecot is a super piece of software &#8212; the author writes that you&#8217;re not supposed to make it segfault, even if you actively try to by poking at its files.</p>
<p>I guess you either love or hate Gnus, but for me it&#8217;s perfect to have mail and news combined inside Emacs.</p>
<p>With an IMAP server I can access my mail from wherever in the world, secured by SSL.  Dovecot is very fast too, so having thousands of mails in a folder is no problem (but accessing the Maildir directly using Gnus is, so that&#8217;s another reason for me to put in this extra layer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarion</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1791</link>
		<dc:creator>Aquarion</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1791</guid>
		<description>A description of my mail/news system:&lt;br /&gt;
&lt;br /&gt;
All mail goes to /var/mail/aquarion, mailboxen in ~/Mail/, procmail filters it as it arrives to either get placed in ~/Mail/spam/$DATE, a variety of different local newsgroups, my mail folder and - if it matches criteria - forwarded to my mobile phone.&lt;br /&gt;
&lt;br /&gt;
Leafnode2 (http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/) is my news server. It - unlike leafnode1 - supports local groups. It uses leafnode's fetchnews to fetch news from a bewildering array of newsservers across the world (Most notably the gmane (http://www.gmane.org/) server, which saves me from subscribing to an awful lot of newsgroups by converting them to NNTP for me). Any lists that haven't been picked up by gmane (ie, I've subscribed to) are filtered into local groups by 'pyg' (Debian package, I've never found anything mentioning it outside debian) which Just Works (tm).&lt;br /&gt;
&lt;br /&gt;
The local groups are set up as moderated, with the groups e-mail address as the moderator.&lt;br /&gt;
&lt;br /&gt;
Leafnode2, despite being beta, is one of the more stable pieces of software I've ever had the pleasure of using. The one segfault problem I've ever had with it I reported to the maintainer and got a patch within a couple of hours.&lt;br /&gt;
&lt;br /&gt;
Accessing news is done using slrn, tin, agent or TBird with a shared .newsrc file.&lt;br /&gt;
&lt;br /&gt;
Accessing mail is done using mutt locally or TBird from my desktop machine over imap, which I don't find slow at all.</description>
		<content:encoded><![CDATA[<p>A description of my mail/news system:</p>
<p>All mail goes to /var/mail/aquarion, mailboxen in ~/Mail/, procmail filters it as it arrives to either get placed in ~/Mail/spam/$DATE, a variety of different local newsgroups, my mail folder and - if it matches criteria - forwarded to my mobile phone.</p>
<p>Leafnode2 (http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/) is my news server. It - unlike leafnode1 - supports local groups. It uses leafnode&#8217;s fetchnews to fetch news from a bewildering array of newsservers across the world (Most notably the gmane (http://www.gmane.org/) server, which saves me from subscribing to an awful lot of newsgroups by converting them to NNTP for me). Any lists that haven&#8217;t been picked up by gmane (ie, I&#8217;ve subscribed to) are filtered into local groups by &#8216;pyg&#8217; (Debian package, I&#8217;ve never found anything mentioning it outside debian) which Just Works &#8482;.</p>
<p>The local groups are set up as moderated, with the groups e-mail address as the moderator.</p>
<p>Leafnode2, despite being beta, is one of the more stable pieces of software I&#8217;ve ever had the pleasure of using. The one segfault problem I&#8217;ve ever had with it I reported to the maintainer and got a patch within a couple of hours.</p>
<p>Accessing news is done using slrn, tin, agent or TBird with a shared .newsrc file.</p>
<p>Accessing mail is done using mutt locally or TBird from my desktop machine over imap, which I don&#8217;t find slow at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clayton Scott</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1792</link>
		<dc:creator>Clayton Scott</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1792</guid>
		<description>I use gui and commandline all of the time.&lt;br /&gt;
GUI at home and ssh to the server from work.&lt;br /&gt;
&lt;br /&gt;
I use thunderbird for mail(IMAP) and news from my desktop and I use Pine and tin for commandline.&lt;br /&gt;
&lt;br /&gt;
I'd like to read all of my mailing lists as newsgroups as well as my blogs. Right now I just read a bunch of the Perl lists via nntp.perl.org</description>
		<content:encoded><![CDATA[<p>I use gui and commandline all of the time.<br />
GUI at home and ssh to the server from work.</p>
<p>I use thunderbird for mail(IMAP) and news from my desktop and I use Pine and tin for commandline.</p>
<p>I&#8217;d like to read all of my mailing lists as newsgroups as well as my blogs. Right now I just read a bunch of the Perl lists via nntp.perl.org</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1793</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1793</guid>
		<description>OK, I have been thinking about this, and I believe I have decided on the following:&lt;br /&gt;
&lt;b&gt;Axiom 1&lt;/b&gt;: reading news in a mail client is difficult (requiring Cyrus IMAP+inn (bad because of inn) or news2mail (bad because posting is hard)) and should not be done.&lt;br /&gt;
&lt;b&gt;Axiom 2&lt;/b&gt;: mailing lists are newsgroups, and should be treated as such.&lt;br /&gt;
So, I think I'm going to go for leafnode for Usenet, MLGroups or pyg for mailing lists, and either Maildir or IMAP for mail (and I can't decide between the two, because I am short of data, other than my last unsuccessful IMAP trial (which Aquarion points out was probably not representative)). So, nearly a decision! Thanks for your help, chaps; it was useful.</description>
		<content:encoded><![CDATA[<p>OK, I have been thinking about this, and I believe I have decided on the following:<br />
<b>Axiom 1</b>: reading news in a mail client is difficult (requiring Cyrus IMAP+inn (bad because of inn) or news2mail (bad because posting is hard)) and should not be done.<br />
<b>Axiom 2</b>: mailing lists are newsgroups, and should be treated as such.<br />
So, I think I&#8217;m going to go for leafnode for Usenet, MLGroups or pyg for mailing lists, and either Maildir or IMAP for mail (and I can&#8217;t decide between the two, because I am short of data, other than my last unsuccessful IMAP trial (which Aquarion points out was probably not representative)). So, nearly a decision! Thanks for your help, chaps; it was useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1794</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1794</guid>
		<description>Naturally, I've changed my mind.&lt;br /&gt;
According to &lt;a href="http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews"&gt;http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews&lt;/a&gt;.html, Cyrus just reads out of a news spool. So I can install leafnode to run the news spool, and Cyrus IMAP to serve the news spool, use pyg to send my mailing lists into the news spool, and read the whole damned lot by IMAP. Bonus. So, I'll have a news server, but won't use any news clients with it; I'll read the lot in my mail client(s). That sounds like the approach, to me.</description>
		<content:encoded><![CDATA[<p>Naturally, I&#8217;ve changed my mind.<br />
According to <a href="http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews">http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews</a>.html, Cyrus just reads out of a news spool. So I can install leafnode to run the news spool, and Cyrus IMAP to serve the news spool, use pyg to send my mailing lists into the news spool, and read the whole damned lot by IMAP. Bonus. So, I&#8217;ll have a news server, but won&#8217;t use any news clients with it; I&#8217;ll read the lot in my mail client(s). That sounds like the approach, to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1795</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1795</guid>
		<description>I lie. Cyrus &lt;b&gt;is&lt;/b&gt; the news server. Don't need leafnode. So I just install Cyrus IMAP and "suck":&lt;a href="http://home.comcast.net/~bobyetman/"&gt;http://home.comcast.net/~bobyetman/&lt;/a&gt; to get the news and feed it to Cyrus. Cool beans.</description>
		<content:encoded><![CDATA[<p>I lie. Cyrus <b>is</b> the news server. Don&#8217;t need leafnode. So I just install Cyrus IMAP and &#8220;suck&#8221;:<a href="http://home.comcast.net/~bobyetman/">http://home.comcast.net/~bobyetman/</a> to get the news and feed it to Cyrus. Cool beans.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2004/03/05/mailNews#comment-1796</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2004/03/05/mailNews/#comment-1796</guid>
		<description>I'm thinking that I might change my mnd again. It looks like it might be a pain in the arse to do news by IMAP -- not to serve out news, but to post to newsgroups. Dammit. I liked the idea of doing it all in one client. Um, um, um, I'm open to suggestions here, all. Mailing lists will have a reply-to set to the list; to do newsgroups by IMAP I'd have to munge the created messages to contain a Reply-To of a faked email address (which would stomp on any existing reply-to, and mail munging is bad) and then route mail to that fakes email address back into the news server. That's a big fat pain in the arse, which is tragic. So I dunno what to do now.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m thinking that I might change my mnd again. It looks like it might be a pain in the arse to do news by IMAP &#8212; not to serve out news, but to post to newsgroups. Dammit. I liked the idea of doing it all in one client. Um, um, um, I&#8217;m open to suggestions here, all. Mailing lists will have a reply-to set to the list; to do newsgroups by IMAP I&#8217;d have to munge the created messages to contain a Reply-To of a faked email address (which would stomp on any existing reply-to, and mail munging is bad) and then route mail to that fakes email address back into the news server. That&#8217;s a big fat pain in the arse, which is tragic. So I dunno what to do now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
