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
## ## SSL settings ## # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt> # disable plain pop3 and imap, allowed are only pop3+TLS, pop3s, imap+TLS and imaps # plain imap and pop3 are still allowed for local connections ssl = yes # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but # root. Included doc/mkcert.sh can be used to easily generate self-signed # certificate, just make sure to update the domains in dovecot-openssl.cnf ssl_cert = </etc/exim/webuzo.crt ssl_key = </etc/exim/webuzo.key # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. Since this file is often # world-readable, you may want to place this setting instead to a different # root owned 0600 file by using ssl_key_password = <path. #ssl_key_password = # PEM encoded trusted certificate authority. Set this only if you intend to use # ssl_verify_client_cert=yes. The file should contain the CA certificate(s) # followed by the matching CRL(s). (e.g. ssl_ca = </etc/pki/dovecot/certs/ca.pem) #ssl_ca = # Request client to send a certificate. If you also want to require it, set # auth_ssl_require_client_cert=yes in auth section. #ssl_verify_client_cert = no # Which field from certificate to use for username. commonName and # x500UniqueIdentifier are the usual choices. You'll also need to set # auth_ssl_username_from_cert=yes. #ssl_cert_username_field = commonName # How often to regenerate the SSL parameters file. Generation is quite CPU # intensive operation. The value is in hours, 0 disables regeneration # entirely. #ssl_parameters_regenerate = 168 # SSL protocols to use ssl_protocols = !SSLv2 !SSLv3 # SSL ciphers to use #ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL # SSL crypto device to use, for valid values run "openssl engine" #ssl_crypto_device =