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 /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-auth.conf
5.13
KB
-rw-r--r--
2021-08-06 18:25
10-director.conf
1.74
KB
-rw-r--r--
2021-08-06 18:25
10-logging.conf
3.67
KB
-rw-r--r--
2021-08-06 18:25
10-mail.conf
17.64
KB
-rw-r--r--
2026-05-29 06:49
10-master.conf
3.49
KB
-rw-r--r--
2021-08-06 18:25
10-metrics.conf
1.55
KB
-rw-r--r--
2021-08-06 18:25
10-ssl.conf
3.4
KB
-rw-r--r--
2026-05-29 06:49
10-tcpwrapper.conf
291
B
-rw-r--r--
2026-05-29 06:49
15-lda.conf
1.62
KB
-rw-r--r--
2021-08-06 18:25
15-mailboxes.conf
3.04
KB
-rw-r--r--
2021-08-06 18:25
20-imap.conf
4.41
KB
-rw-r--r--
2021-08-06 18:25
20-pop3.conf
3.97
KB
-rw-r--r--
2021-08-06 18:25
90-acl.conf
676
B
-rw-r--r--
2021-08-06 18:25
90-plugin.conf
292
B
-rw-r--r--
2021-08-06 18:25
90-quota.conf
2.54
KB
-rw-r--r--
2021-08-06 18:25
auth-checkpassword.conf.ext
499
B
-rw-r--r--
2021-08-06 18:25
auth-deny.conf.ext
489
B
-rw-r--r--
2021-08-06 18:25
auth-dict.conf.ext
343
B
-rw-r--r--
2021-08-06 18:25
auth-master.conf.ext
561
B
-rw-r--r--
2021-08-06 18:25
auth-passwdfile.conf.ext
515
B
-rw-r--r--
2021-08-06 18:25
auth-sql.conf.ext
788
B
-rw-r--r--
2021-08-06 18:25
auth-static.conf.ext
611
B
-rw-r--r--
2021-08-06 18:25
auth-system.conf.ext
2.13
KB
-rw-r--r--
2021-08-06 18:25
Save
Rename
## ## Statistics and metrics ## # Dovecot supports gathering statistics from events. # Currently there are no statistics logged by default, and therefore they must # be explicitly added using the metric configuration blocks. # # Unlike old stats, the new statistics do not require any plugins loaded. # # See https://doc.dovecot.org/configuration_manual/stats/ for more details. ## ## Example metrics ## #metric auth_success { # filter = event=auth_request_finished AND success=yes #} # #metric auth_failures { # filter = event=auth_request_finished AND NOT success=yes #} # #metric imap_command { # filter = event=imap_command_finished # group_by = cmd_name tagged_reply_state #} # #metric smtp_command { # filter = event=smtp_server_command_finished # group_by = cmd_name status_code duration:exponential:1:5:10 #} # #metric mail_delivery { # filter = event=mail_delivery_finished # group_by = duration:exponential:1:5:10 #} ## ## Prometheus ## # To allow access to statistics with Prometheus, enable http listener # on stats process. Stats will be available on /metrics path. # # See https://doc.dovecot.org/configuration_manual/stats/openmetrics/ for more # details. #service stats { # inet_listener http { # port = 9900 # } #} ## ## Event exporting ## # You can also export individual events. # # See https://doc.dovecot.org/configuration_manual/event_export/ for more # details. #event_exporter log { # format = json # format_args = time-rfc3339 # transport = log #} # #metric imap_commands { # exporter = log # filter = event=imap_command_finished #}