diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-02 12:26:12 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-02 12:26:12 +0200 |
commit | a3298fc28728078096ad90fe4bb165cd3fb8a262 (patch) | |
tree | e7f8f46f809cbef45329ab6f28ef40adf716741f /config/spamd | |
parent | d131a92a207d332c160519670f93d1d143280b3d (diff) | |
download | pfsense-packages-a3298fc28728078096ad90fe4bb165cd3fb8a262.tar.gz pfsense-packages-a3298fc28728078096ad90fe4bb165cd3fb8a262.tar.bz2 pfsense-packages-a3298fc28728078096ad90fe4bb165cd3fb8a262.zip |
spamd - add enable/disable feature
Diffstat (limited to 'config/spamd')
-rw-r--r-- | config/spamd/spamd_settings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/spamd/spamd_settings.xml b/config/spamd/spamd_settings.xml index 2793221b..ce6e14d6 100644 --- a/config/spamd/spamd_settings.xml +++ b/config/spamd/spamd_settings.xml @@ -68,12 +68,19 @@ <configpath>['installedpackages']['spamd']['config']</configpath> <fields> <field> + <fielddescr>Enable</fielddescr> + <fieldname>spamd_enable</fieldname> + <description>Check to enable SpamD Greylisting Daemon.</description> + <type>checkbox</type> + </field> + <field> <fielddescr>Intercept on Interfaces</fielddescr> <fieldname>spamdbinds_array</fieldname> <description>These are the interfaces SpamD will intercept SMTP connections on.</description> <type>interfaces_selection</type> <multiple>true</multiple> <hideinterfaceregex>loopback</hideinterfaceregex> + <required/> </field> <field> <fielddescr>Identifier</fielddescr> |