Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions MPF.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down