I use simple perl scripts to send,receive,sort my mail along with mutt and fetchmail. To send: http://www.turbobit.com/software/email/smtp.pl.txt Add to .muttrc:set sendmail=/home/me/bin/smtp.pl To rec/sort: http://www.turbobit.com/software/email/putmail.pl.txt For my purposes this really beats trying to setup a full-fledged mail server. And after looking at procmail source I decide to make my own solution using perl. On Tue, Jun 24, 2003 at 01:46:23PM -0500, Jon Schewe wrote: > >>>>> "DB" == David Blevins <david.blevins at visi.com> writes: > > DB> Is fetchmail the recomended approach for this? Anyone have a fetchmail > DB> config already setup for visi that they care to share? > > You don't need sendmail or qmail though. All you need is procmail. Here's > the config I use at work (I'll assume you know how to use procmail). > > poll mn65-exuser2 > proto imap > user <username> > password <password> > nokeep > fetchall > mda "/usr/bin/procmail -d %T" > smtpaddress htc.honeywell.com > > > -- _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list