Recently during user creation this error popped out, it should not be related to users since it's a postfix but this error is showing every time I change anything in OMV and I want to apply settings:
Code: error message
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color postfix 2>&1' with exit code '1': xlvmopmv: Data failed to compile: ---------- Cannot extend ID 'start_postfix_service' in 'base:omv.deploy.postfix.90cron'. It is not part of the high state. This is likely due to a missing include statement or an incorrectly typed ID. Ensure that a state with an ID of 'start_postfix_service' is available in environment 'base' and to SLS 'omv.deploy.postfix.90cron'
Code: system info
I run OMV as VM in proxmox
root@xlvmopmv:/etc/postfix# dpkg -l | grep openmediavault
ii openmediavault 6.3.9-1 all openmediavault - The open network attached storage solution
ii openmediavault-keyring 1.0 all GnuPG archive keys of the OpenMediaVault archive
ii openmediavault-omvextrasorg 6.1.1 all OMV-Extras.org Package Repositories for OpenMediaVault
root@xlvmopmv:/etc/postfix# uname -a
Linux xlvmopmv 6.1.0-0.deb11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.12-1~bpo11+1 (2023-03-05) x86_64 GNU/Linux
root@xlvmopmv:/etc/postfix# dpkg -l | grep salt
ii salt-common 3004.2+ds-1 all shared libraries that salt requires for all packages
ii salt-minion 3004.2+ds-1 all client package for salt, the distributed remote execution system
Display More