PAL.C.T MINI SHELL
#!/usr/bin/perl
# Save SPF options for a virtual server
require './virtual-server-lib.pl';
&ReadParse();
&error_setup($text{'spf_err'});
$d = &get_domain($in{'dom'});
&can_edit_domain($d) || &error($text{'edit_ecannot'});
&can_edit_spf($d) || &error($text{'spf_ecannot'});
&set_all_null_print();
$oldd = { %$d };
&obtain_lock_dns($d);
$spf = &get_domain_spf($d);
if ($in{'enabled'}) {
# Turn on and update SPF record
$spf ||= &default_domain_spf($d);
$defspf = &default_domain_spf($d);
foreach $t ('a', 'mx', 'ip4', 'ip6', 'include') {
local @v = split(/\s+/, $in{'extra_'.$t});
foreach my $v (@v) {
if ($a eq 'a' || $t eq 'mx' || $t eq 'include') {
# Must be a valid hostname
$v =~ /^[a-z0-9\.\-\_]+$/i ||
&error(&text('spf_e'.$t, $v));
}
elsif ($a eq "ip4") {
# Must be a valid IP or IP/cidr or IP/mask
&check_ipaddress($v) ||
($v =~ /^([0-9\.]+)\/(\d+)$/ &&
$2 > 0 && $2 <= 32 &&
&check_ipaddress("$1")) ||
($v =~ /^([0-9\.]+)\/([0-9\.]+)$/ &&
&check_ipaddress("$1") &&
&check_ipaddress("$2")) ||
&error(&text('spf_e'.$t, $v));
}
elsif ($a eq "ip6") {
# Must be a valid IPv6 or IPv6/cidr
&check_ip6address($v) ||
($v =~ /^([0-9\:]+)\/(\d+)$/ &&
$2 > 0 && $2 <= 128 &&
&check_ip6address("$1")) ||
&error(&text('spf_e'.$t, $v));
}
}
$spf->{$t.':'} = \@v;
}
$spf->{'all'} = $in{'all'};
&save_domain_spf($d, $spf);
}
else {
# Just turn off SPF record
&save_domain_spf($d, undef);
}
$dmarc = &get_domain_dmarc($d);
if ($in{'denabled'}) {
# Turn on and update DMARC record
$dmarc ||= &default_domain_dmarc($d);
$defdmarc = &default_domain_dmarc($d);
$dmarc->{'p'} = $in{'dp'};
$in{'dpct'} =~ /^\d+$/ && $in{'dpct'} >= 0 &&
$in{'dpct'} <= 100 || &error($text{'tmpl_edmarcpct'});
$dmarc->{'pct'} = $in{'dpct'};
&save_domain_dmarc($d, $dmarc);
}
else {
# Just turn off DMARC record
&save_domain_dmarc($d, undef);
}
&modify_dns($d, $oldd);
&release_lock_dns($d);
&save_domain($d);
&run_post_actions();
# All done
&webmin_log("spf", "domain", $d->{'dom'});
&domain_redirect($d);
�
y���~�or�5�J�={��E��e�u磝Qk��ᯘG{�?���+�]������ן�?w�M3X^��歌>{�7پ�K�>�o��n�\����j�y��R���g/�=��f�O��r�o��NV�v��~�Y+��NG�u���Ý����HW��y�w�[eQ�ʨ�S�b��>������>�}G�mx[o[<��{���Ϯ_��qF���vMIEND�B`