15 lines
512 B
YAML
15 lines
512 B
YAML
|
---
|
||
|
# when remote-sources are not given / are empty: defaults to localhost (without ssh)
|
||
|
# each remote source is used as ssh target (with `root@` prefix); custom ssh
|
||
|
# option (separate port, ...) should be configured through ssh config files.
|
||
|
remote-sources:
|
||
|
- mx1.example.com
|
||
|
- mx2.example.com
|
||
|
- mxout1.example.com
|
||
|
- mxout2.example.com
|
||
|
- mxintern1.example.com
|
||
|
- mxintern2.example.com
|
||
|
# prefix with "alias:" if you don't want the first DNS label to be the alias
|
||
|
- orgmx1:mx1.example.org
|
||
|
- orgmx2:mx2.example.org
|