Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "fix(ynh_config): SMTP enable"

Merged Arthur BOUDREAULT requested to merge 97-fix-ynh_config-smtp-enable into main
All threads resolved!
4 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -18,6 +18,14 @@
# #
#-----------------------------------------------------------------------------#
- name: Ensure SMTP relay is enabled
ansible.builtin.command:
"yunohost settings set email.smtp.smtp_relay_enabled -v yes"
when: ynh_smtp_relay
tags:
- yunohost
- smtp
- name: Configure SMTP relay
ansible.builtin.include_tasks: smtp_relay.yml
loop: "{{ ynh_smtp_relay | dict2items }}"
Loading