nixpkgs/nixos/modules/services/mail
aszlig 67a8c66f68
nixos/dovecot: Fix usage of dhparams option
The pull request that added dhparams (#39507) was made at the time where
the dhparams module overhaul (#39526) wasn't done yet, so it's still
using the old mechanics of the module.

As stated in the release notes:

  Module implementers should not set a specific bit size in order to let
  users configure it by themselves if they want to have a different bit
  size than the default (2048).

  An example usage of this would be:

    { config, ... }:

    {
      security.dhparams.params.myservice = {};
      environment.etc."myservice.conf".text = ''
        dhparams = ${config.security.dhparams.params.myservice.path}
      '';
    }

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @qknight, @abbradar, @hrdinka, @leenaars
2018-05-10 08:29:29 +02:00
..
clamsmtp.nix nixos/clamsmtp: init 2018-01-06 16:08:54 +01:00
dkimproxy-out.nix nixos/dkimproxy-out: init (#33229) 2018-01-03 01:23:02 +00:00
dovecot.nix nixos/dovecot: Fix usage of dhparams option 2018-05-10 08:29:29 +02:00
dspam.nix
exim.nix
freepops.nix
mail.nix
mailhog.nix
mlmmj.nix
nullmailer.nix
offlineimap.nix
opendkim.nix
opensmtpd.nix
pfix-srsd.nix
postfix.nix nixos/postfix: document that *Alias options support comma separated values 2018-02-18 13:04:08 +01:00
postgrey.nix
postsrsd.nix
rmilter.nix
rspamd.nix nixos/rspamd: options for worker configuration and socket activation 2018-02-09 06:19:03 +01:00
spamassassin.nix