Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
dovecot /
Delete
Unzip
Name
Size
Permission
Date
Action
conf.d
[ DIR ]
drwxr-xr-x
2026-06-04 06:35
protocols.d
[ DIR ]
drwxr-xr-x
2025-03-04 19:55
stopwords
[ DIR ]
drwxr-xr-x
2026-06-04 06:35
dh.pem
769
B
-rw-r--r--
2025-11-06 20:28
dovecot-dict-auth.conf.ext
1.47
KB
-rw-r--r--
2021-08-06 18:25
dovecot-dict-sql.conf.ext
522
B
-rw-r--r--
2021-08-06 18:25
dovecot-oauth2.conf.ext
2.13
KB
-rw-r--r--
2021-08-06 18:25
dovecot-openssl.cnf
542
B
-rw-r--r--
2025-11-06 20:28
dovecot-sql.conf.ext
5.69
KB
-rw-r--r--
2021-08-06 18:25
dovecot.conf
4.24
KB
-rw-r--r--
2026-05-29 06:49
mkcert.sh
862
B
-rwxr-xr-x
2026-05-29 06:49
Save
Rename
# This file is commonly accessed via passdb {} or userdb {} section in # conf.d/auth-dict.conf.ext # Dictionary URI #uri = # Default password scheme default_pass_scheme = MD5 # Username iteration prefix. Keys under this are assumed to contain usernames. iterate_prefix = userdb/ # Should iteration be disabled for this userdb? If this userdb acts only as a # cache there's no reason to try to iterate the (partial & duplicate) users. #iterate_disable = no # The example here shows how to do multiple dict lookups and merge the replies. # The "passdb" and "userdb" keys are JSON objects containing key/value pairs, # for example: { "uid": 1000, "gid": 1000, "home": "/home/user" } key passdb { key = passdb/%u format = json } key userdb { key = userdb/%u format = json } key quota { key = userdb/%u/quota #format = value # The default_value is used if the key isn't found. If default_value setting # isn't specified at all (even as empty), the passdb/userdb lookup fails with # "user doesn't exist". default_value = 100M } # Space separated list of keys whose values contain key/value paired objects. # All the key/value pairs inside the object are added as passdb fields. passdb_objects = passdb #passdb_fields { #} # Userdb key/value object list. userdb_objects = userdb userdb_fields { # dict:<key> refers to key names quota_rule = *:storage=%{dict:quota} # dict:<key>.<objkey> refers to the objkey inside (JSON) object mail = maildir:%{dict:userdb.home}/Maildir }