Switch to python and Jinja2 for the Postfix container

This commit is contained in:
kaiyou
2017-09-24 14:34:46 +02:00
parent 67423b057d
commit a11eb4ba35
6 changed files with 44 additions and 99 deletions

View File

@@ -3,17 +3,6 @@
# Exposed SMTP services
smtp inet n - n - - smtpd
-o smtpd_helo_restrictions=permit_mynetworks,permit
submission inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o cleanup_service_name=outclean
smtps inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_tls_wrappermode=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o cleanup_service_name=outclean
# Additional services