[% USE CPScalar -%] [% USE JSON -%] [% USE Encoder -%] [% USE Whostmgr -%] [% WRAPPER 'master_templates/master.tmpl' theme="yui" inside_frame_or_tab_or_popup = in_tab skipheader = in_tab stylesheets = [ Whostmgr.find_file_url('css/tweaksettings_optimized.css'), '/yui/button/assets/skins/sam/button.css' '/yui/autocomplete/assets/skins/sam/autocomplete.css' ] scripts = [ '/yui/datasource/datasource-min.js' '/yui/autocomplete/autocomplete-min.js' '/cjt/combobox.js' ] breadcrumburl = '/scripts2/displayeximconfforedit' extrastyle = ' /* Tab Style */ #pageContainer { margin: 0; padding: 0; } #contentContainer { max-width: inherit !important; } /* End Tab Style */ .confeditbox { overflow: hidden; } .brickliststart li { list-style: none; } #rbl_table { width: 100%; } #rbl_table th, #rbl_table td { text-align: center; } tr.delete_rbl td { font-style: italic; color: graytext; } .CONFIG_autocompleter { margin-right: 10px; border: 1px solid #aaaaaa; display: inline-block; } .CONFIG_autocompleter a { margin: 0 2px; vertical-align: middle; } .CONFIG_autocompleter a:hover { text-decoration: none; } .CONFIG_autocompleter input { width: 256px; border: 0; border-right: 1px solid #aaaaaa; } .yui-skin-sam .yui-ac-input { position: static; width: 20em; vertical-align: middle; } .yui-skin-sam .yui-ac-container { width: 20em; left: 0px; } .yui-skin-sam .yui-ac-container .yui-ac-content { max-height: 150px; overflow-y: scroll; } .syntax_error { color: #a00; } .sortable td .validator_display, .datatable td .validator_display, .validator_display { border: 0; } .validator_display { width: 80px; } .CONFIG_container td { padding-bottom: 0; } .CONFIG_container textarea { margin: 0; } .CONFIG_default_container td { padding-top: 0; width: 215px; font: 12px "Andale Mono", "Courier New", Courier, monospace; } fieldset.section { padding: 0; padding-left: 10px !important; border: none; } fieldset.aclinsert { padding: 0; padding-left: 10px !important; } #CONFIG a { color: #037094; } #CONFIG a:visited { color: #335024; } #CONFIG a:hover, a:visited:hover { color: #000000; } #CONFIG .docbook_filename, .docbook_emphasis, .docbook_function { font-style: italic; } #CONFIG .docbook_option, .docbook_command { font-weight: bold; } #CONFIG .docbook_literal { font-family: monospace; } #CONFIG .docbook_literallayout { background-color: #E8E8D0; } #CONFIG .docbook_literallayout pre { margin-bottom: 1em; padding: 1em; } #CONFIG p, #CONFIG pre { margin: 0; } #CONFIG .CONFIG_description { width: 710px; padding-left: 15px; border: dashed 1px #ccc; } #eximconf pre { margin: 0; padding-left: 10px; } .aclinsert { padding-left: 15px; padding-top: 5px; } #CONFIG td { border: 0; } legend { font-weight: 900; } .datatable td, .sortable td { border-right: 0; } html[dir="rtl"] .sortable .cell, html[dir="rtl"] .fixedtable .cell, html[dir="rtl"] .datatable .cell { border-left: 1px solid #ccc; } html[dir="rtl"] .yui-panel .container-close { left: 4px; right: auto; } ' -%]
The following configuration editor will allow you to modify the default configuration of Exim. Configuration changes made within this editor will be conserved across Exim updates and reinstallation. Changes to the default configuration can significantly impact Exim's performance and may prevent it from operating altogether. Use this editor with caution.[% END -%]
To use, add new directives or modify current directives within the provided text boxes. You should only use this feature if you understand how to write a valid Exim configuration file. Information on Exim's configuration syntax can be found in Exim's documentation.
Adding invalid configuration information here will prevent Exim from operating.