Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

46 lignes
1.5 KiB

  1. ---
  2. # Set this to true to create a john@example.org account with password 'summersun'
  3. ispmail_populate_test_data: true
  4. # Set the host name that will be used in the URL for webmail.
  5. # Make sure its properly set in your DNS zone.
  6. ispmail_fqdn: yoda.workaround.org
  7. # MySQL password for read-only user
  8. ispmail_mysql_mailserver_password: ChangeMe
  9. # MySQL password for administrative root user
  10. ispmail_mysql_root_password: ChangeMeRoot
  11. # MySQL password for storing Roundcube configuration
  12. #ispmail_mysql_roundcube_password: ChangeMeRound
  13. # MySQL password for storing Horde webmail user configuration
  14. ispmail_mysql_horde_password: ChangeMeHorde
  15. # Allowed authentication mechanisms for IMAP/POP3
  16. # See: https://wiki2.dovecot.org/Authentication/Mechanisms
  17. ispmail_dovecot_auth_mechanisms: plain login
  18. # The email address used for administrative purposes
  19. ispmail_postmaster_address: postmaster@example.org
  20. # The hostname used in the URL of your webmail service.
  21. # 10.0.0.100 is just used here to help test this playbook
  22. # in a Vagrant setup. Please use a valid domain name here
  23. # that points to your server.
  24. ispmail_webmail_hostname: 10.0.0.100
  25. # Information for self-signed certificate
  26. ispmail_certificate_country: DE
  27. ispmail_certificate_state: Schleswig-Holstein
  28. ispmail_certificate_location: Ruempel
  29. ispmail_certificate_organisation: workaround.org
  30. ispmail_certificate_orgunit: IT-Crowd
  31. ispmail_certificate_domains:
  32. - example.org
  33. ispmail_certificate_email: postmaster@example.org
  34. ispmail_certificate_days_valid: 3650
  35. # TODO: Let's Encrypt email address