Re: How to send a global email with sendmail

2003-07-18 Thread Win Toe
If you want to send all users on one system , then you can use cut or awk Using cut, mail `cut -d : -f 1 /etc/passwd` 499 {print $1}' /etc/passwd` 499 {print $1'. Note:- You must use back quote in quoting. At 06:47 PM 7/18/03 -0500, you wrote: >On Fri, Jul 18, 2003 at 12:10:04PM -070

Re: How to send a global email with sendmail

2003-07-18 Thread Ed Wilts
On Fri, Jul 18, 2003 at 12:10:04PM -0700, YoloIts wrote: > I am an admin and I would like to send an email to all my ISP customers on > my mail server. How do I send a global email with send mail without adding > all the addresses indenpently? You can't, but you can write an easy script to parse

How to send a global email with sendmail

2003-07-18 Thread YoloIts
I am an admin and I would like to send an email to all my ISP customers on my mail server. How do I send a global email with send mail without adding all the addresses indenpently? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-l