No description
Find a file
Andrey Arapov 04be7262a6 nixos/dovecot: added configFile option and default Restart on-failure, PR #5845
Absolute path is required when one has such postfix configuration
where he/she needs to specify the actual (real) path to active dovecot
config.

Without this commit applied, the dovecot is running in such way:
/nix/store/hashAAA-dovecot-ver/sbin/dovecot -F -c /nix/store/hashBBB-dovecot2.conf

and postfix can't be aware of the value of "hashBBB" via services.postfix.extraConfig = '' ... '';
(it can only be aware of "hashAAA" with ${pkgs.dovecot} parameter)

Also enable Restart on-failure.

Edit: set RestartSec to 1s
2015-01-19 11:05:56 +01:00
doc Fix copy&paste typo 2015-01-18 14:57:04 -05:00
lib Merge pull request #5773 from matthiasbeyer/add-cortex 2015-01-15 18:32:48 +01:00
maintainers Update vanity to add more special characters. 2015-01-18 18:20:08 +03:00
nixos nixos/dovecot: added configFile option and default Restart on-failure, PR #5845 2015-01-19 11:05:56 +01:00
pkgs Clean up glibcLocales environment handling -- manual merge of patch by wmertens (except Haskell part) 2015-01-19 11:06:11 +03:00
.gitignore
.travis.yml
.version release: 15.04 -> 15.05 2014-12-09 15:09:06 +01:00
COPYING
default.nix Revert "Revert "mkOverridable: Use functors to allow overridable functions"" 2015-01-13 08:39:54 -05:00
README.md typo 2015-01-04 16:29:25 +01:00