Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
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 ]
drwxrwxrwx
2022-03-20 10:35
protocols.d
[ DIR ]
drwxrwxrwx
2020-08-24 23:54
stopwords
[ DIR ]
drwxrwxrwx
2022-03-20 10:35
dovecot-dict-auth.conf.ext
1.47
KB
-rw-r--r--
2016-12-03 18:13
dovecot-dict-sql.conf.ext
852
B
-rw-r--r--
2016-12-03 18:13
dovecot-openssl.cnf
542
B
-rw-r--r--
2021-01-05 13:19
dovecot-sql.conf.ext
5.48
KB
-rw-r--r--
2016-12-03 18:13
dovecot.conf
4.3
KB
-rw-r--r--
2021-01-05 13:17
mkcert.sh
875
B
-rwxr-xr-x
2021-01-05 13:19
Save
Rename
# 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 } }