1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Add Sieve support

This commit is contained in:
Jeff 2016-06-28 17:45:09 +02:00 committed by GitHub
parent a69bb9f419
commit 035ded556c

View file

@ -2,11 +2,11 @@ imap_host = "localhost"
imap_port = 993 imap_port = 993
imap_secure = "SSL" imap_secure = "SSL"
imap_short_login = On imap_short_login = On
sieve_use = Off sieve_use = On
sieve_allow_raw = Off sieve_allow_raw = On
sieve_host = "" sieve_host = "localhost"
sieve_port = 4190 sieve_port = 4190
sieve_secure = "None" sieve_secure = "TLS"
smtp_host = "localhost" smtp_host = "localhost"
smtp_port = 465 smtp_port = 465
smtp_secure = "SSL" smtp_secure = "SSL"