Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exim: set User= but run as root | tv | 2022-01-04 | 1 | -2/+3 |
| | | | | | | | | | LoadCredential= will set the owner of $CREDENTIALS_DIRECTORY and the credentials to User=. As currently Exim is currently has to be run as root in order to use the standard SMTP port and for local deliveries[1], set User=exim, but run all processes as root. [1]: https://www.exim.org/exim-html-current/doc/html/spec_html/ch-security_considerations.html#SECID270 | ||||
* | *: set isSystemUser or isNormalUser | tv | 2021-06-02 | 1 | -0/+1 |
| | | | | | | | This is a requirement for nixpkgs 21.05, or else evaluation will fail with: Exactly one of users.users.${name}.isSystemUser and users.users.${name}.isNormalUser must be set. | ||||
* | exim modules: mark nested syntax | tv | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | exim module: disable chunking | tv | 2017-11-25 | 1 | -0/+4 |
| | |||||
* | krebs,tv: /var/setuid-wrappers -> /run/wrappers/bin | tv | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | drop config.krebs.lib | tv | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | krebs.exim: validate config file syntax | tv | 2016-05-21 | 1 | -1/+1 |
| | |||||
* | services.exim -> krebs.exim | tv | 2016-04-27 | 1 | -94/+63 |
| | |||||
* | import NixOS' services.exim | tv | 2016-04-27 | 1 | -0/+111 |