about summary refs log tree commit diff
path: root/nixos/modules/services/mail/rspamd.nix
AgeCommit message (Expand)AuthorFilesLines
2023-06-06treewide: use use lib.optionalAttrs instead of 'then {}'Felix Buehler1-1/+1
2022-08-31nixos/*: md-convert hidden plaintext optionspennae1-4/+4
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-25/+25
2021-12-09treewide: make option examples constantpennae1-2/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-7/+3
2021-08-22nixos/rspamd: Avoid empty postfix serviceVictor Nawothnig1-2/+3
2021-04-25nixos/rspamd: Fix CapabilityBoundingSet optionMartin Weinelt1-1/+1
2020-12-01Merge pull request #93293 from tnias/nixos_rspamd_20200716Jörg Thalheim1-6/+38
2020-11-30nixos/rspamd: fix postfix integrationJörg Thalheim1-1/+6
2020-11-23nixos/*: fix indentationzowoq1-1/+1
2020-10-14treewide: De-inline uses of lib.boolToStringMalte Brandy1-1/+1
2020-07-18nixos/rspamd: fixup cosmeticsPhilipp Bartsch1-3/+3
2020-07-16nixos/rspamd: add systemd service sandboxPhilipp Bartsch1-6/+33
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-4/+2
2019-12-10nixos/treewide: Move rename.nix imports to their respective modulesSilvan Mosberger1-1/+1
2019-11-18Specify correct type for fuzzy workerVictor Nawothnig1-1/+1
2019-09-16nixos/rspamd: fix fancy unicode quotevolth1-1/+1
2019-09-02Merge branch 'master' into stagingVladimír Čunát1-2/+2
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-2/+2
2019-08-26treewide: remove redundant quotesvolth1-1/+1
2019-08-08nixos/modules: Replace all nested types.either's with types.oneOf'sSilvan Mosberger1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
2018-11-25nixos/rspamd: Allow worker type to be proxy againBrian Olsen1-3/+14
2018-11-09Merge pull request #49809 from griff/rspamd-workersFranz Pletz1-19/+79
2018-11-09nixos/rspamd: Add options for postfix integrationBrian Olsen1-1/+43
2018-11-06nixos/rspamd: Put extraConfig in included filesBrian Olsen1-3/+19
2018-11-06nixos/rspamd: Add defaults for rspamd_proxy workerBrian Olsen1-14/+16
2018-11-06nixos/rspamd: Support multiple workersBrian Olsen1-1/+1
2018-11-05nixos/rspamd: Fix enable for locals and overridesBrian Olsen1-4/+5
2018-11-02nixos/rspamd: Add support for included filesBrian Olsen1-2/+77
2018-10-05nixos: correct improper uses of mkEnableOption, clarify service descriptionsPavel Goran1-1/+1
2018-09-28nixos/rspamd: Remove non-working socket activationBrian Olsen1-77/+7
2018-09-27Merge pull request #35690 from griff/rspamd-socketruntimeJörg Thalheim1-0/+1
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2018-02-26nixos/rspamd: Preserve runtime directory when using socket activationBrian Olsen1-0/+1
2018-02-09nixos/rspamd: options for worker configuration and socket activationBrian Olsen1-35/+226
2017-12-31nixos/rspamd: add extraConfig parameter (#33226)Léo Gaspard1-0/+11
2017-03-17rmilter/rspamd service: tighten unix socket permissionsFranz Pletz1-1/+4
2016-07-28rspam module: use mkEnableOptionPeter Hoeg1-8/+1
2016-07-28rspamd service: fix runtime directory, log to syslogFranz Pletz1-8/+6
2016-04-28rspamd: configurable bindSocket and bindUISocketAlexander V. Nikolaev1-2/+57
2016-01-16nixos: Add module for rspamdAlexander V. Nikolaev1-0/+90