Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
exim /
3 /
Delete
Unzip
Name
Size
Permission
Date
Action
exim-env
41
B
-rw-r--r--
2023-10-24 10:28
exim.conf
47.4
KB
-rw-r--r--
2025-01-23 07:57
exim.pl
39.2
KB
-rw-r--r--
2025-05-08 06:52
exim.service
347
B
-rw-r--r--
2023-10-24 10:28
exim4.conf.template
59.56
KB
-rw-r--r--
2022-04-28 08:06
exim_system_filter
3
KB
-rw-r--r--
2021-12-24 06:44
install.php
4.22
KB
-rw-r--r--
2025-12-26 01:52
remove.php
684
B
-rw-r--r--
2024-07-12 10:13
update.php
132
B
-rw-r--r--
2021-12-24 06:44
Save
Rename
<?php /* function __exim_preremove(){ } function __exim_postremove(){ } */ function __exim_remove(){ global $W, $iapps, $globals; vexec('systemctl stop exim'); // Remove symlink for mailx @unlink('/usr/bin/mail'); @unlink('/usr/sbin/exim'); @unlink('/usr/lib/systemd/system/exim.service'); @unlink('/etc/sysconfig/exim'); // Empty relay host file vexec('echo " " > /etc/relayhost'); // Remove roundcube vexec('rm -rf '.$globals['web_enduser'].'/mail'); vexec('rm -rf '.$globals['var_path'].'/roundcube'); // Remove POP Before SMTP $W->exim_remove_popb4smtp(); // Remove Boxtrapper Symlink unlink($globals['web_enduser'].'/boxtrapper.php'); }