diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 17:46:06 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 17:46:06 +0200 |
commit | acd46fde80585764224395a6de93a217a0ff2a30 (patch) | |
tree | 04d1cec052b72476875e532539b1dd7e6341028a /app/email/build/dovecot/Dockerfile | |
parent | 6716687fd7d15867d9b43d1560515f29f8260e95 (diff) | |
download | infrastructure-acd46fde80585764224395a6de93a217a0ff2a30.tar.gz infrastructure-acd46fde80585764224395a6de93a217a0ff2a30.zip |
Remove connection limit dovecot
Diffstat (limited to 'app/email/build/dovecot/Dockerfile')
-rw-r--r-- | app/email/build/dovecot/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/email/build/dovecot/Dockerfile b/app/email/build/dovecot/Dockerfile index 8e57c57..cd1fd0d 100644 --- a/app/email/build/dovecot/Dockerfile +++ b/app/email/build/dovecot/Dockerfile @@ -11,7 +11,6 @@ RUN apt-get update && \ dovecot-lmtpd && \ rm -rf /etc/dovecot/* RUN useradd mailstore -COPY ./conf/* /etc/dovecot/ COPY entrypoint.sh /usr/local/bin/entrypoint ENTRYPOINT ["/usr/local/bin/entrypoint"] |