Hello I have just upgraded from Deb11-Deb12 and since then the mail.warn, mail.err, mail.info files are not being updated. The mail.log files is being updated. I did update ISPc after the upgrade and told it to update all services. I have also restarted rsyslog. ls -la /var/log reveals that the logs haven't been update since the upgrade. And when I cat the respective log files it confirms they haven't been updated. Clearly I have missed something during the update. (Debian Bookworm) ISPConfig 3.2.11p1 Any advice would be most helpful. Regards Fred
Is it about this: https://serverfault.com/questions/1148725/where-is-some-os-logs-in-debian-12 https://linuxhandbook.com/journalctl-command/ https://think.unblog.ch/en/debian-12-no-logs-found-rsyslog-is-now-journalctl/ You should read Debian 12 Release Notes to catch this and other system changes. https://www.debian.org/releases/stable/amd64/release-notes/index.en.html
My limited knowledge makes me say not really. The change from rsyslog to journalctl appears to be my problem. Mail warn and mail error etc still appear in the ISPc UI, but as I have found out these files are no longer being used/updated. My fix for this was to restore the original Deb11 rsyslog.conf file. Not sure if this was needed, but it was mentiond here, I changed the journald.conf RateLimitBurst=0 and RateLimitIntervalSec=0s and ForwardToSyslog=yes for the original logs to continue to update as was the case in Deb11. I'm not to worried about having 2 sets of logs just yet. I'll wait and see what happens as things develope. When/If ISPc changes to no longer use the mail.xxx files I will address that issue then. Regards Fred