aboutsummaryrefslogtreecommitdiffstats
path: root/config/spamd
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-09-04 15:49:07 +0200
committerdoktornotor <notordoktor@gmail.com>2015-09-04 15:49:07 +0200
commit9effc39ed1f07a50909d516cf797d3c7aa10b272 (patch)
treebba7ca9d5b0afd99589ef608aa4141aa915057ac /config/spamd
parent5bac2b3205e6549d85093ee102ce684571ef091f (diff)
downloadpfsense-packages-9effc39ed1f07a50909d516cf797d3c7aa10b272.tar.gz
pfsense-packages-9effc39ed1f07a50909d516cf797d3c7aa10b272.tar.bz2
pfsense-packages-9effc39ed1f07a50909d516cf797d3c7aa10b272.zip
spamd - code style cleanup and multiple fixes
Require IPv4 for NextMTA -- no aliases allowed since it was producing broken firewall rules and is generally pointless for a single IP. Never had a chance of working properly, no configuration upgrade required here.
Diffstat (limited to 'config/spamd')
-rw-r--r--config/spamd/spamd_settings.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/spamd/spamd_settings.xml b/config/spamd/spamd_settings.xml
index a3387279..2793221b 100644
--- a/config/spamd/spamd_settings.xml
+++ b/config/spamd/spamd_settings.xml
@@ -212,12 +212,11 @@
-->
<field>
<fielddescr>NextMTA</fielddescr>
- <fieldname>nextmta</fieldname>
+ <fieldname>next_mta</fieldname>
<description>
<![CDATA[
- After processing, automatically send messages to specified IP Address. You may enter an alias if you like, simply prepend $ to the alias name.<br />
- (Example: $mailservers)<br />
- Note: If you have postfix package installed, enter 127.0.0.1 here.<br />
+ After processing, automatically send messages to specified IP address.<br />
+ Note: If you have postfix package installed, enter 127.0.0.1 here.
]]>
</description>
<type>input</type>