docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 postfix-mailcow

Category: Mail Servers & Postfix

docker compose -f /opt/mailcow-dockerized/docker-compose.yml logs --tail=100 postfix-mailcow

Show the last 100 Postfix container log lines

postfix-mailcow logs contain SMTP transactions, delivery attempts, and deferral reasons. --tail=100 keeps the output to the newest 100 lines so the noise stays manageable. Add -f to follow the log live while reproducing a problem.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.