Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. echo "Testing 123" | mail -s "ECS PostDate Processed" "layton.everson@gmail.com chrish@mycreditcompany.com" -- -r "noreply@mycreditcompany.com" -F "ServerCronJobs"
  2.  
  3. from root <root@mycompany.com>
  4. to me, chrish, -r, noreply, -F, ServerCronJobs
  5.  
  6. ls -l /usr/bin/mail
  7. lrwxrwxrwx 1 root root 22 Jan 5 2011 /usr/bin/mail -> /etc/alternatives/mail
  8.  
  9. ls -l /etc/alternatives/mail
  10. lrwxrwxrwx 1 root root 18 Jan 5 2011 /etc/alternatives/mail -> /usr/bin/bsd-mailx
  11.  
  12. sudo update-alternatives --config mail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement