HEX
Server: Apache
System: Linux viper.innovativeinternet.net 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
User: thetradingroom (1095)
PHP: 8.3.25
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //ibin/virt
#!/usr/bin/perl
# Customized for Camaro

#pico /ibin/domaininfo/config/dns/sendmail.cw
#system("pico /ibin/domaininfo/config/dns/local-host-names");
#system("pico /ibin/domaininfo/config/dns/virtusertable");

$hostname = `hostname`;
chomp($hostname);

($servername, $domain, $extension) = (split /\./, $hostname);


#print "SERVERNAME: " . $servername . "\n";

if ($servername eq "camaro") {

   system("nano -ewb /ibin/conf/postfix/virtual");
	

   if(!$ARGV[0]) {

	#print "No Param"
	system("/ibin/conf/postfix/mailupd");

   } else {

	#print "param"

   }

} else {

   print "Not Running on camaro!\n";
}


# cd /etc/mail
#make
#makemap btree virtusertable.db < virtusertable
#/usr/sbin/builddb
#newaliases
#smreb