!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/share/doc/dovecot-core/sieve/extensions/   drwxr-xr-x
Free 26.63 GB of 117.98 GB (22.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     vnd.dovecot.environment.txt (1.46 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
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}";

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0108 ]--