![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to forward mail in /var/mail/username to external mail | unitipon | SUN Solaris | 2 | 05-26-2008 09:20 PM |
| how can we spoof ethernet by ARP cache poisoning on unix through a program | ud4u | IP Networking | 1 | 02-11-2008 05:06 AM |
| I am not able to send mail form unix to other mail accounts. | chinnigd | UNIX for Dummies Questions & Answers | 1 | 04-06-2006 05:31 AM |
| e-mail client supporting HTTP mail servers | babayeve | UNIX for Dummies Questions & Answers | 0 | 05-21-2005 12:10 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 05:24 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am running Solaris 8 on a SUN 450 and need to have e-mails sent out each month for several systems to remind users to take certain actions. I can successufully add a job to the cron, but each time the mailx sends an e-mail it has my user ID along with telephone number as the sender. I would like to have each system be the sender, like system1@mailserv.com
system2@mailserv.com. is there a way to do this using my ID without seting up a UNIX id for each system? |
| Forum Sponsor | ||
|
|
|
||||
|
As PxT replies, the sendmail -t option is very useful for these situations. From the sendmail manpage:
Code:
-t Read message for recipients. To:, Cc:, and Bcc:
lines will be scanned for recipient addresses. The
Bcc: line will be deleted before transmission.
|
||||
| Google UNIX.COM |