From owner-freebsd-current Tue Jan 5 02:37:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27682 for freebsd-current-outgoing; Tue, 5 Jan 1999 02:37:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27677 for ; Tue, 5 Jan 1999 02:37:30 -0800 (PST) (envelope-from matt@camtech.com.au) Received: from dialup-ad-15-61.camtech.net.au (dialup-ad-15-61.camtech.net.au [203.55.243.61]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id VAA23797; Tue, 5 Jan 1999 21:05:58 +1030 (CST) Date: Tue, 5 Jan 1999 21:05:20 +1030 (CST) From: Matthew Thyer X-Sender: matt@localhost To: "David W. Chapman Jr." cc: freebsd-current Subject: Re: sendmail throughput (was: HEADS UP: Postfix is coming. new uid,gid required.) In-Reply-To: <369077A1.3E637E35@houabg.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It sounds like you want to setup the same thing that I have. I am a dialup user who wishes to read mail by several different methods: - Pine on a dumb terminal (on the dinner table!). - Netscape 4.08 on the X server (in the computer room). - Remotely from other sites. What I have done is: - Get mail with the 'popclient' port - pipe the above to procmail which creates my folder structure - serve up the folders with an IMAP server (the 'imap-uw-4.4' port) - Read the mail with Pine, Netscape 4.08, whatever This is quite quick as IMAP only sends the subject lines when you open a folder..... much like news. I find this works very well except Netscape Communicator 4.08 is the only Netscape that seems to work with 'imap-uw'. Netscape 4.5 never connects and neither did 4.07. Further immplementation details below. 1) My 'DownloadMail' script: /usr/local/bin/popclient -c -u thyerm pop.camtech.com.au | /usr/local/bin/formail -s /usr/local/bin/procmail 2) The FreeBSD bits of my .procmailrc: PATH=/bin:/usr/bin:/usr/local/bin MAILDIR=$HOME/imapmail DEFAULT=Inbox :0 * ^Subject: .*ja_JP.* Trash :0 * ^Subject: .*cvs commit: (doc/ja|www/ja|src/sys/pc98|ports/japanese|ports/korean|ports/chinese|ports/vietnamese|ports/german|ports/russian).* Trash :0 * ^Subject: .*- Imported sources.* "FreeBSD/Imported sources" :0 * ^Subject: .*cvs commit: CVSROOT.* FreeBSD/cvs-all/CVSROOT :0 * ^Subject: .*cvs commit: ports.* FreeBSD/cvs-ports :0 * ^Subject: .*cvs commit: www.* FreeBSD/cvs-all/www :0 * ^Subject: .*cvs commit: src/release/picobsd.* FreeBSD/cvs-all/picoBSD :0 * ^Subject: .*cvs commit:.* FreeBSD/cvs-all/cvs-all :0 * ^(To|Cc): .*(current@FreeBSD\.org|current@freefall\.cdrom\.com|committers@FreeBSD\.org).* FreeBSD/CURRENT :0 * ^From: .*FreeBSD Security Officer.* "FreeBSD/FreeBSD Security" :0 * ^Subject: .*FreeBSD Security Advisory.* "FreeBSD/FreeBSD Security" On Mon, 4 Jan 1999, David W. Chapman Jr. wrote: > I see where your comming from, but as I believe Mr Tubutis put it, the ideal > setup would to have the mail list "link" the the news server. Therefore those > who still would like the email, can keep it, those who like the news group > could also use that. I guess filtering spam or junk mail isn't my primary > reason for wanting to switch, I think I can keep my mouth shut when another one > comes along. I like the newsgroup because when I go to check my email, I don't > have to wait a couple of minutes for them all to download. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > > /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message