On Sun, 18 Feb 2001, Russell W. Behne wrote:

> On Fri, 16 Feb 2001, Mikkel L. Ellertson wrote:
> > Using fetchmail with a dialup connection is nice because you can run
> > it from your /etc/ppp/if-up.local script to get all the mail for local
> > users when ever you connect to the net.  You can also have sendmail
> > send any waiting messages at the same time. Mikkel
>
> How can I do this? My ISP gave me 4 email addresses to use, one for me and
> one each for my wife & kids. The `usernames' in each email address does
> not match the local user name. I want my system to download all mail for
> all 4 users from the ISP and hand it off to sendmail for pre filtering
> using the /etc/mail/access file. Then I want the mail to be filtered by
> procmail and then go to the proper user's inbox. How would I set this up?
>
If your .fetchmailrc file, you set it up with several users for one
server, using the form:

poll <ISP>
        user <ISP1> with pass "<password1>" is <local1> here
        user <ISP2> with pass "<password2>" is <local2> here
        user <ISP3> with pass "<password3>" is <local3> here
        user <ISP4> with pass "<password4>" is <local4> here
        smtp localhost

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to