Browse Source

Ajout de 'Mail Server'

MrDuhaz 2 months ago
parent
commit
8321f25267
1 changed files with 9 additions and 0 deletions
  1. 9 0
      Mail Server

+ 9 - 0
Mail Server

@@ -0,0 +1,9 @@
+#############################
+# Mail server > duhaz_srv_mail:latest
+
+FROM alpine:3.15
+VOLUME /var/spool/mail
+WORKDIR /var/spool/mail
+
+RUN apk add dovecot postfix perl python2
+