All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anrisoftware.sscontrol.mail.postfix.script.linux.master_config.stg Maven / Gradle / Ivy

There is a newer version: 1.0-alpha-4
Show newest version
submissionConfig(enabled) ::= <<

submission inet n       -       -       -       -       smtpd
# -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_tls_auth_only=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
  -o smtpd_sasl_security_options=noanonymous,noplaintext
  -o smtpd_sasl_tls_security_options=noanonymous
# -o milter_macro_daemon_name=ORIGINATING

#submission inet n       -       -       -       -       smtpd
#  -o smtpd_tls_security_level=encrypt
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#  -o milter_macro_daemon_name=ORIGINATING

>>

submissionConfig_search() ::= <%
#?submission\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)(\\n#?\\s+-o.+)*
%>

smtpsConfig(enabled) ::= <<

smtps     inet  n       -       -       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_tls_auth_only=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o smtpd_sasl_security_options=noanonymous,noplaintext
  -o smtpd_sasl_tls_security_options=noanonymous
# -o milter_macro_daemon_name=ORIGINATING

#smtps     inet  n       -       -       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#  -o milter_macro_daemon_name=ORIGINATING

>>

smtpsConfig_search() ::= <%
#?smtps\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)\\s+([\\w-]+)(\\n#?\\s+-o.+)*
%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy