mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-03 20:12:38 +00:00
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:
parent
d545f59e01
commit
28c12d957f
@ -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', {});
|
||||
|
Loading…
Reference in New Issue
Block a user