diff options
| -rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -472,6 +472,7 @@ in rec { | |||
| 472 | configFile = builtins.toFile "opendkim.conf" '' | 472 | configFile = builtins.toFile "opendkim.conf" '' |
| 473 | Syslog true | 473 | Syslog true |
| 474 | MTACommand /var/setuid-wrappers/sendmail | 474 | MTACommand /var/setuid-wrappers/sendmail |
| 475 | LogResults true | ||
| 475 | ''; | 476 | ''; |
| 476 | }; | 477 | }; |
| 477 | 478 | ||
