LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   send to group (https://www.linuxquestions.org/questions/linux-newbie-8/send-to-group-622803/)

mrlinux2000 02-21-2008 10:08 AM

send to group
 
Dear friends !

object is to send mail to multiple users via production@mydomain
i get this when i try with /etc/aliases and nothing arrived

/etc/aliases: line 91: production... Warning: duplicate alias name
i want mail to production arrive to : usr1@mydomai and use2@mydomai and user3@mydomain

how to do that ???
--------------------------------------------------------------------------------

frndrfoe 02-21-2008 11:10 AM

in /etc/aliases
Code:

production:      :include:/etc/mail/lists/production.list
create file called /etc/mail/lists/production.list containing
Code:

usr1@mydomain
use2@mydomain
user3@mydomain


mrlinux2000 02-22-2008 03:42 PM

thank you so much for help
it work now
thnx


All times are GMT -5. The time now is 06:17 AM.