Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.224.20.254
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
dovecot /
conf.d /
[ HOME SHELL ]
Name
Size
Permission
Action
10-auth.conf
5.17
KB
-rw-r--r--
10-director.conf
1.74
KB
-rw-r--r--
10-logging.conf
3.98
KB
-rw-r--r--
10-mail.conf
17.61
KB
-rw-r--r--
10-master.conf
3.49
KB
-rw-r--r--
10-ssl.conf
3.1
KB
-rw-r--r--
10-tcpwrapper.conf
291
B
-rw-r--r--
15-lda.conf
1.62
KB
-rw-r--r--
15-mailboxes.conf
2.74
KB
-rw-r--r--
20-imap.conf
4.4
KB
-rw-r--r--
20-lmtp.conf
936
B
-rw-r--r--
20-pop3.conf
3.97
KB
-rw-r--r--
90-acl.conf
676
B
-rw-r--r--
90-plugin.conf
292
B
-rw-r--r--
90-quota.conf
2.54
KB
-rw-r--r--
90-sieve-extprograms.conf
1.79
KB
-rw-r--r--
90-sieve.conf
10.02
KB
-rw-r--r--
auth-checkpassword.conf.ext
499
B
-rw-r--r--
auth-deny.conf.ext
489
B
-rw-r--r--
auth-dict.conf.ext
343
B
-rw-r--r--
auth-master.conf.ext
561
B
-rw-r--r--
auth-passwdfile.conf.ext
515
B
-rw-r--r--
auth-sql.conf.ext
788
B
-rw-r--r--
auth-static.conf.ext
611
B
-rw-r--r--
auth-system.conf.ext
2.13
KB
-rw-r--r--
auth-vpopmail.conf.ext
330
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 90-quota.conf
## ## Quota configuration. ## # Note that you also have to enable quota plugin in mail_plugins setting. # <doc/wiki/Quota.txt> ## ## Quota limits ## # Quota limits are set using "quota_rule" parameters. To get per-user quota # limits, you can set/override them by returning "quota_rule" extra field # from userdb. It's also possible to give mailbox-specific limits, for example # to give additional 100 MB when saving to Trash: plugin { #quota_rule = *:storage=1G #quota_rule2 = Trash:storage=+100M # LDA/LMTP allows saving the last mail to bring user from under quota to # over quota, if the quota doesn't grow too high. Default is to allow as # long as quota will stay under 10% above the limit. Also allowed e.g. 10M. #quota_grace = 10%% # Quota plugin can also limit the maximum accepted mail size. #quota_max_mail_size = 100M } ## ## Quota warnings ## # You can execute a given command when user exceeds a specified quota limit. # Each quota root has separate limits. Only the command for the first # exceeded limit is executed, so put the highest limit first. # The commands are executed via script service by connecting to the named # UNIX socket (quota-warning below). # Note that % needs to be escaped as %%, otherwise "% " expands to empty. plugin { #quota_warning = storage=95%% quota-warning 95 %u #quota_warning2 = storage=80%% quota-warning 80 %u } # Example quota-warning service. The unix listener's permissions should be # set in a way that mail processes can connect to it. Below example assumes # that mail processes run as vmail user. If you use mode=0666, all system users # can generate quota warnings to anyone. #service quota-warning { # executable = script /usr/local/bin/quota-warning.sh # user = dovecot # unix_listener quota-warning { # user = vmail # } #} ## ## Quota backends ## # Multiple backends are supported: # dirsize: Find and sum all the files found from mail directory. # Extremely SLOW with Maildir. It'll eat your CPU and disk I/O. # dict: Keep quota stored in dictionary (eg. SQL) # maildir: Maildir++ quota # fs: Read-only support for filesystem quota plugin { #quota = dirsize:User quota #quota = maildir:User quota #quota = dict:User quota::proxy::quota #quota = fs:User quota } # Multiple quota roots are also possible, for example this gives each user # their own 100MB quota and one shared 1GB quota within the domain: plugin { #quota = dict:user::proxy::quota #quota2 = dict:domain:%d:proxy::quota_domain #quota_rule = *:storage=102400 #quota2_rule = *:storage=1048576 }
Close