set up e-mail group
Hi,
I need a small help from you all guys I am trying to create a group for a set of people that have e-mail so sending it to this e-mail it will reach to that set of people
example
This is the command that I Use :
sudo /usr/sbin/groupadd salesman
then I add each user to the group (the user existed already)
sudo /usr/sbin/usermod -G salesman okok1
sudo /usr/sbin/usermod -G salesman okok2
sudo /usr/sbin/usermod -G salesman okok3
then I verify that was created correctly
[alejandro@colon alejandro]$ id okok1
uid=571(okok1) gid=577(salesman) groups=577(salesman)
but when I try to send e-mail to the group it send me a Undeliverable message
can you help me please
Last edited by karpos; 06-01-2007 at 01:27 AM..
Reason: changes
|