[ Avaa Bypassed ]




Upload:

Command:

www-data@3.14.251.87: ~ $
#!/usr/bin/perl
# save_opts.cgi
# Save global QMail options

require './qmail-lib.pl';
&ReadParse();
&error_setup($text{'opts_err'});

# Validate inputs
$in{'me'} =~ /^[A-Za-z0-9\.\-]+$/ ||
	&error($text{'opts_eme'});
$in{'helo_def'} || $in{'helo'} =~ /^[A-Za-z0-9\.\-]+$/ ||
	&error($text{'opts_ehelo'});
$in{'toconnect_def'} || $in{'toconnect'} =~ /^\d+$/ ||
	&error($text{'opts_etoconnect'});
$in{'toremote_def'} || $in{'toremote'} =~ /^\d+$/ ||
	&error($text{'opts_etoremote'});
$in{'bytes_def'} || $in{'bytes'} =~ /^\d+$/ ||
	&error($text{'opts_ebytes'});
$in{'timeout_def'} || $in{'timeout'} =~ /^\d+$/ ||
	&error($text{'opts_etimeout'});
$in{'localip_def'} || $in{'localip'} =~ /^[A-Za-z0-9\.\-]+$/ ||
	&error($text{'opts_elocalip'});

# Update config files
&set_control_file("me", $in{'me'});
&set_control_file("helohost", $in{'helo_def'} ? undef : $in{'helo'});
&set_control_file("timeoutconnect", $in{'toconnect_def'} ? undef
							 : $in{'toconnect'});
&set_control_file("timeoutremote", $in{'toremote_def'} ? undef
						       : $in{'toremote'});
&set_control_file("timeoutconnect", $in{'toconnect_def'} ? undef
							 : $in{'toconnect'});
&set_control_file("databytes", $in{'bytes_def'} ? undef : $in{'bytes'});
&set_control_file("timeoutsmtpd", $in{'timeout_def'} ? undef
						     : $in{'timeout'});
&set_control_file("localiphost", $in{'localip_def'} ? undef : $in{'localip'});
&set_control_file("smtpgreeting", $in{'greet_def'} ? undef : $in{'greet'});

&webmin_log("opts", undef, undef, \%in);
&redirect("");


Filemanager

