Unable to Detect Log Relayed Emails

Good day so ive setup lightmeter within a docker container on my host.

When checking through the LightMeter UI - it only reflects emails sent directly out through my Host.
Not showing those emails relayed onto another SMTP destination through Postfix.

Anything i need to do to get this working properly?

Docker Setup :

 docker run -p 8080:8080 -d -v "/volume1/docker/lightmeter/:/workspace:rw" -v "/var/log/:/logs:ro" \
  -e LIGHTMETER_WATCH_DIR=/logs -e LIGHTMETER_WORKSPACE=/workspace \
  lightmeter/controlcenter

Through the Ui it only reflects logs containing the local like this:


Sep 28 16:44:27 smtp postfix/local[59466]: D2905685FA: to=<root@nitszw.tech>, orig_to=<postmaster>, relay=local, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)

These emails are never reflected on the Lightmeter UI:

Sep 28 16:44:26 smtp postfix/smtpd[59457]: disconnectehlo=2 starttls=1 mail=1 rcpt=2 data=1 quit=1 commands=8
Sep 28 16:44:27 smtp postfix/smtp[59463]: D1960685F4: to=<gmatunya@yahoo.com>, relay=mta6.am0.yahoodns.net[67.195.228.109]:25, delay=2.1, delays=0.78/0.03/1.1/0.14, dsn=5.7.1, status=bounced (host mta6.am0.yahoodns.net[67.195.228.109] said:
Sep 28 16:44:27 smtp postfix/smtp[59463]

Here are logs from the docker container when running:

2023-10-15T09:42:40Z INF src/logeater/dirlogsource/source.go:59 > Importing Postfix logs directory from time 2023-10-15 11:31:56 +0000 UTC service=controlcenter

2023-10-15T09:42:40Z INF src/insights/engine.go:339 > Waiting for import announcement! service=controlcenter

2023-10-15T09:42:40Z INF src/logeater/dirwatcher/dir_importer.go:739 > Starting importing log file: mail.log service=controlcenter

2023-10-15T09:42:40Z INF src/logeater/dirwatcher/dir_importer.go:739 > Starting importing log file: maillog service=controlcenter

2023-10-15T09:42:40Z INF src/logeater/dirwatcher/dir_importer.go:762 > Finished importing log file: maillog service=controlcenter

2023-10-15T09:42:40Z INF src/logeater/dirwatcher/dir_importer.go:762 > Finished importing log file: mail.log service=controlcenter

2023-10-15T09:42:40Z INF src/logeater/dirwatcher/dir_importer.go:941 > Finished importing postfix log directory in: 1.487337ms service=controlcenter

2023-10-15T09:42:40Z INF src/insights/engine.go:346 > Skip historical insights importing... service=controlcenter

2023/10/15 09:42:40 Seeked /logs/maillog - &{Offset:4813 Whence:0}

2023/10/15 09:42:40 Seeked /logs/mail.log - &{Offset:3560 Whence:0}

2023-10-15T09:42:40Z INF src/server/server.go:106 > Lightmeter ControlCenter is running on http://[::]:8080 service=controlcenter

2023-10-15T09:46:10Z INF src/intel/collector/collector.go:98 > Executing intel collector mail_activity on time 2023-10-15 09:46:10.502803396 +0000 UTC m=+210.258554538 service=controlcenter

2023-10-15T09:46:10Z INF src/intel/collector/collector.go:98 > Executing intel collector log_lines_count on time 2023-10-15 09:46:10.503258874 +0000 UTC m=+210.259010021 service=controlcenter

2023-10-15T09:46:10Z INF src/intel/collector/collector.go:98 > Executing intel collector connection_stats_with_auth on time 2023-10-15 09:46:10.50341915 +0000 UTC m=+210.259170288 service=controlcenter

2023-10-15T09:51:10Z INF src/intel/collector/collector.go:98 > Executing intel collector insights_count on time 2023-10-15 09:51:10.502915651 +0000 UTC m=+510.258666796 service=controlcenter

2023-10-15T09:56:10Z INF src/intel/collector/collector.go:98 > Executing intel collector mail_activity on time 2023-10-15 09:56:10.503473818 +0000 UTC m=+810.259225054 service=controlcenter

2023-10-15T09:56:10Z INF src/intel/collector/collector.go:98 > Executing intel collector log_lines_count on time 2023-10-15 09:56:10.5039

Pics from the Lightmeter UI: