diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-11 12:45:22 -0200 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-11-11 12:45:22 -0200 |
commit | 48c047241c2f5dfcfb5f58d7759ba8412f7b4830 (patch) | |
tree | 1fbf7a3f98363e6054b6a038d3b2ff37ab9d892a /config/mailscanner/mailscanner_antivirus.xml | |
parent | e476ea3d2721b69968752b9a4073c71cdfefbeb1 (diff) | |
download | pfsense-packages-48c047241c2f5dfcfb5f58d7759ba8412f7b4830.tar.gz pfsense-packages-48c047241c2f5dfcfb5f58d7759ba8412f7b4830.tar.bz2 pfsense-packages-48c047241c2f5dfcfb5f58d7759ba8412f7b4830.zip |
mailscanner - fix service startup on 2.1 and improve gui info from text fields
Diffstat (limited to 'config/mailscanner/mailscanner_antivirus.xml')
-rw-r--r-- | config/mailscanner/mailscanner_antivirus.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/mailscanner/mailscanner_antivirus.xml b/config/mailscanner/mailscanner_antivirus.xml index 4a3bfe6c..590a61f6 100644 --- a/config/mailscanner/mailscanner_antivirus.xml +++ b/config/mailscanner/mailscanner_antivirus.xml @@ -9,7 +9,7 @@ /* mailscanner_antivirus.xml part of the mailscaner package for pfSense - Copyright (C) 2011 Marcello Coutinho + Copyright (C) 2011-2013 Marcello Coutinho All rights reserved. */ /* ========================================================================== */ @@ -159,11 +159,17 @@ <size>30</size> </field> <field> + <name>Custom antivirus options</name> + <type>listtopic</type> + </field> + <field> <fielddescr>Custom antivirus options</fielddescr> <fieldname>custom</fieldname> + <dontdisplayname/> + <usecolspan2/> <description><![CDATA[Paste your custom mailscanner antivirus settings here.]]></description> <type>textarea</type> - <cols>60</cols> + <cols>90</cols> <rows>15</rows> <encoding>base64</encoding> </field> |