From 3164636dd3d0664147c8cea9c65753a3f10971ba Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Tue, 10 Sep 2019 01:19:13 -0300 Subject: [PATCH] add submissiond dependency --- files/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/files/Dockerfile b/files/Dockerfile index 6793aae..c1668e7 100644 --- a/files/Dockerfile +++ b/files/Dockerfile @@ -18,6 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ dovecot-imapd \ dovecot-ldap \ dovecot-sieve \ + dovecot-submissiond \ dovecot-managesieved \ dovecot-antispam \ bogofilter \