summaryrefslogtreecommitdiff
path: root/roles/roundcube/templates/sieve.inc.php.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-31 20:18:32 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-31 20:18:32 -0400
commitb2fae5840772f26e9b2f26d318ad6aaf5e4b550f (patch)
tree7c1813882ac5d372c6d2d4b99edcdc847e91b441 /roles/roundcube/templates/sieve.inc.php.j2
parentb566e9385082678bc2f75e0712d856fa1c64c94c (diff)
downloadoldinfra-b2fae5840772f26e9b2f26d318ad6aaf5e4b550f.tar.gz
oldinfra-b2fae5840772f26e9b2f26d318ad6aaf5e4b550f.zip
sieve + acl updates
Diffstat (limited to 'roles/roundcube/templates/sieve.inc.php.j2')
-rw-r--r--roles/roundcube/templates/sieve.inc.php.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/roundcube/templates/sieve.inc.php.j2 b/roles/roundcube/templates/sieve.inc.php.j2
new file mode 100644
index 0000000..8970ff3
--- /dev/null
+++ b/roles/roundcube/templates/sieve.inc.php.j2
@@ -0,0 +1,4 @@
+<?php
+
+$config['managesieve_host'] = "tls://mail.simponic.xyz";
+$config['managesieve_auth_type'] = "PLAIN";