diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-03 11:07:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-03 11:07:00 +0200 |
commit | 0f4806ede6c5933c43221f714f68eeedff5ba389 (patch) | |
tree | 14acc2562af1ffc8444db018a4d0793685f270ca /plugins/managesieve/config.inc.php.dist | |
parent | bfd24fcc04aec6cc9b6893e0754f98fac293ebb0 (diff) |
Added managesieve_domains option to limit redirect destinations
Diffstat (limited to 'plugins/managesieve/config.inc.php.dist')
-rw-r--r-- | plugins/managesieve/config.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/managesieve/config.inc.php.dist b/plugins/managesieve/config.inc.php.dist index cb56a0efd..52d3a9b1e 100644 --- a/plugins/managesieve/config.inc.php.dist +++ b/plugins/managesieve/config.inc.php.dist @@ -64,4 +64,8 @@ $config['managesieve_filename_extension'] = '.sieve'; // Scripts listed here will be not presented to the user. $config['managesieve_filename_exceptions'] = array(); +// List of domains limiting destination emails in redirect action +// If not empty, user will need to select domain from a list +$config['managesieve_domains'] = array(); + ?> |