Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. sudo less /etc/nullmailer/adminaddr
  2. myMailAddress@gmx.de
  3.  
  4. sudo less /etc/nullmailer/remotes
  5. mail.gmx.net smtp --port=465 --starttls --user=myMailProxy@gmx.de --pass=someSecret
  6.  
  7. ....
  8. root: myMailAddress@gmx.de
  9.  
  10. sudo service nullmailer restart
  11.  
  12. mail -s "whatever" root < /dev/null
  13.  
  14. Apr 20 22:20:58 desktop-pc nullmailer[4727]: smtp: Failed:
  15. Apr 20 22:20:58 desktop-pc nullmailer[4717]: Sending failed: Protocol error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement