From ed4c42bea9232c26c819e137c43e6c5cbc776026 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Mon, 25 Feb 2019 23:47:01 -0500 Subject: [PATCH] Add some fixes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b7134e7..2828a83 100644 --- a/README.md +++ b/README.md @@ -2156,8 +2156,6 @@ You can use any Gmail account but I recommend you create one specific for this s 1. Now instruct Exim4 to use TLS and port 465: - In `/etc/exim4/exim4.conf.template`, CTRL+F for `30_exim4-config_remote_smtp_smarthost` then add `protocol=smtps`. - In `/etc/exim4/exim4.conf.localmacros`, add: ``` @@ -2175,7 +2173,7 @@ You can use any Gmail account but I recommend you create one specific for this s .endif ``` - CTRL+F for `MAIN_TLS_ENABLE` and after the `ifdef` block add: + CTRL+F for `MAIN_TLS_ENABLE` and inside the `ifdef` block add: ``` .ifdef TLS_ON_CONNECT_PORTS