mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 23:23:22 +02:00
16 lines
529 B
Plaintext
16 lines
529 B
Plaintext
![]() |
{% 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 %}
|