Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.218.61.200
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
dovecot-core /
sieve /
extensions /
[ HOME SHELL ]
Name
Size
Permission
Action
duplicate.txt
1.68
KB
-rw-r--r--
editheader.txt
2.14
KB
-rw-r--r--
include.txt
1.08
KB
-rw-r--r--
spamtest-virustest.txt.gz
1.71
KB
-rw-r--r--
vacation.txt.gz
2.2
KB
-rw-r--r--
vnd.dovecot.environment.txt
1.46
KB
-rw-r--r--
vnd.dovecot.report.txt
2.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vnd.dovecot.environment.txt
Vnd.dovecot.environment Extension Relevant specifications ======================= doc/rfc/spec-bosch-sieve-dovecot-environment.txt Description =========== The "vnd.dovecot.environment" extension builds upon the existing standard "environment" extension, which allows Sieve scripts to access information about their execution context, such as the name and version of the Sieve interpreter implementation. The new "vnd.dovecot.environment" extension adds a few more environment items that can be accessed by Sieve scripts. Additionally, it makes the environment items available directly as variables [VARIABLES]. Configuration ============= The "vnd.dovecot.environment" extension is not available by default; it needs to be added to the sieve_extensions or (rather) the sieve_global extensions setting. Currently, the "vnd.dovecot.environment" extension has no specific settings. However, this extension adds environment items with a "vnd.dovecot.config." prefix that can be used to access part of the Dovecot configuration. An environment item named "vnd.dovecot.config.identifier" yields the value of a plugin setting called "sieve_env_identifier". Example ======= With the following configuration: plugin { sieve = ~/.dovecot.sieve sieve_env_reject_reason = Please don't mail me. } The following script will reject the message with the configured reason: require "reject"; require "variables"; require "vnd.dovecot.environment"; reject "${vnd.dovecot.config.reject_reason}";
Close