
July 13th, 2004, 10:55 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Making Fetchmail deliver to multiple mailboxes
I've got a server that gets mail from another using fetchmail. Here is an example of its .fetchmailrc without the real values.
poll user
protocol POP3
user user@domain
pass password
to localuser@domain
what I need is fetchmail to deliver the mail that gets from user@domain to localuser@domain (that's already done) and also to another account.
I've tried to put two "to" lines, but it doesn't seem to work.
can someone help me?
|