![]() |
![]()
| ![]() |
![]()
NAMESecurity::TLSCheck::Checks::Helper::MX - Get all MX, cache if already checked, ... SYNOPSISIn a check: with 'Security::TLSCheck::Helper::GetMX'; # ... my @mx = $self->get_mx; DESCRIPTIONAdds a method for getting mx records -- including caching. get_mxreturns the list of MX records for this Domain mx_is_checkedCache temporary, if MX is already analysed for this check (each check has his own cache) cache on disk, so this also works with multiprocessing
|