prosody/defaults/vhost.yml

20 lines
776 B
YAML

## VHOSTS
prosody_vhost:
- name: 'example.org'
enabled: 'true'
carbon_defaults: 'true'
auth_method: 'internal_hashed'
prosody_ldap_config: # Change the folowing only if you chose auth_method: 'ldap'
- ldap_server: "ldap.example.org"
ldap_rootdn: "uid=postfix,ou=services,dc=example,dc=org"
ldap_password: "changeme"
ldap_basedn: "ou=users,dc=example,dc=org"
ldap_filter: ''
ldap_tls: "false"
ldap_mode: "bind"
prosody_cyrus_config: # Change the folowing only if you chose auth_method: 'cyrus'
- cyrus_service_name: "xmpp"
cyrus_server_fqdn: "your_hostname"
cyrus_service_realm: "(auto)"
cyrus_require_provisioning: "false"
cyrus_application_name: "prosody"