diff options
author | root@culturestrings <root@culturestrings> | 2020-08-22 12:03:39 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-08-22 12:03:39 +0000 |
commit | 27654c53e2ec31a945c9aa85e7dc8e3e5edacb20 (patch) | |
tree | 1cd3d96c00180e9d6394c5661ac70c3fd26a538b /public | |
parent | 7953981d415845abb1d9d6331688759cefd85c8f (diff) | |
download | culturestrings-27654c53e2ec31a945c9aa85e7dc8e3e5edacb20.tar.bz2 culturestrings-27654c53e2ec31a945c9aa85e7dc8e3e5edacb20.tar.xz |
postfix: client certificates: enabled submission service.
Diffstat (limited to 'public')
-rw-r--r-- | public/fs/etc/postfix/master.cf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |