mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-15 04:30:34 +05:00
options virus scanning
This commit is contained in:
parent
4c389aef41
commit
9d7716d262
@ -42,6 +42,7 @@ let
|
|||||||
enable_pop3 = false;
|
enable_pop3 = false;
|
||||||
imap_ssl = false;
|
imap_ssl = false;
|
||||||
pop3_ssl = false;
|
pop3_ssl = false;
|
||||||
|
virus_scanning = false;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [ ./mail-server.nix ];
|
imports = [ ./mail-server.nix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user