whitelist helper

This commit is contained in:
2026-03-11 19:26:32 -05:00
parent c2d4903bc9
commit 610b01eee7
4 changed files with 100 additions and 2 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