WalterH Was meldet dieser Befehl:
systemctl status saslauthd
○ saslauthd.service - LSB: saslauthd startup script
Loaded: loaded (/etc/init.d/saslauthd; generated)
Active: inactive (dead)
Docs: man:systemd-sysv-generator(8)
🙁
Habe den enabled und gestartet. Reicht nicht, Fehlermeldung ist nun:
Feb 21 16:57:31 name postfix/smtpd[1551]: connect from unknown[192.168.9.152]
Feb 21 16:57:31 name postfix/smtpd[1551]: warning: unknown[192.168.9.152]: SASL CRAM-MD5 authentication failed: authentication failure, sasl_username=user@name.fq.dn
Feb 21 16:57:33 name postfix/smtpd[1551]: lost connection after AUTH from unknown[192.168.9.152]
Feb 21 16:57:33 name postfix/smtpd[1551]: disconnect from unknown[192.168.9.152] ehlo=2 starttls=1 auth=0/1 commands=3/4
systemctl status saslauthd sagt:
? saslauthd.service - LSB: saslauthd startup script
Loaded: loaded (/etc/init.d/saslauthd; generated)
Active: active (running) since Fri 2025-02-21 16:55:22 CET; 3min 34s ago
Docs: man:systemd-sysv-generator(8)
Process: 495 ExecStart=/etc/init.d/saslauthd start (code=exited, status=0/SUCCESS)
Tasks: 5 (limit: 9474)
Memory: 5.1M
CPU: 49ms
CGroup: /system.slice/saslauthd.service
+-681 /usr/sbin/saslauthd -a pam -r -c -m /var/run/saslauthd -n 5
+-682 /usr/sbin/saslauthd -a pam -r -c -m /var/run/saslauthd -n 5
+-683 /usr/sbin/saslauthd -a pam -r -c -m /var/run/saslauthd -n 5
+-684 /usr/sbin/saslauthd -a pam -r -c -m /var/run/saslauthd -n 5
+-685 /usr/sbin/saslauthd -a pam -r -c -m /var/run/saslauthd -n 5
Feb 21 16:55:22 name systemd[1]: Starting saslauthd.service - LSB: saslauthd startup script...
Feb 21 16:55:22 name saslauthd[681]: : master pid is: 681
Feb 21 16:55:22 name saslauthd[681]: : listening on socket: /var/run/saslauthd/mux
Feb 21 16:55:22 name saslauthd[495]: Starting SASL Authentication Daemon: saslauthd.
Feb 21 16:55:22 name systemd[1]: Started saslauthd.service - LSB: saslauthd startup script.