Guest User

Untitled

a guest
Dec 27th, 2017
999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. MAILTO=redacted@yahoo.com.au
  2. 1 0 * * * ~/Desktop/toskymesh.sh
  3. 59 6 * * * ~/Desktop/tooptus.sh
  4. 0 3 * * * snapraid sync
  5.  
  6. root 6840 1370 0 10:26 ? 00:00:00 sendmail: MTA: accepting connections
  7.  
  8. root=[yourRealEmail@yahoo.com.au]
  9. mailhub=smtp.mail.yahoo.com:587
  10. FromLineOverride=YES
  11. UseSTARTTLS=YES
  12. AuthUser=[yourRealEmail@yahoo.com.au]
  13. AuthPass=[yourRealYahooPassword]
  14. TLS_CA_File=~/cert.pem
  15.  
  16. To: [yourRealEmail@yahoo.com.au]
  17. From: "whateverYaWant" <[yourRealEmail@yahoo.com.au]>
  18. Subject: Some Notifying Email
  19. MIME-Version: 1.0
  20. Content-Type: text/plain
  21.  
  22. Body of your email goes here! Hello world!
  23.  
  24. sudo apt-get install postfix
  25.  
  26. inet_interfaces = loopback-only
  27.  
  28. 1 0 * * * /home/clonkex/Desktop/toskymesh.sh
  29. 59 6 * * * /home/clonkex/Desktop/tooptus.sh
  30. 0 3 * * * /usr/bin/snapraid sync
  31.  
  32. sudo apt-get install alpine exim4 mailutils eximon4 spf-tools-perl swaks
  33.  
  34. sudo dpkg-reconfigure exim4-config
Add Comment
Please, Sign In to add comment