mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 00:28:05 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
15
roles/pmg/templates/imap-sa-learn.j2
Normal file
15
roles/pmg/templates/imap-sa-learn.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
{% if pmg_bayes_imap_server is defined %}
|
||||
IMAP_SA_LEARN_SERVER={{ pmg_bayes_imap_server }}
|
||||
{% endif %}
|
||||
{% if pmg_bayes_imap_user is defined %}
|
||||
IMAP_SA_LEARN_USER={{ pmg_bayes_imap_user }}
|
||||
{% endif %}
|
||||
{% if pmg_bayes_imap_pass is defined %}
|
||||
IMAP_SA_LEARN_PASSWORD={{ pmg_bayes_imap_pass | quote }}
|
||||
{% endif %}
|
||||
IMAP_SA_LEARN_SPAMDIR={{ pmg_bayes_imap_spam }}
|
||||
IMAP_SA_LEARN_HAMDIR={{ pmg_bayes_imap_ham }}
|
||||
IMAP_SA_LEARN_SECURITY={{ pmg_bayes_imap_security }}
|
||||
{% if pmg_bays_imap_attachment %}
|
||||
IMAP_SA_LEARN_ATTACHMENT=1
|
||||
{% endif %}
|
Reference in New Issue
Block a user