diff --git a/MPF.md b/MPF.md index f4be62c678..a26f630f53 100644 --- a/MPF.md +++ b/MPF.md @@ -746,6 +746,23 @@ The SMTP server that `cf-execd` should use to send emails. The maximumm number of lines of output that `cf-execd` will email. +### domain + +The domain the host is configured for. Defaults to domain configured on system, e.g. the output from ```hostname -d```. This setting influences `sys.domain` and `mailfrom` if not customized. + +This setting can be customized via Augments, for example: + +```json +{ + "variables": { + "default:def.domain": { + "comment": "Override domain as configured on the host.", + "value": "exmaple.net" + } + } +} +``` + **History:** * Added in CFEngine 3.22.0, 3.21.1, 3.18.4