diff --git a/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/forms/general.xml b/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/forms/general.xml index c4b5eec19..0a7480b50 100644 --- a/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/forms/general.xml +++ b/mail/postfix/src/opnsense/mvc/app/controllers/OPNsense/Postfix/forms/general.xml @@ -84,7 +84,7 @@ text Set the IP address or FQDN where all outgoung mails are sent to. - + general.smtpauth_enabled diff --git a/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf b/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf index b3abc3363..58a9d1abe 100644 --- a/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf +++ b/mail/postfix/src/opnsense/service/templates/OPNsense/Postfix/main.cf @@ -93,9 +93,9 @@ relayhost = {{ OPNsense.postfix.general.relayhost }} {% endif %} {% if helpers.exists('OPNsense.postfix.general.smtpauth_enabled') and OPNsense.postfix.general.smtpauth_enabled != '' %} -smtp_sasl_auth_enable = yes -smtp_sasl_password_maps = hash:/usr/local/etc/postfix/smtp_auth -smtp_sasl_security_options = +smtp_sasl_auth_enable = yes +smtp_sasl_password_maps = hash:/usr/local/etc/postfix/smtp_auth +smtp_sasl_security_options = {% endif %} {% if helpers.exists('OPNsense.postfix.antispam.enable_rspamd') and OPNsense.postfix.antispam.enable_rspamd == '1' %} diff --git a/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml b/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml index c4eaa096c..1a49667a0 100644 --- a/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml +++ b/net/frr/src/opnsense/mvc/app/models/OPNsense/Quagga/BGP.xml @@ -160,7 +160,7 @@ IPv4 IPv6 - + Y diff --git a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt index 4704519e1..902e7b76b 100644 --- a/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt +++ b/net/wol/src/opnsense/mvc/app/views/OPNsense/Wol/index.volt @@ -13,8 +13,8 @@ $( document ).ready(function() { }) }); }); - - + + var grid = $("#grid-wol-settings").UIBootgrid( { 'search':'/api/wol/wol/searchHost', 'get':'/api/wol/wol/getHost/', @@ -76,7 +76,7 @@ $( document ).ready(function() {
- +