Advertisement
Guest User

Untitled

a guest
Jun 10th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1.  
  2. # ------------------------------
  3. # mailcow web ui configuration
  4. # ------------------------------
  5. # example.org is _not_ a valid hostname, use a fqdn here.
  6. # Default admin user is "admin"
  7. # Default password is "moohoo"
  8. MAILCOW_HOSTNAME=mail.aurix.co.za
  9.  
  10. # ------------------------------
  11. # SQL database configuration
  12. # ------------------------------
  13. DBNAME=mailcow
  14. DBUSER=mailcow
  15.  
  16. # Please use long, random alphanumeric strings (A-Za-z0-9)
  17. DBPASS=fv1vJaG5XoWIcwNEz4kO0eydsJdu
  18. DBROOT=QTKTpMWbdZXPA9QNzqERTmwQkfhm
  19.  
  20. # ------------------------------
  21. # HTTP/S Bindings
  22. # ------------------------------
  23.  
  24. # You should use HTTPS, but in case of SSL offloaded reverse proxies:
  25. HTTP_PORT=8080
  26. HTTP_BIND=127.0.0.1
  27.  
  28. HTTPS_PORT=8443
  29. HTTPS_BIND=127.0.0.1
  30.  
  31. # ------------------------------
  32. # Other bindings
  33. # ------------------------------
  34. # You should leave that alone
  35. # Format: 11.22.33.44:25 or 0.0.0.0:465 etc.
  36. # Do _not_ use IP:PORT in HTTP(S)_BIND or HTTP(S)_PORT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement