diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-09 18:11:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-09 19:13:14 +0200 |
commit | 7ecea20a695e0d4cd88ec2c778fe1afeed74c69e (patch) | |
tree | c1e021d970f27ca4b3ac441dacd530a3d0f9eb53 | |
parent | bde7745d2fc44dbbc290344c0beada0a2372148e (diff) |
run service submission in chroot
-rwxr-xr-x | postfix/postfix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh index 22ee0ce..1c8c726 100755 --- a/postfix/postfix.sh +++ b/postfix/postfix.sh @@ -319,7 +319,7 @@ _postconf -X tls_random_source # <http://www.postfix.org/SASL_README.html> if [ -n "$submission" ]; then _postconf -Me submission/inet=' -submission inet n - n - - smtpd +submission inet n - y - - smtpd -o syslog_name=postfix/$service_name -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes |