Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
dovecot /
Delete
Unzip
Name
Size
Permission
Date
Action
3
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
assets
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
build
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
images
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
includes
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
languages
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
themes
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
todo
[ DIR ]
drwxr-xr-x
2026-02-16 12:45
10-auth.conf
5.1
KB
-rw-r--r--
2021-12-24 06:44
10-logging.conf
2.73
KB
-rw-r--r--
2021-12-24 06:44
10-mail.conf
14.13
KB
-rw-r--r--
2021-12-24 06:44
10-master.conf
2.9
KB
-rw-r--r--
2021-12-24 06:44
10-ssl.conf
1.89
KB
-rw-r--r--
2021-12-24 06:44
15-mailboxes.conf
1.12
KB
-rw-r--r--
2021-12-24 06:44
_10-auth.conf
5.11
KB
-rw-r--r--
2021-12-24 06:44
_dovecot.conf
3.37
KB
-rw-r--r--
2021-12-24 06:44
auth-passwdfile.conf.ext
322
B
-rw-r--r--
2021-12-24 06:44
auth-static.conf.ext
618
B
-rw-r--r--
2021-12-24 06:44
configure.php
59.84
KB
-rw-r--r--
2025-03-06 01:59
dovecot-x86_64.tar.gz
33.47
MB
-rwxr-xr-x
2026-02-16 12:45
dovecot.conf
3.37
KB
-rw-r--r--
2021-12-24 06:44
dovecot.json
1.7
KB
-rw-r--r--
2022-11-29 09:29
dovecotctl
1.66
KB
-rw-r--r--
2021-12-24 06:44
hooks.php
132.49
KB
-rw-r--r--
2026-01-29 07:34
info.xml
5.91
KB
-rw-r--r--
2026-01-29 07:33
install.php
39.77
KB
-rw-r--r--
2026-01-29 07:34
install.xml
332
B
-rw-r--r--
2024-07-19 04:07
md5
5.02
KB
-rw-r--r--
2026-01-29 07:34
remove.php
7.07
KB
-rw-r--r--
2026-01-29 07:34
rev
4
B
-rw-r--r--
2026-01-29 07:34
ubuntu_10-master.conf
2.95
KB
-rw-r--r--
2021-12-24 06:44
ubuntu_10-ssl.conf
1.89
KB
-rw-r--r--
2021-12-24 06:44
Save
Rename
## ## Log destination. ## # Log file to use for error messages. "syslog" logs to syslog, # /dev/stderr logs to stderr. log_path = /var/log/dovecot.log # Log file to use for informational messages. Defaults to log_path. info_log_path = /var/log/dovecot-info.log # Log file to use for debug messages. Defaults to info_log_path. debug_log_path = /var/log/dovecot-debug.log # Syslog facility to use if you're logging to syslog. Usually if you don't # want to use "mail", you'll use local0..local7. Also other standard # facilities are supported. #syslog_facility = mail ## ## Logging verbosity and debugging. ## # Log unsuccessful authentication attempts and the reasons why they failed. #auth_verbose = no # In case of password mismatches, log the attempted password. Valid values are # no, plain and sha1. sha1 can be useful for detecting brute force password # attempts vs. user simply trying the same password over and over again. #auth_verbose_passwords = no # Even more verbose logging for debugging purposes. Shows for example SQL # queries. #auth_debug = no # In case of password mismatches, log the passwords and used scheme so the # problem can be debugged. Enabling this also enables auth_debug. #auth_debug_passwords = no # Enable mail process debugging. This can help you figure out why Dovecot # isn't finding your mails. #mail_debug = no # Show protocol level SSL errors. #verbose_ssl = no # mail_log plugin provides more event logging for mail processes. plugin { # Events to log. Also available: flag_change append #mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename # Group events within a transaction to one line. #mail_log_group_events = no # Available fields: uid, box, msgid, from, subject, size, vsize, flags # size and vsize are available only for expunge and copy events. #mail_log_fields = uid box msgid size } ## ## Log formatting. ## # Prefix for each line written to log file. % codes are in strftime(3) # format. #log_timestamp = "%b %d %H:%M:%S " # Space-separated list of elements we want to log. The elements which have # a non-empty variable value are joined together to form a comma-separated # string. #login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c # Login log format. %$ contains login_log_format_elements string, %s contains # the data we want to log. #login_log_format = %$: %s # Log prefix for mail processes. See doc/wiki/Variables.txt for list of # possible variables you can use. #mail_log_prefix = "%s(%u): " # Format to use for logging mail deliveries. You can use variables: # %$ - Delivery status message (e.g. "saved to INBOX") # %m - Message-ID # %s - Subject # %f - From address # %p - Physical size # %w - Virtual size #deliver_log_format = msgid=%m: %$