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:
parent
a69bb9f419
commit
035ded556c
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@ imap_host = "localhost"
|
|||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
imap_short_login = On
|
||||
sieve_use = Off
|
||||
sieve_allow_raw = Off
|
||||
sieve_host = ""
|
||||
sieve_use = On
|
||||
sieve_allow_raw = On
|
||||
sieve_host = "localhost"
|
||||
sieve_port = 4190
|
||||
sieve_secure = "None"
|
||||
sieve_secure = "TLS"
|
||||
smtp_host = "localhost"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
|
|
Loading…
Add table
Reference in a new issue