Recent content by tirgil

  1. T

    Tracking Center failed After Update to Latest

    Of course, thanks to @dcsapak and @t.lamprecht for their time and effort. Best regards,
  2. T

    Tracking Center failed After Update to Latest

    Thanks for the quick update Stoiko Ivanov :) rust-pmg-log-tracker (3.1.1) trixie; urgency=medium Best Regards
  3. T

    Tracking Center failed After Update to Latest

    Thank you so much for showing me the way. I've changed it to `my $debug = 0;` The debug lines were cleared with the following commands, and the service was restarted. systemctl stop rsyslog syslog.socket grep -v "DEBUG:" /var/log/syslog > /tmp/syslog.clean cp /tmp/syslog.clean /var/log/syslog...
  4. T

    Tracking Center failed After Update to Latest

    Hi, I obtained it with this command: journalctl --since "2026-06-10 10:00:00" --until "2026-06-10 13:00:00" > /tmp/antispam-journal.txt pmg-log-tracker -v -s -g -l 2000 It doesn't work without specifying a time range. pmg-log-tracker -v -s '2026-06-10 10:00:00' -e '2026-06-11 00:00:00' -g -l...
  5. T

    Tracking Center failed After Update to Latest

    Hi 1- The first incoming e-mail after the e-mail update in the log line "Jun 10 12:32:21 pmg9 pmg-smtp-filter[125550]: 3202C86A292F1C81ECA: accept mail to <metin2@benimsitem.com> (D538E3203C7) (rule: default-accept)". 2- No, I haven't made any changes.
  6. T

    Tracking Center failed After Update to Latest

    Hi, I update to the lastest version. If i try to use the tracking center they give the error. command '/usr/bin/pmg-log-tracker -v -s 1781079962 -e 1781125200 -n -g -l 2000' failed: exit code 101 (500) This error message appears with the first email received after the update. I think the...