fxb
vorhanden?
/etc/default/saslauthd:ENABLED=yes
systemd-sysv-generator sollte das händeln
EDIT: ok, doesn't happen (?anymore?)... will mend it
EDIT2: i just looked into the manpage 🤣
saslauthd should be started from the system boot scripts when going to multi-user mode. When running against a protected authentication database (e.g.
the shadow mechanism), it must be run as the superuser. Otherwise it is recommended to run daemon unprivileged as saslauth:saslauth, requiring the run‐
time directory to have root:saslauthd owner. You can do so by following these steps in machines using systemd(1) :
1. create directory /etc/systemd/system/saslauthd.service.d/
2. create file /etc/systemd/system/saslauthd.service.d/user.conf with content
[Service]
User=saslauth
Group=saslauth
3. Reload systemd service file: run “systemctl daemon-reload”