Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

51 rader
1.7 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: ChangeMeServer
  9. # MySQL password for read-write user
  10. ispmail_mysql_mailadmin_password: ChangeMeAdmin
  11. # MySQL password for administrative root user
  12. ispmail_mysql_root_password: ChangeMeRoot
  13. # MySQL password for storing Roundcube configuration
  14. #ispmail_mysql_roundcube_password: ChangeMeRound
  15. # MySQL password for storing Horde webmail user configuration
  16. ispmail_mysql_horde_password: ChangeMeHorde
  17. # Allowed authentication mechanisms for IMAP/POP3
  18. # See: https://wiki2.dovecot.org/Authentication/Mechanisms
  19. ispmail_dovecot_auth_mechanisms: plain login
  20. # The email address used for administrative purposes
  21. ispmail_postmaster_address: postmaster@example.org
  22. # The hostname used in the URL of your webmail service.
  23. # 10.0.0.100 is just used here to help test this playbook
  24. # in a Vagrant setup. Please use a valid domain name here
  25. # that points to your server.
  26. ispmail_webmail_hostname: 10.0.0.100
  27. # Password for rspamd web interface authentication at
  28. # https://…/rspamd
  29. ispmail_rspamd_web_password: ChangeMeRspamd
  30. # Information for self-signed certificate
  31. ispmail_certificate_country: DE
  32. ispmail_certificate_state: Schleswig-Holstein
  33. ispmail_certificate_location: Ruempel
  34. ispmail_certificate_organisation: workaround.org
  35. ispmail_certificate_orgunit: IT-Crowd
  36. ispmail_certificate_domains:
  37. - example.org
  38. ispmail_certificate_email: postmaster@example.org
  39. ispmail_certificate_days_valid: 3650