Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

39 righe
1.3 KiB

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