Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.110
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
libexec /
[ HOME SHELL ]
Name
Size
Permission
Action
coreutils
[ DIR ]
drwxr-xr-x
cpanel-pdns
[ DIR ]
drwxr-xr-x
dovecot
[ DIR ]
drwxr-xr-x
dpkg
[ DIR ]
drwxr-xr-x
imunify-notifier
[ DIR ]
drwxr-xr-x
language-selector
[ DIR ]
drwxr-xr-x
man-db
[ DIR ]
drwxr-xr-x
mysqlsh
[ DIR ]
drwxr-xr-x
netplan
[ DIR ]
drwxr-xr-x
plymouth
[ DIR ]
drwxr-xr-x
sudo
[ DIR ]
drwxr-xr-x
accounts-daemon
162.43
KB
-rwxr-xr-x
exim.daemon
758
B
-rwxr-xr-x
imunify-message-gateway
4.7
MB
-rwxr-xr-x
report-command-error
6.99
MB
-rwxr-xr-x
run-with-intensity
5.07
MB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : exim.daemon
#! /bin/sh RETVAL=0 case "$1" in start) # start daemons PERL_AT_STARTUP="" if [ ! -e "/var/cpanel/conserve_memory" ]; then PERL_AT_STARTUP="-ps" fi if [ -f /etc/exim_outgoing.conf ]; then /usr/sbin/exim $PERL_AT_STARTUP -bd -oP ${LISTENER_PID_FILE} /usr/sbin/exim -C /etc/exim_outgoing.conf -q$QUEUE -oP ${OUTGOING_PID_FILE} else /usr/sbin/exim $PERL_AT_STARTUP -bd -q$QUEUE -oP ${LISTENER_PID_FILE} fi ;; reload) # reload daemons if [ -f /etc/exim_outgoing.conf ]; then /bin/kill -HUP $(cat ${OUTGOING_PID_FILE}) RETVAL=$? fi /bin/kill -HUP $(cat ${LISTENER_PID_FILE}) if [ "x$?" != "x0" ]; then RETVAL=$? fi ;; *) echo "Usage: exim {start|reload} [should be called by systemd]" esac exit $RETVAL
Close