Solaris / OpenSolarisThis forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
All - I want to use Sendmail to send root's email to usera, userb, userc.
What's a quick and dirty approach? Something I can at least test and then maybe throw into a cron job? I'm not very experienced with Sendmail/Solaris, but not quite total n00b.
Have you tried this or do you need something tp happen with sendmail specifically. I think sendmail will process this just all done as local mail.
$ vi /etc/mail/aliases
Add:
root: usera,userb,userc
$ newaliases
Thank you for your reply.
Let me try to be more specific: About every 10 minutes, I would like to have root's local mail sent to usera@company.com, userb@company.com, userc@company.com - if that makes more light of what I'm trying to do. It's simple admin stuff I know, but I only really know enough Sendmail/Solaris to be dangerous and nothing more.
To send email every 10 minutes use cron. To send all root email to these users just redirect the root email destination using the aliases file or a .forward file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.