summaryrefslogtreecommitdiffstats
path: root/roles/webmail/templates/usr/share/roundcube/plugins/managesieve
Commit message (Collapse)AuthorAgeFiles
* Replace IPSec tunnels by app-level ephemeral TLS sessions.Guilhem Moulin2015-06-071
| | | | | For some reason giraff doesn't like IPSec. App-level TLS sessions are less efficient, but thanks to ansible it still scales well.
* Assume a DNS entry for each role.Guilhem Moulin2015-06-071
| | | | | | E.g., ldap.fripost.org, ntp.fripost.org, etc. (Ideally the DNS zone would be provisioned by ansible, too.) It's a bit unclear how to index the subdomains (mx{1,2,3}, etc), though.
* Configure Sieve and ManageSieve.Guilhem Moulin2015-06-071
Also, add the 'managesieve' RoundCube plugin to communicate with our server.