Add ndr_on_block and before_queue options

Generation of NDRs on block and before queue filtering are configured
via 2 boolean flags and belong to the MailProxyOptions.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-11-15 11:41:16 +01:00 committed by Thomas Lamprecht
parent d545f59e01
commit 28c12d957f

View File

@ -69,6 +69,10 @@ Ext.define('PMG.MailProxyOptions', {
{ deleteEmpty: true, defaultValue: 'ESMTP Proxmox' });
/*jslint confusion: false*/
me.add_boolean_row('ndr_on_block', gettext('Send NDR on Blocked E-Mails'));
me.add_boolean_row('before_queue_filtering', gettext('Before Queue Filtering'));
var baseurl = '/config/mail';
me.selModel = Ext.create('Ext.selection.RowModel', {});