ansible-roles/webapps/evoadmin-mail/templates/config.ini.j2

26 lines
579 B
Django/Jinja

; The configuration for evoadmin-mail
;
; You need to copy and edit config-sample.ini to config.ini.
; This INI file is loaded by evoadmin-mail and contains the
; following configurations :
;
; * Global settings
; * LDAP settings
;
[global]
name = "Evoadmin Mail";
mail = "{{ evoadminmail_contact_email or general_alert_email | mandatory }}"
[ldap]
host = "127.0.0.1"
port = 389
base = "{{ ldap_suffix }}"
admin_dn = "cn=admin,{{ ldap_suffix }}"
admin_pass = "{{ ldap_admin_password.stdout }}"
superadmin[] = "evoadmin"
[log]
file = "../../log/evoadmin-mail.log"
level = info