mailcow-dockerized-docs/docs/u_e-postfix-pflogsumm.md
2018-08-31 09:54:00 +02:00

271 B

To use pflogsumm with the default logging driver, we need to query postfix-mailcow via docker logs and pipe the output to pflogsumm:

docker logs --since 24h $(docker ps -qf name=postfix-mailcow) | pflogsumm

The above log output is limited to the past 24 hours.