Explorar o código

Ajout de 'Mail Server'

MrDuhaz hai 2 meses
pai
achega
8321f25267
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  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
+