Hello, when validating my configuration which is utilizing tsa-daemon i’m recieving an error validating but cannot seem to find any issues. The error is as follows
i’ve verified that the shaping_custom.toml file exists, and i’ve tried with rules and without.
init.lua:
local shaper = shaping:setup_with_automation {
publish = { ‘http://127.0.0.1:8008’ },
subscribe = { ‘http://127.0.0.1:8008’ },
extra_files = { ‘/opt/kumomta/etc/policy/shaping_custom.toml’ },
}
and in the oninit:
shaper.setup_publish()
$ sudo /opt/kumomta/sbin/kumod --policy /opt/kumomta/etc/policy/init.lua --validate --user kumod
Issues found in the combined set of shaping files:
- /opt/kumomta/share/policy-extras/shaping.toml
- /opt/kumomta/etc/policy/shaping_custom.toml
- http://127.0.0.1:8008/get_config_v1/shaping.toml
WARNING: Ignoring http://127.0.0.1:8008/get_config_v1/shaping.toml because skip_remote is set to true
is this error spurious becase it’s running in validation mode or do i have something subtle the matter?