Move from rmilter to rspamd #25

This commit is contained in:
Brian Olsen 2018-05-13 03:35:03 +02:00 committed by Ruben Maher
parent 410c6c410b
commit 616d779e1f
6 changed files with 84 additions and 72 deletions

View file

@ -22,7 +22,7 @@ in
{
config = with cfg; lib.mkIf enable {
environment.systemPackages = with pkgs; [
dovecot opendkim openssh postfix rspamd rmilter
dovecot opendkim openssh postfix rspamd
] ++ (if certificateScheme == 2 then [ openssl ] else []);
};
}