Guest User

Untitled

a guest
Sep 23rd, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # Simple ping tests
  2. [crux.caracl.de:ping]
  3.  
  4. [cexy.caracl.de:ping]
  5.  
  6. [caesium.caracl.de:ping]
  7.  
  8. [felina.caracl.de:ping]
  9.  
  10. # HTTP
  11. [crux.caracl.de:http]
  12. port = 80
  13.  
  14. [cexy.caracl.de:http]
  15. port = 80
  16.  
  17. [felina.caracl.de:http]
  18. port = 80
  19.  
  20. [felina.caracl.de:http]
  21. port = 81
  22.  
  23. # SMTP
  24. [cexy.caracl.de:smtp]
  25. port = 25
  26. tls = on
  27. username = mail@leonardtechel.de
  28. password = ********************
  29.  
  30. [caesium.caracl.de:smtp]
  31. port = 25
  32. tls = on
  33.  
  34. # IMAP
  35. [cexy.caracl.de:imap]
  36. port = 993
  37. ssl = on
  38. username = mail@leonardtechel.de
  39. password = **************
  40.  
  41. # BGP
  42. [caesium.caracl.de:tcp]
  43. port = 179
Add Comment
Please, Sign In to add comment