Update fetchmailrc (#2534)

This commit is contained in:
mr44er
2021-09-13 21:20:56 +02:00
committed by GitHub
parent 3bc072ad9c
commit 0c756bbd79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= fetchmail
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Remote-mail retrieval utility
PLUGIN_DEPENDS= fetchmail
PLUGIN_MAINTAINER= m.muenz@gmail.com
@@ -6,7 +6,7 @@ set syslog
{% if helpers.exists('OPNsense.fetchmail.mailbox.mailboxes.mailbox') %}
{% for mailbox_list in helpers.toList('OPNsense.fetchmail.mailbox.mailboxes.mailbox') %}
{% if mailbox_list.enabled == '1' %}
poll {{ mailbox_list.host }} protocol {{ mailbox_list.protocol }} username "{{ mailbox_list.user }}" password "{{ mailbox_list.password }}" is {{ mailbox_list.destinationmail }} smtphost {{ mailbox_list.destination }} {% if mailbox_list.usessl == "0" %} sslproto '' {% endif %} {% if mailbox_list.sslfingerprint|default('') != '' %} sslfingerprint "{{ mailbox_list.sslfingerprint }}" {% endif %}
poll {{ mailbox_list.host }} protocol {{ mailbox_list.protocol }} username "{{ mailbox_list.user }}" password "{{ mailbox_list.password }}" is {{ mailbox_list.destinationmail }} smtphost {{ mailbox_list.destination }} {% if mailbox_list.usessl == "0" %}ssl {% endif %} {% if mailbox_list.sslfingerprint|default('') != '' %} sslfingerprint "{{ mailbox_list.sslfingerprint }}" {% endif %}
{% endif %}
{% endfor %}
{% endif %}