Hello.
I am using WHM 11.30.5 build 2.
Inside Exims Configuration Editor it states:
"To use simply add new directives or modify current directives within the provided text boxes. Any options added to the first textbox will override the options provided in the default configuration. All other textboxes will not override their respective sections. "
Now here's the confusion: there are several blank boxes in the Advanced Configuration Editor presumably to input changes -- one at the top which I understand will override the default configuration, and others that will not. However, whenever I attempt to, say, input the following changes into any of those boxes I am receiving the error listed below and the changes are not being saved. Yet there is no visible means to delete the existing entries. How does one go about deleting entries in order to overwrite with new entries?
I want to input this:
remote_smtp: driver = smtp interface = ${lookup{$sender_address_domain}lsearch{/etc/domainips_reverse}{$value}{$interface_address}} helo_data = ${lookup{$interface_address}lsearch{/etc/domainips}{$value}{$primary_hostname}}Yet I'm receiving this error message whenever attempting to do so:
Error message from syntax check: 2011-12-14 20:44:59 Exim configuration error in line 8 of /etc/exim.conf.buildtest.work.3vL06FqPHomMc4j_: main option "remote_smtp" unknown
The following does indeed exist in the existing configuration, yet as stated above, there is no obvious
method to delete entries:
remote_smtp: driver = smtp interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}} helo_data = ${if exists {/etc/mailhelo}{${lookup{$sender_address_domain}lsearch*{/etc/mailhelo}{$value}{$primary_hostn ame}}}{$primary_hostname}}
I am using WHM 11.30.5 build 2.
Inside Exims Configuration Editor it states:
"To use simply add new directives or modify current directives within the provided text boxes. Any options added to the first textbox will override the options provided in the default configuration. All other textboxes will not override their respective sections. "
Now here's the confusion: there are several blank boxes in the Advanced Configuration Editor presumably to input changes -- one at the top which I understand will override the default configuration, and others that will not. However, whenever I attempt to, say, input the following changes into any of those boxes I am receiving the error listed below and the changes are not being saved. Yet there is no visible means to delete the existing entries. How does one go about deleting entries in order to overwrite with new entries?
I want to input this:
remote_smtp: driver = smtp interface = ${lookup{$sender_address_domain}lsearch{/etc/domainips_reverse}{$value}{$interface_address}} helo_data = ${lookup{$interface_address}lsearch{/etc/domainips}{$value}{$primary_hostname}}Yet I'm receiving this error message whenever attempting to do so:
Error message from syntax check: 2011-12-14 20:44:59 Exim configuration error in line 8 of /etc/exim.conf.buildtest.work.3vL06FqPHomMc4j_: main option "remote_smtp" unknown
The following does indeed exist in the existing configuration, yet as stated above, there is no obvious
method to delete entries:
remote_smtp: driver = smtp interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}} helo_data = ${if exists {/etc/mailhelo}{${lookup{$sender_address_domain}lsearch*{/etc/mailhelo}{$value}{$primary_hostn ame}}}{$primary_hostname}}