Aside from receiving mail through my isp (addressed to
mylastname(_at_)myisp(_dot_)net), my DNS server that I use for my webpage
forwards mail to me at myname(_at_)mydomain(_dot_)org (obvious fake names used
for the sake of example).
To be a bit clearer (I hope), mail addressed to myname(_at_)mydomain(_dot_)org
arrives through the mylastname(_at_)myisp(_dot_)net account, but it arrives on
my computer addressed as myname(_at_)mydomain(_dot_)org(_dot_)
Fetchmail grabs all the mail from myisp to include mail addressed to
myname(_at_)myisp(_dot_)net and myname(_at_)mydomain(_dot_)org(_dot_) It works
beautifully!
Here's the problem. My daughter also has an account on this Linux computer. Her
email address is daughtername(_at_)mydomain(_dot_)org(_dot_) How do I split the
mail so anything addressed to daughtername(_at_)mydomain(_dot_)org goes to her
unix mailbox and everything else goes to my unix mailbox?
David