File diff 0f17841d0aad → 70733167cdf8
testsite/group_vars/mail.yml
Show inline comments
 
@@ -6,16 +6,16 @@ ldap_client_config:
 
    value: "{{ testsite_ldap_base }}"
 
  - comment: Set the default URI
 
    option: URI
 
    value: ldap://ldap.{{ testsite_domain }}/
 
  - comment: Set the LDAP TLS truststore
 
    option: TLS_CACERT
 
    value: /etc/ssl/certs/example_ca_chain.pem
 
    value: /etc/ssl/certs/ca.pem
 

	
 
mail_ldap_url: ldap://ldap.{{ testsite_domain }}/
 
mail_ldap_tls_truststore: /etc/ssl/certs/example_ca_chain.pem
 
mail_ldap_tls_truststore: /etc/ssl/certs/ca.pem
 
mail_ldap_root_dn: "{{ testsite_ldap_base }}"
 
mail_ldap_postfix_password: postfix
 
mail_ldap_dovecot_password: dovecot
 

	
 
mail_user: vmail
 
mail_user_uid: 5000