com.anrisoftware.sscontrol.mail.postfix.saslauth.linux.mainconf.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sscontrol-mail-postfix Show documentation
Show all versions of sscontrol-mail-postfix Show documentation
Installs Postfix mail server. - http://www.postfix.org/
authEnableConfig(enabled) ::= <%
smtpd_sasl_auth_enable = yesno
%>
authEnableConfig_search() ::= <%
#?smtpd_sasl_auth_enable\\s*=.*
%>
allowBrokenSaslAuthClientsConfig(enabled) ::= <%
broken_sasl_auth_clients = yesno
%>
allowBrokenSaslAuthClientsConfig_search() ::= <%
#?broken_sasl_auth_clients\\s*=.*
%>
saslSecurityOptionsConfig(options) ::= <%
smtpd_sasl_security_options =
%>
saslSecurityOptionsConfig_search() ::= <%
#?smtpd_sasl_security_options\\s*=.*
%>
saslLocalDomainConfig(config) ::= <%
smtpd_sasl_local_domain =
%>
saslLocalDomainConfig_search() ::= <%
#?smtpd_sasl_local_domain\\s*=.*
%>