postfix config initial

This commit is contained in:
2020-11-26 12:55:11 +01:00
parent 672a1579d3
commit eb46e76973
3 changed files with 52 additions and 1 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ RUN apt-get update && \
echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/pbs-no-subscription.list && \
wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && \
apt-get update && \
apt-get install -y proxmox-backup-server
apt-get install -y proxmox-backup-server postfix
ENV POSTFIX_RELAY_HOST=127.0.0.1
COPY main.cf /etc/postfix/main.cf
#Activate backup user
RUN chsh -s /bin/bash backup