⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
share
/
webmin
/
postfix
/
View File Name :
edit_canonical_mappings.cgi
#!/usr/bin/perl # # postfix-module by Guillaume Cottenceau
, # for webmin by Jamie Cameron # # Edit a mapping require './postfix-lib.pl'; &ReadParse(); &ui_print_header(undef, $text{'edit_mapping_title'}, ""); my $num; if (!exists($in{'num'})) { $num = &init_new_mapping(&get_current_value("sender_canonical_maps")); } else { $num = $in{'num'}; } my $mappingsaliases = &get_aliases(); my %alias; foreach $trans (@{$aliases}) { if ($trans->{'number'} == $num) { %alias = %{$trans}; } } print "
\n"; print "
\n"; print "
$text{'edit_alias_title'}
\n"; print "
\n"; print "
\n"; print "
$text{'aliases_name'}
\n"; print "
"; print "
\n"; print "
\n"; print "
\n"; print "
$text{'aliases_value'}
\n"; print "
\n"; print "
\n"; print "
\n"; print "
\n"; print "
\n"; print &ui_hr(); print "
\n";