您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

42 行
1.4 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_mailserver_password: ChangeMeServer
  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. # MySQL password for storing Horde webmail user configuration
  11. ispmail_mysql_horde_password: ChangeMeHorde
  12. # Allowed authentication mechanisms for IMAP/POP3
  13. # See: https://wiki2.dovecot.org/Authentication/Mechanisms
  14. ispmail_dovecot_auth_mechanisms: plain login
  15. # The email address used for administrative purposes
  16. ispmail_postmaster_address: postmaster@example.org
  17. # The hostname used in the URL of your webmail service.
  18. # 10.0.0.100 is just used here to help test this playbook
  19. # in a Vagrant setup. Please use a valid domain name here
  20. # that points to your server.
  21. ispmail_webmail_hostname: 10.0.0.100
  22. # Information for self-signed certificate
  23. ispmail_certificate_country: DE
  24. ispmail_certificate_state: Schleswig-Holstein
  25. ispmail_certificate_location: Ruempel
  26. ispmail_certificate_organisation: workaround.org
  27. ispmail_certificate_orgunit: IT-Crowd
  28. ispmail_certificate_domains:
  29. - example.org
  30. ispmail_certificate_email: postmaster@example.org
  31. ispmail_certificate_days_valid: 3650
  32. # TODO: Let's Encrypt email address