Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
MercuryMail /
RESOURCE /
Delete
Unzip
Name
Size
Permission
Date
Action
autorplc.pm
20.19
KB
-rw-rw-rw-
2001-08-28 16:16
basic.pnc
233
B
-rw-rw-rw-
2012-04-16 19:30
basic.pnc.info
1.15
KB
-rw-rw-rw-
2012-04-16 19:30
bpanel.txt
15.3
KB
-rw-rw-rw-
1999-08-09 17:33
daemon.h
35.77
KB
-rw-rw-rw-
2012-04-16 19:30
daemon.txt
100.31
KB
-rw-rw-rw-
2012-04-16 19:30
filetype.pm
3.77
KB
-rw-rw-rw-
1998-02-13 13:04
greeting.txt
2.05
KB
-rw-rw-rw-
2012-04-16 19:30
helpdesk.pm5
1.42
KB
-rw-rw-rw-
1999-03-30 02:33
listserv.pm5
1.01
KB
-rw-rw-rw-
1999-03-30 02:31
mercuryb.htm
2.77
KB
-rw-rw-rw-
2012-04-16 19:30
mime-map.pm
874
B
-rw-rw-rw-
1997-04-03 23:59
order32.dll
193.5
KB
-rw-rw-rw-
2011-08-04 16:49
order32.fff
3.32
KB
-rw-rw-rw-
2008-09-01 23:56
poppass.dll
19.52
KB
-rw-rw-rw-
2012-04-16 19:30
poppass.fff
2.89
KB
-rw-rw-rw-
2012-04-16 19:30
poppass.txt
844
B
-rw-rw-rw-
2012-04-16 19:30
ppass32.dll
57
KB
-rw-rw-rw-
2012-04-16 19:30
ppass32.fff
2.91
KB
-rw-rw-rw-
2012-04-16 19:30
prefix.pm
1.97
KB
-rw-rw-rw-
2003-08-19 01:54
rasdial.zip
13.04
KB
-rw-rw-rw-
1998-04-23 14:14
readme.1st
808
B
-rw-rw-rw-
2012-04-16 19:30
rescom.exe
88
KB
-rwxrwxrwx
2010-12-14 12:49
rquotes.r
2.23
KB
-rw-rw-rw-
1995-08-27 04:42
spambust.dat
27.91
KB
-rw-rw-rw-
2003-12-16 13:30
template.txt
20.43
KB
-rw-rw-rw-
1999-11-22 02:28
template.zip
3.02
KB
-rw-rw-rw-
2012-04-16 19:30
transflt.mer
4.73
KB
-rw-rw-rw-
2012-04-16 19:30
winpmdde.txt
28.17
KB
-rw-rw-rw-
1999-08-09 14:36
wpm-char.r
1.35
KB
-rw-rw-rw-
1993-09-01 04:42
wpm-lmtt.r
23.76
KB
-rw-rw-rw-
2004-04-28 18:16
Save
Rename
# Transaction-level filtering expressions for MercuryS # Mercury Mail Transport System, Copyright (c) 1993-2007, David Harris. # This version of the file was prepared for Mercury/32 v4.5 # # Each line in this file defines a test that MercuryS should apply at various # stages of the SMTP transaction processing phase of mail delivery. Each line # has the following general format: # # <Operation>, <"Expression">, <Action>[Action]>, ["Response"] # # "operation" can be: # # 'H' for an expression applied to the client's "HELO" greeting # 'D' for deferred HELO processing; these filters will only be # applied if the client does not issue a successful AUTH after # issuing HELO but before issuing any other command. Otherwise, # these filters are the same as 'H' filters. They allow a user # on a system that might otherwise be rejected to redeem the # connection by authenticating his identity. # 'S' for an expression applied to the subject line of the message # 'R' for an expression applied to each SMTP RCPT command # 'M' for an expression applied to the SMTP MAIL FROM: command # # "Expression" is a Mercury regular expression - see the Mercury help on # mail filtering rules or content control for the format of a Mercury # extended regular expression. The expression must be quoted, and is # applied to the entire HELO command. # # Action is one or more characters indicating the action MercuryS should # take when the expression is matched: the first character in the action # can be one of the following: # # 'R' to refuse the transaction and block all subsequent commands # 'F' to fail the current command only (allow further attempts) # 'D' to drop the connection immediately with no error response # 'B' to issue an error response then drop the connection immediately. # 'L' to log a system message # 'X' to stop this phase of transaction filtering for this message # 'S' to suppress all transaction filtering stages for this message. # # The difference between 'R' and 'F' is that 'R' will cause all subsequent # delivery commands in the session to be refused, while 'F' will only fail # the current command - other commands may still be permitted. # # The 'D' and 'B' commands essentially do the same thing, but the 'B' # command does it more politely. Use 'B' if there's any possibility that # the connected machine is actually legitimate, because it gives at least # some level of feedback to the sender or administrator. # # To understand the difference between 'X' and 'S', you need to be aware # that transaction filtering is done in several "passes", each pass testing # a different state of the SMTP transaction. The 'X' action only exits from # the current pass, meaning that future passes will still take place. The # 'S' action, however, exits from the current pass and suppresses all # further transaction filtering on the message altogether. # # The second character in the action string is optional and can have # one of the following values: # # 'S' to blacklist the host for the next half hour # # The third character in the action string is optional and can have # one of the following values: # # 'N' if the rule should apply only if the expression does NOT match # # Note that optional characters can have the value '-' if they are not # used... So, if you want to refuse a connection if an expression does not # match, but do not want to use short term blacklisting, you would use the # action string "R-N". # # "Response" is an optional response code that MercuryS should return to # the client (for the 'R' action) or the string to log as the system # message (for the 'L' action). It must be quoted, and if it is returned # as an error response to the client, then it must start with a 3-digit # RFC2821 error response code (we recommend 554 for this). # ------------- Sample Rules -------------------------------------------- # The rules below are examples you can use to get a feel for writing your # own. They are harmless, and will cause no problems if you leave them in # place, but it's probably better to remove them when you add your own # rules. H, "*192.156.225.44*", R, "554 Get out of here, you worthless scumbag." R, "*honeypot@aphrodite.pmail.gen.nz*", RS, "554 Fraudulent RCPT rejected." S, "*viagra*", D, "'Viagra' encountered in subject line - connection dropped." S, "*vicodin*", R, "554 'Vicodin' encountered in subject line - message refused." H, "[EHeh][EHeh]LO +[0-9]+.[0-9]+.[0-9]+.[0-9]*", R, "554 Invalid HELO format" S, "/c*CONGRATULATIONS*WON*", BS, "554 Possibly Nigerian 419 Variant - please change and re-send." S, "*for job*", BS, "554 Possibly employment spam - please change and re-send."