From 27654c53e2ec31a945c9aa85e7dc8e3e5edacb20 Mon Sep 17 00:00:00 2001
From: "root@culturestrings" <root@culturestrings>
Date: Sat, 22 Aug 2020 12:03:39 +0000
Subject: postfix: client certificates: enabled submission service.

---
 public/fs/etc/postfix/master.cf | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'public/fs/etc/postfix')

diff --git a/public/fs/etc/postfix/master.cf b/public/fs/etc/postfix/master.cf
index 618f023..3029630 100644
--- a/public/fs/etc/postfix/master.cf
+++ b/public/fs/etc/postfix/master.cf
@@ -3,6 +3,12 @@
 #                 (yes)   (yes)   (no)    (never) (100)
 # ==========================================================================
 
+submission  inet  n       -       n       -       -       smtpd
+      -o syslog_name=postfix/$service_name
+      -o smtpd_tls_security_level=encrypt
+      -o smtpd_tls_req_ccert=yes
+      -o smtpd_tls_auth_only=yes
+
 smtp        inet  n       -       n       -       -       smtpd
 smtp        unix  -       -       n       -       -       smtp
 
-- 
cgit v1.2.3