1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/nixos/modules/services/mail
Peter Simons d270604117 nixos: remove redundant services.dovecot2.package option
Instead of using this option, please modify the dovecot package by means of an
override. For example:

  nixpkgs.config.packageOverrides = super: {
    dovecot = super.dovecot.override { withPgSQL = true; };
  };

Closes https://github.com/NixOS/nixpkgs/issues/14097.
2016-05-06 10:10:06 +02:00
..
dovecot.nix
dspam.nix
exim.nix
freepops.nix
mail.nix
mlmmj.nix
opendkim.nix
opensmtpd.nix
postfix.nix
postsrsd.nix
rmilter.nix
rspamd.nix
spamassassin.nix