mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-15 09:00:26 +08:00
Remove obsolete files
This commit is contained in:
parent
796e92e5ec
commit
02ceb6d3ef
@ -14,8 +14,6 @@ RUN apt-key adv --fetch-keys http://rspamd.com/apt/gpg.key \
|
||||
RUN echo '.include $LOCAL_CONFDIR/local.d/rspamd.conf.local' > /etc/rspamd/rspamd.conf.local
|
||||
|
||||
COPY settings.conf /etc/rspamd/modules.d/settings.conf
|
||||
COPY antivirus.conf /etc/rspamd/modules.d/antivirus.conf
|
||||
COPY milter_headers.lua /usr/share/rspamd/lua/milter_headers.lua
|
||||
|
||||
RUN apt-get autoremove --purge \
|
||||
&& apt-get clean
|
||||
|
@ -1,4 +0,0 @@
|
||||
antivirus {
|
||||
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/antivirus.conf"
|
||||
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/antivirus.conf"
|
||||
}
|
Loading…
Reference in New Issue
Block a user