Viewing File: /usr/local/cpanel/etc/icontact_templates/DAV/ChangeHostname.html.tmpl

[%-
    PROCESS "include/colors.tmpl";
    PROCESS "include/styles.tmpl";
    PROCESS "include/blacklist_whitelist_links.tmpl";

    WRAPPER 'wrapper/main.html.tmpl';
-%]

<p>
The server recently changed hostname from “[%- NOTICE.old_hostname -%]” to “[%- NOTICE.new_hostname -%]”.
As part of this change, a background task was launched to update the hostname in individual users' Horde
databases. The outcome of this task was:
[% IF NOTICE.status %]
<b>Success.</b>
[% ELSE %]
<b>Failed.</b>
[% END %]
</p>

[%- IF NOTICE.status -%]
<p>No action is required on your part.</p>
[%- END -%]

<p>Additional detail:</p>

<blockquote style="font-family: monospace; border: 1px dotted #555555; padding: 10px;">
[%- NOTICE.detail FILTER html FILTER html_line_break -%]
</blockquote>

[%- IF !NOTICE.status -%]
<p>Please correct the problems that were listed in the error output above, and then rerun the
hostname change operation:</p>

<blockquote style="font-family: monospace; border: 1px dotted #555555; padding: 10px;">
/usr/local/cpanel/scripts/dav_change_hostname
  --old
   [% NOTICE.old_hostname %]
  --new
   [% NOTICE.new_hostname %]
</blockquote>
[%- END -%]

[% END %]
Back to Directory File Manager