Hi all.
I've setup an email account to an unix group.
I would like to fetch the email from that account and distribute it to
the group members.
I don´t mind to explicit list group members somewhere.
My solution now is to fetch mail once for each member (using
fetchmail.rc) keeping the email there and have the last member to
delete the messagens from the server.
I'm not really confortable with this solution.
What I woull like is something like:
###################################
poll pop.server.com
user "uthere"
pass "pword"
is user1,user2,user3,user4,...,usern here.
###################################
so, mail to uthere(_at_)server(_dot_)com would be distributed to
user1(_at_)localhost,
user2(_at_)localhost, ... , usern(_at_)localhost(_dot_)
Does anyone have some kind of solution to this?
Thanks!
Miguel