[% USE Whostmgr; USE JSON; SET PAGE_BASE = '/scripts12/mail_blocked_domains/'; SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE); WRAPPER 'master_templates/master.tmpl' app_key = 'mail_blocked_domains' breadcrumburl = PAGE_BASE, base = PAGE_BASE, stylesheets = [ Whostmgr.find_file_url('/templates/mail_blocked_domains/index.min.css') ], warn_linked_nodes => 1, theme='bootstrap'; %]

[% locale.maketext('This interface allows you to manage a list of domains that may not send mail to your server. The system will reject any messages that it receives whose “[output,class,_1,code]” address matches one of this list’s domains.', 'From') %]

[% locale.maketext('You can reject all subdomains of a given domain by prefixing the name with an asterisk ([output,class,_1,code]). For example, “[output,class,_2,code]” will cause this server to reject all messages sent from any subdomain of “[output,class,_3,code]”.', '*', '*.example.com', 'example.com') %]

[% locale.maketext('This interface accepts [output,acronym,IDN,Internationalized Domain Name]s.') -%]

[% locale.maketext('Enter domains on separate lines. The order of the list is not important.') -%]
    [% PROCESS 'master_templates/cjt2_header_include.tt' %] [% END #wrapper -%]