[%
SET APP_KEY = "rebuild_rdns_cache";
SET PAGE_BASE = "/scripts7/rebuild_rdns_cache";
WRAPPER 'master_templates/master.tmpl'
inside_frame_or_tab_or_popup = 1,
skipheader = 1,
stylesheets = [],
base = "$PAGE_BASE/",
theme = 'bootstrap',
CJT2_EXCLUSIVE = 1,
app_key = APP_KEY;
%]
|
[% locale.maketext('Result') %] |
[% locale.maketext('Errors') %] |
| [% locale.maketext('Updating the reverse [output,abbr,DNS,Domain Name System] cache …') %] |
[% IF data.dns_cache %]
[% locale.maketext("Success") %]
[% ELSE %]
[% locale.maketext("Failed") %]
[% END %]
|
[% data.errors.dns_cache | html %] |
| [% locale.maketext('Updating user domains for mail [asis,HELO] …') %] |
[% IF data.updating_helo %]
[% locale.maketext("Success") %]
[% ELSE %]
[% locale.maketext("Failed") %]
[% END %]
|
[% data.errors.updating_helo | html %] |
[% END %]