aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd_outlook.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-08 03:48:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-08 03:48:51 +0000
commit5717163bffb113333fba51c2775cb07564a5b081 (patch)
tree42e962dc30ef09dbc233fcb5f93cf38272f7c697 /packages/spamd_outlook.xml
parentc1b7f69001060481212be27196181f5cdcb49095 (diff)
downloadpfsense-packages-5717163bffb113333fba51c2775cb07564a5b081.tar.gz
pfsense-packages-5717163bffb113333fba51c2775cb07564a5b081.tar.bz2
pfsense-packages-5717163bffb113333fba51c2775cb07564a5b081.zip
Add Outlook plugin config tab
Diffstat (limited to 'packages/spamd_outlook.xml')
-rw-r--r--packages/spamd_outlook.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/packages/spamd_outlook.xml b/packages/spamd_outlook.xml
new file mode 100644
index 00000000..a31345e5
--- /dev/null
+++ b/packages/spamd_outlook.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<packagegui>
+ <name>spamdoutlook</name>
+ <version>0.1.0</version>
+ <title>SpamD Outlook</title>
+ <aftersaveredirect>pkg_edit.php?xml=spamd_outlook.xml&amp;id=0</aftersaveredirect>
+ <tabs>
+ <tab>
+ <text>SpamD External Sources</text>
+ <url>/pkg.php?xml=spamd.xml</url>
+ </tab>
+ <tab>
+ <text>SpamD Whitelist</text>
+ <url>/pkg.php?xml=spamd_whitelist.xml</url>
+ </tab>
+ <tab>
+ <text>SpamD Settings</text>
+ <url>/pkg_edit.php?xml=spamd_settings.xml&amp;id=0</url>
+ </tab>
+ <tab>
+ <text>SpamD Database</text>
+ <url>/spamd_db.php</url>
+ </tab>
+ <tab>
+ <text>SpamD Outlook</text>
+ <url>/pkg_edit.php?xml=spamd_outlook.xml&amp;id=0</url>
+ <active/>
+ </tab>
+ </tabs>
+ <!-- configpath gets expanded out automatically and config items will be
+ stored in that location -->
+ <configpath>['installedpackages']['spamd']['config']</configpath>
+ <!-- fields gets invoked when the user adds or edits a item. the following items
+ will be parsed and rendered for the user as a gui with input, and selectboxes. -->
+ <fields>
+ <field>
+ <fielddescr>Username</fielddescr>
+ <fieldname>username</fieldname>
+ <description>Enter the username the outlook clients will use to connect with.</description>
+ <type>input</type>
+ </field>
+ <field>
+ <fielddescr>Password</fielddescr>
+ <fieldname>password</fieldname>
+ <description>Enter the password the outlook clients will use to connect with.</description>
+ <type>password</type>
+ </field>
+
+ </fields>
+</packagegui> \ No newline at end of file