Dana Danet wrote:
> I wanted to know of a good package for several POP email addresses. I do
> not know if any from R.H. on the cd can handle this, basically I just used
> the default program built in Netscape Composer, a real drag..
Just use fetchmail. It's already on your box and it's easy to configure. My
~/.fetchmairc looks like this:
defaults protocol pop3 mda "/usr/bin/procmail -d user0" fetchall nokeep
poll pop.isp1.com username user1 password pass1
poll pop3.isp2.net username user2 password pass2
poll mail.isp3.com username user3 password pass3
That way you can use procmail's powerful filtering and not have to configure
mail retrieval and filtering each time you try a new mail client. You can
run a dialup script and fetchmail from cron and have the mail waiting when
you login.
--
Anthony E. Greene <[EMAIL PROTECTED]>
Homepage & PGP Key <http://www.pobox.com/~agreene/>
If it's too good to be true, it's probably Linux.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.