mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Generate SRS secret on first run and store it (#891)
This commit is contained in:
parent
e6c32a03e5
commit
ef79e9a65d
3 changed files with 25 additions and 4 deletions
|
@ -92,7 +92,8 @@ RUN apt-get update -q --fix-missing && \
|
|||
rm -rf /usr/share/doc/* && \
|
||||
touch /var/log/auth.log && \
|
||||
update-locale && \
|
||||
rm -f /etc/cron.weekly/fstrim
|
||||
rm -f /etc/cron.weekly/fstrim && \
|
||||
rm -f /etc/postsrsd.secret
|
||||
|
||||
RUN echo "0 0,6,12,18 * * * /usr/bin/freshclam --quiet" > /etc/cron.d/freshclam && \
|
||||
chmod 644 /etc/clamav/freshclam.conf && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue