No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sovereign 876B

1234567891011121314151617181920212223242526272829303132333435
  1. # required variables
  2. # ------------------
  3. # domain: (required)
  4. # main_user_name: (required)
  5. # admin email
  6. # -----------
  7. # fail2ban reports will be sent to this address
  8. # admin_email: "{{ main_user_name }}@{{ domain }}"
  9. # mail
  10. # ----
  11. # mail_virtual_domains:
  12. # - name: "{{ domain }}"
  13. # pk_id: 1
  14. # mail_virtual_users:
  15. # - account: "{{ main_user_name }}"
  16. # domain: "{{ domain }}"
  17. # password_hash: TODO
  18. # domain_pk_id: 1
  19. # mail_virtual_aliases:
  20. # - source: "root@{{ domain }}"
  21. # destination: "{{ admin_email }}"
  22. # domain_pk_id: 1
  23. # - source: "postmaster@{{ domain }}"
  24. # destination: "{{ admin_email }}"
  25. # domain_pk_id: 1
  26. # - source: "webmaster@{{ domain }}"
  27. # destination: "{{ admin_email }}"
  28. # domain_pk_id: 1
  29. # timezone
  30. # --------
  31. # common_timezone will be used in the common and mailserver roles
  32. # common_timezone: 'Etc/UTC'