diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-11 10:45:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-11 10:45:22 +0100 |
| commit | 17514902059dbd499843bc39e36e5cbc70996203 (patch) | |
| tree | bf1e5978a53e17338791c18f7dad689731cf7b35 /ansible | |
| parent | 8485fb4f58995937ba7b0a3104ee998fe8aea4b0 (diff) | |
SMTP requires STARTTLS
Diffstat (limited to 'ansible')
| -rw-r--r-- | ansible/roles/mox/templates/mox.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/mox/templates/mox.conf b/ansible/roles/mox/templates/mox.conf index 489ef02..8cafc25 100644 --- a/ansible/roles/mox/templates/mox.conf +++ b/ansible/roles/mox/templates/mox.conf @@ -48,6 +48,7 @@ Listeners: {% endfor %} SMTP: Enabled: true + RequireSTARTTLS: true Submissions: Enabled: true IMAPS: |
