Ref T2073
Details
Details
- Reviewers
dereckson - Maniphest Tasks
- T2073: [Deployment] Enable DKIM on Hervil
- Commits
- rOPS9c00ea3ab08f: Init OpenDKIM service
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
roles/mailserver/dkim/service.sls | ||
---|---|---|
17 |
roles/mailserver/dkim/files/rc/opendkim | ||
---|---|---|
60 | With the new approach, we need to create the directory if it doesn't exist, mkdir -p works fine for that use: -p is to create parent directories, but that also allows to silently ignore error if directory already exists. To create pid isn't needed anymore if the directory has the correct permissions, opendkim can create it itself. |