Name Type Size Permission Actions
images Folder 0755
lang Folder 0755
CHANGELOG File 1.19 KB 0644
autoreply.pl File 12.19 KB 0755
backup_config.pl File 826 B 0755
boxes-lib.pl File 80.37 KB 0755
config File 218 B 0644
config-sol-linux File 221 B 0644
config.info File 1.15 KB 0644
config.info.ca File 1.28 KB 0644
config.info.cs File 877 B 0644
config.info.de File 1.34 KB 0644
config.info.es File 282 B 0644
config.info.nl File 1.32 KB 0644
config.info.no File 1.21 KB 0644
config.info.ru File 1.38 KB 0644
config.info.uk File 1.41 KB 0644
delete_aliases.cgi File 347 B 0755
delete_assigns.cgi File 422 B 0755
delete_queue.cgi File 576 B 0755
delete_queues.cgi File 1.02 KB 0755
delete_routes.cgi File 410 B 0755
delete_virts.cgi File 404 B 0755
detach_queue.cgi File 425 B 0755
edit_afile.cgi File 1.08 KB 0755
edit_alias.cgi File 267 B 0755
edit_assign.cgi File 302 B 0755
edit_ffile.cgi File 2.05 KB 0755
edit_rfile.cgi File 3.05 KB 0755
edit_route.cgi File 286 B 0755
edit_virt.cgi File 279 B 0755
feedback_files.pl File 120 B 0755
filter.pl File 1.53 KB 0755
index.cgi File 2.32 KB 0755
install_check.pl File 382 B 0755
list_aliases.cgi File 2.53 KB 0755
list_assigns.cgi File 2.06 KB 0755
list_bads.cgi File 718 B 0755
list_locals.cgi File 1 KB 0755
list_opts.cgi File 3.24 KB 0755
list_percents.cgi File 760 B 0755
list_queue.cgi File 2.55 KB 0755
list_rcpts.cgi File 1.27 KB 0755
list_routes.cgi File 2.65 KB 0755
list_virts.cgi File 2.1 KB 0755
log_parser.pl File 1.48 KB 0755
module.info File 197 B 0644
module.info.af File 0 B 0644
module.info.af.auto File 126 B 0644
module.info.ar File 0 B 0644
module.info.ar.auto File 144 B 0644
module.info.be File 0 B 0644
module.info.be.auto File 202 B 0644
module.info.bg File 0 B 0644
module.info.bg.auto File 181 B 0644
module.info.ca File 124 B 0644
module.info.ca.auto File 14 B 0644
module.info.cs File 26 B 0644
module.info.cs.auto File 105 B 0644
module.info.da File 0 B 0644
module.info.da.auto File 119 B 0644
module.info.de File 113 B 0644
module.info.de.auto File 14 B 0644
module.info.el File 0 B 0644
module.info.el.auto File 253 B 0644
module.info.es File 32 B 0644
module.info.es.auto File 105 B 0644
module.info.eu File 0 B 0644
module.info.eu.auto File 134 B 0644
module.info.fa File 0 B 0644
module.info.fa.auto File 165 B 0644
module.info.fi File 0 B 0644
module.info.fi.auto File 128 B 0644
module.info.fr File 0 B 0644
module.info.fr.auto File 146 B 0644
module.info.he File 0 B 0644
module.info.he.auto File 164 B 0644
module.info.hr File 0 B 0644
module.info.hr.auto File 151 B 0644
module.info.hu File 28 B 0644
module.info.hu.auto File 109 B 0644
module.info.it File 0 B 0644
module.info.it.auto File 129 B 0644
module.info.ja File 0 B 0644
module.info.ja.auto File 144 B 0644
module.info.ko File 0 B 0644
module.info.ko.auto File 134 B 0644
module.info.lt File 0 B 0644
module.info.lt.auto File 156 B 0644
module.info.lv File 0 B 0644
module.info.lv.auto File 130 B 0644
module.info.ms File 123 B 0644
module.info.ms.auto File 14 B 0644
module.info.mt File 0 B 0644
module.info.mt.auto File 139 B 0644
module.info.nl File 27 B 0644
module.info.nl.auto File 102 B 0644
module.info.no File 28 B 0644
module.info.no.auto File 93 B 0644
module.info.pl File 0 B 0644
module.info.pl.auto File 125 B 0644
module.info.pt File 0 B 0644
module.info.pt.auto File 141 B 0644
module.info.pt_BR File 0 B 0644
module.info.pt_BR.auto File 150 B 0644
module.info.ro File 0 B 0644
module.info.ro.auto File 132 B 0644
module.info.ru File 33 B 0644
module.info.ru.auto File 143 B 0644
module.info.sk File 0 B 0644
module.info.sk.auto File 136 B 0644
module.info.sl File 0 B 0644
module.info.sl.auto File 130 B 0644
module.info.sv File 0 B 0644
module.info.sv.auto File 121 B 0644
module.info.th File 0 B 0644
module.info.th.auto File 277 B 0644
module.info.tr File 0 B 0644
module.info.tr.auto File 137 B 0644
module.info.uk File 0 B 0644
module.info.uk.auto File 197 B 0644
module.info.ur File 0 B 0644
module.info.ur.auto File 189 B 0644
module.info.vi File 0 B 0644
module.info.vi.auto File 167 B 0644
module.info.zh File 0 B 0644
module.info.zh.auto File 130 B 0644
module.info.zh_TW File 0 B 0644
module.info.zh_TW.auto File 139 B 0644
old_edit_ffile.cgi File 1.65 KB 0755
old_edit_rfile.cgi File 1.68 KB 0755
old_save_ffile.cgi File 587 B 0755
old_save_rfile.cgi File 561 B 0755
prefs.info File 80 B 0644
qmail-lib.pl File 20.75 KB 0755
save_afile.cgi File 580 B 0755
save_alias.cgi File 2.29 KB 0755
save_assign.cgi File 1.38 KB 0755
save_bads.cgi File 345 B 0755
save_defroute.cgi File 648 B 0755
save_ffile.cgi File 860 B 0755
save_locals.cgi File 372 B 0755
save_opts.cgi File 1.5 KB 0755
save_percents.cgi File 364 B 0755
save_rcpts.cgi File 615 B 0755
save_rfile.cgi File 1.25 KB 0755
save_route.cgi File 992 B 0755
save_virt.cgi File 1.64 KB 0755
start.cgi File 187 B 0755
stop.cgi File 183 B 0755
view_queue.cgi File 2.23 KB 0755