Browse Source

Ajout de 'Mail Server'

MrDuhaz 2 tháng trước cách đây
mục cha
commit
8321f25267
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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
+