[pmg-devel] [PATCH pmg-gui] Add postfix dnsbl threshold

Alexander Plank Alexander.Plank at siconnex.com
Wed Jun 13 15:28:26 CEST 2018


Signed-off-by: Alexander Plank <alexander.plank at siconnex.com>
---
js/MailProxyOptions.js | 3 +++
1 file changed, 3 insertions(+)

diff --git a/js/MailProxyOptions.js b/js/MailProxyOptions.js
index 527d839..28deab8 100644
--- a/js/MailProxyOptions.js
+++ b/js/MailProxyOptions.js
@@ -20,6 +20,9 @@ Ext.define('PMG.MailProxyOptions', {
         me.add_text_row('dnsbl_sites', gettext('DNSBL Sites'),
                           { deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });
+
+       me.add_integer_row('dnsbl_threshold', gettext('DNSBL Threshold'),
+                          { defaultValue: 1, minValue: 0 });
         var render_verifyreceivers = function(value) {
            if (value === undefined || value === '__default__') {
--
2.14.1.windows.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pve.proxmox.com/pipermail/pmg-devel/attachments/20180613/1710d78e/attachment.html>


More information about the pmg-devel mailing list