diff options
Diffstat (limited to 'roles/roundcube/templates/docker-compose.yml.j2')
-rw-r--r-- | roles/roundcube/templates/docker-compose.yml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/roundcube/templates/docker-compose.yml.j2 b/roles/roundcube/templates/docker-compose.yml.j2 index e29d400..1860459 100644 --- a/roles/roundcube/templates/docker-compose.yml.j2 +++ b/roles/roundcube/templates/docker-compose.yml.j2 @@ -19,4 +19,5 @@ services: - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.simponic.xyz - ROUNDCUBEMAIL_DEFAULT_PORT=993 - ROUNDCUBEMAIL_SMTP_SERVER=tls://mail.simponic.xyz + - ROUNDCUBEMAIL_PLUGINS=archive,zipdownload,managesieve,markasjunk - ROUNDCUBEMAIL_SMTP_PORT=587 |