public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/Dockerfiles/dovecot/Dockerfile
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Dockerfile
on main
Author
Date
Commit
Line
Code
DerLinkman
over 1 year ago
0860a75
os: updated alpine containers to 3.21
- Full commit hash
0860a7503e29cf268a58e1a593367ea8f9f9816d- Author
- DerLinkman <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1
FROM alpine:3.21
FROM alpine:3.21
Hassan A Hashim
almost 2 years ago
edd85de
Fix `LABEL` in Dockerfile, should be key=value
- Full commit hash
edd85dea8dc194092aa4ae1b60ec943213ea0928- Author
- Hassan A Hashim <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 2
DerLinkman
almost 2 years ago
1994f70
dovecot: optimized dockerfile syntax
- Full commit hash
1994f706c09f7a6d0ff0c8a858e2fa0db9af17dd- Author
- DerLinkman <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 3
LABEL maintainer="The Infrastructure Company GmbH <[email protected]>"
LABEL maintainer="The Infrastructure Company GmbH <[email protected]>"
andryyy
over 9 years ago
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 4
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 5
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
# renovate: datasource=github-releases depName=tianon/gosu versioning=semver-coerced extractVersion=^(?<version>.*)$
renovate[bot]
7 months ago
689336b
chore(deps): update dependency tianon/gosu to v1.19
- Full commit hash
689336b3e178c035776991eafdc9496bd1a5cf63- Author
- renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Date
- 7 months ago
- Selected line
- 6
ARG GOSU_VERSION=1.19
ARG GOSU_VERSION=1.19
Peter
over 3 years ago
cb098df
Update gosu to 1.16
- Full commit hash
cb098df743a5da37ca450212da0321f00c97163e- Author
- Peter <[email protected]>
- Date
- over 3 years ago
- Selected line
- 7
DerLinkman
almost 2 years ago
1994f70
dovecot: optimized dockerfile syntax
- Full commit hash
1994f706c09f7a6d0ff0c8a858e2fa0db9af17dd- Author
- DerLinkman <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 8
ENV LANG=C.UTF-8
ENV LANG=C.UTF-8
same change
1994f70
dovecot: optimized dockerfile syntax
- Full commit hash
1994f706c09f7a6d0ff0c8a858e2fa0db9af17dd- Author
- DerLinkman <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 9
ENV LC_ALL=C.UTF-8
ENV LC_ALL=C.UTF-8
andre.peters
over 8 years ago
5d5d36f
[Dovecot] Revert to 2.2 to fix various errors
- Full commit hash
5d5d36fc600122062bd85ad366fe0ddf143fa076- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 10
andryyy
almost 7 years ago
97c2fe9
[Dovecot] Install from repository
- Full commit hash
97c2fe9fe1be21f427cb48a325ca851804251448- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 11
# Add groups and users before installing Dovecot to not break compatibility
# Add groups and users before installing Dovecot to not break compatibility
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 12
RUN addgroup -g 5000 vmail \
RUN addgroup -g 5000 vmail \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 13
&& addgroup -g 401 dovecot \
&& addgroup -g 401 dovecot \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 14
&& addgroup -g 402 dovenull \
&& addgroup -g 402 dovenull \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 15
&& sed -i "s/999/99/" /etc/group \
&& sed -i "s/999/99/" /etc/group \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 16
&& addgroup -g 999 sogo \
&& addgroup -g 999 sogo \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 17
&& addgroup nobody sogo \
&& addgroup nobody sogo \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 18
&& adduser -D -u 5000 -G vmail -h /var/vmail vmail \
&& adduser -D -u 5000 -G vmail -h /var/vmail vmail \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 19
&& adduser -D -G dovecot -u 401 -h /dev/null -s /sbin/nologin dovecot \
&& adduser -D -G dovecot -u 401 -h /dev/null -s /sbin/nologin dovecot \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 20
&& adduser -D -G dovenull -u 402 -h /dev/null -s /sbin/nologin dovenull \
&& adduser -D -G dovenull -u 402 -h /dev/null -s /sbin/nologin dovenull \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 21
&& apk add --no-cache --update \
&& apk add --no-cache --update \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 22
bash \
bash \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 23
bind-tools \
bind-tools \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 24
findutils \
findutils \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 25
envsubst \
envsubst \
andre.peters
over 8 years ago
5d5d36f
[Dovecot] Revert to 2.2 to fix various errors
- Full commit hash
5d5d36fc600122062bd85ad366fe0ddf143fa076- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 26
ca-certificates \
ca-certificates \
same change
5d5d36f
[Dovecot] Revert to 2.2 to fix various errors
- Full commit hash
5d5d36fc600122062bd85ad366fe0ddf143fa076- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 27
curl \
curl \
Niklas Meyer
about 2 years ago
cf65942
dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)
- Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b- Author
- Niklas Meyer <[email protected]>
- Date
- about 2 years ago
- Selected line
- 28
coreutils \
coreutils \
andryyy
over 7 years ago
244ab19
[Dovecot] Dovecot 2.3.3, Pigeonhole 0.5.3
- Full commit hash
244ab191bdf75b02d6fa4488fc7763845ef13019- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 29
jq \
jq \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 30
lua \
lua \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 31
lua-cjson \
lua-cjson \
andryyy
about 5 years ago
6d22ae8
[Dovecot] Feature: Move authentication to LUA and prepare for http based authentication, log last SASL logins to SQL
- Full commit hash
6d22ae8d020ad6cea9d3cefc0d83fb2068eef612- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 32
lua-socket \
lua-socket \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 33
lua-sql-mysql \
lua-sql-mysql \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 34
lua5.3-sql-mysql \
lua5.3-sql-mysql \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 35
icu-data-full \
icu-data-full \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 36
mariadb-connector-c \
mariadb-connector-c \
FreddleSpl0it
over 3 years ago
1c73a16
new dovecout lua auth - use https
- Full commit hash
1c73a16ca085132e3b73a62222883c36d018d502- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 37
lua-sec \
lua-sec \
DerLinkman
about 3 years ago
60f9412
Switched to Alpine Edge (for IMAPSYNC Deps)
- Full commit hash
60f9412bb8cc45e1b8effa6ea58ac740017b13d4- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 38
mariadb-dev \
mariadb-dev \
same change
60f9412
Switched to Alpine Edge (for IMAPSYNC Deps)
- Full commit hash
60f9412bb8cc45e1b8effa6ea58ac740017b13d4- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 39
glib-dev \
glib-dev \
same change
60f9412
Switched to Alpine Edge (for IMAPSYNC Deps)
- Full commit hash
60f9412bb8cc45e1b8effa6ea58ac740017b13d4- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 40
gcompat \
gcompat \
andryyy
almost 7 years ago
0089f72
[Watchdog] Fix for Rspamd 2.0
- Full commit hash
0089f72f3d20d612383edabec7298104dc1e965c- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 41
mariadb-client \
mariadb-client \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 42
perl \
perl \
DerLinkman
about 3 years ago
60f9412
Switched to Alpine Edge (for IMAPSYNC Deps)
- Full commit hash
60f9412bb8cc45e1b8effa6ea58ac740017b13d4- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 43
perl-dev \
perl-dev \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 44
perl-ntlm \
perl-ntlm \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 45
perl-cgi \
perl-cgi \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 46
perl-crypt-openssl-rsa \
perl-crypt-openssl-rsa \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 47
perl-utils \
perl-utils \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 48
perl-crypt-ssleay \
perl-crypt-ssleay \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 49
perl-data-uniqid \
perl-data-uniqid \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 50
perl-dbd-mysql \
perl-dbd-mysql \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 51
perl-dbi \
perl-dbi \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 52
perl-digest-hmac \
perl-digest-hmac \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 53
perl-dist-checkconflicts \
perl-dist-checkconflicts \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 54
perl-encode-imaputf7 \
perl-encode-imaputf7 \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 55
perl-file-copy-recursive \
perl-file-copy-recursive \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 56
perl-file-tail \
perl-file-tail \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 57
perl-io-socket-inet6 \
perl-io-socket-inet6 \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 58
perl-io-gzip \
perl-io-gzip \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 59
perl-io-socket-ssl \
perl-io-socket-ssl \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 60
perl-io-tee \
perl-io-tee \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 61
perl-ipc-run \
perl-ipc-run \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 62
perl-json-webtoken \
perl-json-webtoken \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 63
perl-mail-imapclient \
perl-mail-imapclient \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 64
perl-module-implementation \
perl-module-implementation \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 65
perl-module-scandeps \
perl-module-scandeps \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 66
perl-net-ssleay \
perl-net-ssleay \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 67
perl-package-stash \
perl-package-stash \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 68
perl-package-stash-xs \
perl-package-stash-xs \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 69
perl-par-packer \
perl-par-packer \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 70
perl-parse-recdescent \
perl-parse-recdescent \
DerLinkman
about 2 years ago
ba8902f
os: updated all Alpine containers to 3.20
- Full commit hash
ba8902f0b18ccf58d30081aa9cf80eb8574dd0f9- Author
- DerLinkman <[email protected]>
- Date
- about 2 years ago
- Selected line
- 71
perl-lockfile-simple \
perl-lockfile-simple \
DerLinkman
over 1 year ago
0860a75
os: updated alpine containers to 3.21
- Full commit hash
0860a7503e29cf268a58e1a593367ea8f9f9816d- Author
- DerLinkman <[email protected]>
- Date
- over 1 year ago
- Selected line
- 72
libproc2 \
libproc2 \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 73
perl-readonly \
perl-readonly \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 74
perl-regexp-common \
perl-regexp-common \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 75
perl-sys-meminfo \
perl-sys-meminfo \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 76
perl-term-readkey \
perl-term-readkey \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 77
perl-test-deep \
perl-test-deep \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 78
perl-test-fatal \
perl-test-fatal \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 79
perl-test-mockobject \
perl-test-mockobject \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 80
perl-test-mock-guard \
perl-test-mock-guard \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 81
perl-test-pod \
perl-test-pod \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 82
perl-test-requires \
perl-test-requires \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 83
perl-test-simple \
perl-test-simple \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 84
perl-test-warn \
perl-test-warn \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 85
perl-try-tiny \
perl-try-tiny \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 86
perl-unicode-string \
perl-unicode-string \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 87
perl-proc-processtable \
perl-proc-processtable \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 88
perl-app-cpanminus \
perl-app-cpanminus \
André Peters
about 7 years ago
6cf9a03
Trying to avoid non-distro packages
- Full commit hash
6cf9a0354b8577272584873a34e8ad24b18cbbb2- Author
- André Peters <[email protected]>
- Date
- about 7 years ago
- Selected line
- 89
procps \
procps \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 90
python3 \
python3 \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 91
py3-mysqlclient \
py3-mysqlclient \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 92
py3-html2text \
py3-html2text \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 93
py3-jinja2 \
py3-jinja2 \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 94
py3-redis \
py3-redis \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 95
redis \
redis \
andre.peters
over 8 years ago
5d5d36f
[Dovecot] Revert to 2.2 to fix various errors
- Full commit hash
5d5d36fc600122062bd85ad366fe0ddf143fa076- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 96
syslog-ng \
syslog-ng \
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 97
syslog-ng-redis \
syslog-ng-redis \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 98
syslog-ng-json \
syslog-ng-json \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 99
supervisor \
supervisor \
same change
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 100
tzdata \
tzdata \
andryyy
over 5 years ago
971434d
[mailcow] Use ofelia instead of cron daemons (wip: remove init systems)
- Full commit hash
971434ddd354a87208cbee87d399fc66be3e94ff- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 101
wget \
wget \
DerLinkman
almost 3 years ago
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 102
dovecot \
dovecot \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 103
dovecot-dev \
dovecot-dev \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 104
dovecot-lmtpd \
dovecot-lmtpd \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 105
dovecot-lua \
dovecot-lua \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 106
dovecot-ldap \
dovecot-ldap \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 107
dovecot-mysql \
dovecot-mysql \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 108
dovecot-sql \
dovecot-sql \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 109
dovecot-submissiond \
dovecot-submissiond \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 110
dovecot-pigeonhole-plugin \
dovecot-pigeonhole-plugin \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 111
dovecot-pop3d \
dovecot-pop3d \
Niklas Meyer
about 2 years ago
cf65942
dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)
- Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b- Author
- Niklas Meyer <[email protected]>
- Date
- about 2 years ago
- Selected line
- 112
dovecot-fts-flatcurve \
dovecot-fts-flatcurve \
DerLinkman
almost 3 years ago
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 113
&& arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
&& arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 114
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$arch" \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$arch" \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 115
&& chmod +x /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
same change
89c5064
Rebased Dovecot on Alpine + fixed logging
- Full commit hash
89c50642138a9514fd3a188cd1be434f29298e0e- Author
- DerLinkman <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 116
&& gosu nobody true
&& gosu nobody true
DerLinkman
about 3 years ago
accedf0
Updated mailcow Components to be ARM64 compatible
- Full commit hash
accedf028003ad6f0511a41a8773562458038bed- Author
- DerLinkman <[email protected]>
- Date
- about 3 years ago
- Selected line
- 117
André
almost 8 years ago
04b43d0
[Dovecot] Add new imapsync + dependencies
- Full commit hash
04b43d0a3bcb567d08c8eae6eb523e73f1de4eae- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 118
COPY trim_logs.sh /usr/local/bin/trim_logs.sh
COPY trim_logs.sh /usr/local/bin/trim_logs.sh
andryyy
about 7 years ago
de03e41
[Dovecot] Run cronjob at 4:15 AM to remove max aged quarantine items (default: 365 days)
- Full commit hash
de03e4178ae40e095fa93f1f68c3d7907673c0cd- Author
- andryyy <[email protected]>
- Date
- about 7 years ago
- Selected line
- 119
COPY clean_q_aged.sh /usr/local/bin/clean_q_aged.sh
COPY clean_q_aged.sh /usr/local/bin/clean_q_aged.sh
andryyy
about 9 years ago
d614aaf
Add Json logger
- Full commit hash
d614aaf6172a5401d612cfc31cb8db66d1977c6a- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 120
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
andryyy
over 6 years ago
c8b9f2b
[Dovecot] Add auth_passdb_lookup to LUA, add default plugins for replicator, check if master, add node to GUID creation, use correct syslog-ng config if Redis write-master is not redis-mailcow, trim logs on Redis master
- Full commit hash
c8b9f2b36ca533ada7c7ff01bbbd84209e982d06- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 121
COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf
COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf
andryyy
about 9 years ago
d614aaf
Add Json logger
- Full commit hash
d614aaf6172a5401d612cfc31cb8db66d1977c6a- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 122
COPY imapsync /usr/local/bin/imapsync
COPY imapsync /usr/local/bin/imapsync
andryyy
over 5 years ago
971434d
[mailcow] Use ofelia instead of cron daemons (wip: remove init systems)
- Full commit hash
971434ddd354a87208cbee87d399fc66be3e94ff- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 123
COPY imapsync_runner.pl /usr/local/bin/imapsync_runner.pl
COPY imapsync_runner.pl /usr/local/bin/imapsync_runner.pl
andryyy
almost 7 years ago
97c2fe9
[Dovecot] Install from repository
- Full commit hash
97c2fe9fe1be21f427cb48a325ca851804251448- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 124
COPY report-spam.sieve /usr/lib/dovecot/sieve/report-spam.sieve
COPY report-spam.sieve /usr/lib/dovecot/sieve/report-spam.sieve
same change
97c2fe9
[Dovecot] Install from repository
- Full commit hash
97c2fe9fe1be21f427cb48a325ca851804251448- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 125
COPY report-ham.sieve /usr/lib/dovecot/sieve/report-ham.sieve
COPY report-ham.sieve /usr/lib/dovecot/sieve/report-ham.sieve
same change
97c2fe9
[Dovecot] Install from repository
- Full commit hash
97c2fe9fe1be21f427cb48a325ca851804251448- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 126
COPY rspamd-pipe-ham /usr/lib/dovecot/sieve/rspamd-pipe-ham
COPY rspamd-pipe-ham /usr/lib/dovecot/sieve/rspamd-pipe-ham
same change
97c2fe9
[Dovecot] Install from repository
- Full commit hash
97c2fe9fe1be21f427cb48a325ca851804251448- Author
- andryyy <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 127
COPY rspamd-pipe-spam /usr/lib/dovecot/sieve/rspamd-pipe-spam
COPY rspamd-pipe-spam /usr/lib/dovecot/sieve/rspamd-pipe-spam
André
almost 8 years ago
0fb43f4
[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)
- Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 128
COPY sa-rules.sh /usr/local/bin/sa-rules.sh
COPY sa-rules.sh /usr/local/bin/sa-rules.sh
same change
0fb43f4
[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)
- Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 129
COPY maildir_gc.sh /usr/local/bin/maildir_gc.sh
COPY maildir_gc.sh /usr/local/bin/maildir_gc.sh
andryyy
about 9 years ago
d614aaf
Add Json logger
- Full commit hash
d614aaf6172a5401d612cfc31cb8db66d1977c6a- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 130
COPY docker-entrypoint.sh /
COPY docker-entrypoint.sh /
same change
d614aaf
Add Json logger
- Full commit hash
d614aaf6172a5401d612cfc31cb8db66d1977c6a- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 131
COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY supervisord.conf /etc/supervisor/supervisord.conf
andryyy
over 7 years ago
800eebd
[Dovecot] Use events to kill supervisord when main proc dies
- Full commit hash
800eebd117879d41dc839baf65061a444fa37f69- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 132
COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh
COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh
andryyy
over 7 years ago
f493d3a
[Dovecot] Simplify Docker image
- Full commit hash
f493d3a9576905371c09dbfb73c6d5b0ae32ab31- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 133
COPY quarantine_notify.py /usr/local/bin/quarantine_notify.py
COPY quarantine_notify.py /usr/local/bin/quarantine_notify.py
andryyy
over 7 years ago
c7c1422
[Dovecot] Add quota_notify script
- Full commit hash
c7c1422095a90d840e349f73bc64b0bda5ff5736- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 134
COPY quota_notify.py /usr/local/bin/quota_notify.py
COPY quota_notify.py /usr/local/bin/quota_notify.py
andryyy
over 6 years ago
5944595
[Watchdog] Watch replication, if any (unsupported)
- Full commit hash
5944595be35b76fbdd5d06d741231239b3a06243- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 135
COPY repl_health.sh /usr/local/bin/repl_health.sh
COPY repl_health.sh /usr/local/bin/repl_health.sh
Niklas Meyer
about 2 years ago
cf65942
dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)
- Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b- Author
- Niklas Meyer <[email protected]>
- Date
- about 2 years ago
- Selected line
- 136
COPY optimize-fts.sh /usr/local/bin/optimize-fts.sh
COPY optimize-fts.sh /usr/local/bin/optimize-fts.sh
andryyy
about 9 years ago
d614aaf
Add Json logger
- Full commit hash
d614aaf6172a5401d612cfc31cb8db66d1977c6a- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 137
andryyy
over 9 years ago
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 138
ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["/docker-entrypoint.sh"]
DerLinkman
almost 2 years ago
1994f70
dovecot: optimized dockerfile syntax
- Full commit hash
1994f706c09f7a6d0ff0c8a858e2fa0db9af17dd- Author
- DerLinkman <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 139
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]