From 247c3ec0d55e659e22f45ba07026aef05b4aa365 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Wed, 6 Mar 2019 21:23:48 -0500 Subject: [PATCH] Added info on seeing email logs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 52cb677..1e3cb74 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Or if you can start the service using the provided [docker-compose](https://gith sudo docker-compose up -d +To see the email logs in real time: + + docker logs -f postfix + #### A note about using gmail as a relay Gmail by default [does not allow email clients that don't use OAUTH 2](http://googleonlinesecurity.blogspot.co.uk/2014/04/new-security-measures-will-affect-older.html)