mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-28 20:10:34 +05:00
Disabled scanning of incoming mails for phishing attempts
This commit is contained in:
parent
68232ddf87
commit
92238c61f6
@ -23,6 +23,10 @@ in
|
|||||||
config = lib.mkIf cfg.virusScanning {
|
config = lib.mkIf cfg.virusScanning {
|
||||||
services.clamav.daemon.enable = true;
|
services.clamav.daemon.enable = true;
|
||||||
services.clamav.updater.enable = true;
|
services.clamav.updater.enable = true;
|
||||||
|
|
||||||
|
services.clamav.daemon.extraConfig = ''
|
||||||
|
PhishingScanURLs no
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user