postfix.yml 172 B

123456
  1. FROM start
  2. RUN apt update
  3. RUN apt install bsd-mailx postfix -y
  4. RUN echo "root: server@altemica.net" >> /etc/aliases
  5. RUN echo newaliases
  6. RUN postconf relayhost=[10.132.0.8]