whitelist feature

This commit is contained in:
2026-03-11 19:47:37 -05:00
parent 5e4859a5c4
commit bd8efc867a
3 changed files with 99 additions and 1 deletions

View File

@@ -23,4 +23,9 @@ RUN chmod +x /scripts/sync.py
COPY sieve-schedule /etc/sieve-schedule
# 5. Supervisor Konfiguration kopieren
COPY sieve-supervisor.conf /etc/supervisor/conf.d/sieve-sync.conf
COPY sieve-supervisor.conf /etc/supervisor/conf.d/sieve-sync.conf
# 6. Dynamic Whitelist Script und Supervisor-Config kopieren
COPY dynamic_whitelist.py /scripts/dynamic_whitelist.py
RUN chmod +x /scripts/dynamic_whitelist.py
COPY whitelist-supervisor.conf /etc/supervisor/conf.d/dynamic-whitelist.conf