[fetchmail]mail to unix group
Miguel Andrade
Miguel Andrade <miguel.andrade@gmx.net>
Fri, 19 Nov 2004 22:31:22 +0000
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@server.com would be distributed to user1@localhost,
user2@localhost, ... , usern@localhost.
Does anyone have some kind of solution to this?
Thanks!
Miguel