Switch to Python for rainloop startup script and fix #93

This commit is contained in:
Pierre Jaury
2018-06-04 21:41:18 +02:00
parent 14687d09ba
commit 50f2ea66c8
4 changed files with 27 additions and 26 deletions

View File

@@ -1,13 +1,13 @@
imap_host = "%FRONT_ADDRESS%"
imap_host = "{{ FRONT_ADDRESS }}"
imap_port = 10143
imap_secure = "None"
imap_short_login = Off
sieve_use = On
sieve_allow_raw = Off
sieve_host = "%IMAP_ADDRESS%"
sieve_host = "{{ IMAP_ADDRESS }}"
sieve_port = 4190
sieve_secure = "None"
smtp_host = "%FRONT_ADDRESS%"
smtp_host = "{{ FRONT_ADDRESS }}"
smtp_port = 10025
smtp_secure = "None"
smtp_short_login = Off