💥 Add whitelist module
This commit is contained in:
parent
c12741d67f
commit
6945888827
|
@ -69,9 +69,9 @@ RUN touch /etc/sympa/transport.sympa \
|
||||||
RUN postmap hash:/etc/sympa/transport.sympa && \
|
RUN postmap hash:/etc/sympa/transport.sympa && \
|
||||||
postmap hash:/etc/sympa/virtual.sympa
|
postmap hash:/etc/sympa/virtual.sympa
|
||||||
|
|
||||||
COPY whitelist-1.1/custom_actions /etc/sympa
|
COPY whitelist-1.1/custom_actions /etc/sympa/custom_actions
|
||||||
COPY whitelist-1.1/scenari /etc/sympa
|
COPY whitelist-1.1/scenari /etc/sympa/scenari
|
||||||
COPY whitelist-1.1/web_tt2 /etc/sympa
|
COPY whitelist-1.1/web_tt2 /etc/sympa/web_tt2
|
||||||
RUN touch /etc/sympa/search_filters/whitelist.txt /etc/sympa/search_filters/modlist.txt
|
RUN touch /etc/sympa/search_filters/whitelist.txt /etc/sympa/search_filters/modlist.txt
|
||||||
RUN chown -R sympa:sympa /etc/sympa
|
RUN chown -R sympa:sympa /etc/sympa
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue