mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 09:12:47 +01:00
Add some fixes
This commit is contained in:
@@ -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:
|
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:
|
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
|
.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
|
.ifdef TLS_ON_CONNECT_PORTS
|
||||||
|
|||||||
Reference in New Issue
Block a user