[% SET CPANEL.CPVAR.dprefix = "../"; IF FORM.itemsperpage; SET CPANEL.CPVAR.itemsperpage = FORM.itemsperpage; END; IF (!( FORM.itemsperpage) || !( CPANEL.CPVAR.itemsperpage)); SET CPANEL.CPVAR.itemsperpage = "10"; END; IF (FORM.api2_sort_column); SET CPANEL.CPVAR.api2_sort_column = (FORM.api2_sort_column); END; IF (!( (FORM.api2_sort_column)) || !( (CPANEL.CPVAR.api2_sort_column))); SET CPANEL.CPVAR.api2_sort_column = "domain"; END; IF (FORM.api2_sort_reverse); SET CPANEL.CPVAR.api2_sort_reverse = (FORM.api2_sort_reverse); END; IF (!( (FORM.api2_sort_reverse)) || !( (CPANEL.CPVAR.api2_sort_reverse))); SET CPANEL.CPVAR.api2_sort_reverse = "0"; END; %] [% WRAPPER '_assets/master.html.tt' app_key = 'archive' include_cjt = 1 page_scripts = ['/yui/progressbar/progressbar-min.js'] embed_scripts = ['js2/mail/archive.js'] page_stylesheets = ['/yui/progressbar/assets/skins/sam/progressbar.css'] embed_stylesheets = ['css2/mail/archive.css'] -%]
[% IF CPANEL.feature('emailarchive') %] [% IF (CPANEL.CPCONF.emailarchive == "disable" ? 0 : CPANEL.CPCONF.emailarchive) %]
[% locale.maketext("Save incoming, outgoing, or mailing list messages for a specified amount of time. Make sure you have enough disk space available for the retention period you select. For more information, read the [output,url,_1,documentation,target,_2,id,_3].", "//go.cpanel.net/Archive", "_blank", "lnkArchiveDocumentation") %]
[% INCLUDE mail/archive_default.html.tt %]

[% locale.maketext("Manage Archiving") %]

[% locale.maketext( 'Once archiving has begun, you can download a copy of the complete archive in maildir format for each domain by clicking the “[_1]” action. A read-only IMAP connection to the archive is also available.', locale.maketext('Download Archive'), ); %]

[% INCLUDE mail/archive_search.html.tt %]
[% INCLUDE mail/archive_list_header.html.tt %] [% INCLUDE mail/archive_list.html.tt %]
[% INCLUDE '_assets/paginate.html.tt' %]
[% locale.maketext("Notes:") %]
[% INCLUDE mail/archive_download.html.tt %] [% END %] [% END %] [% IF !(CPANEL.CPCONF.emailarchive == "disable" ? 0 : CPANEL.CPCONF.emailarchive) %] [% locale.maketext("Email archiving is disabled.") %] [% END %]
[% END #wrapper %]