From 32b40db8d2e799588bb78e8c07cb70105e4e5d8e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 28 May 2007 17:07:54 -0400
Subject: [PATCH] Added getmail module.
---
interface/web/mail/lib/module.conf.php | 46 ++++++++++++++++++++++++++++++++++++----------
1 files changed, 36 insertions(+), 10 deletions(-)
diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index d5f1c7a..a7c7e1c 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -4,7 +4,7 @@
'title' => 'Email',
'template' => 'module.tpl.htm',
'navframe_page' => '',
- 'startpage' => 'mail/index.php',
+ 'startpage' => 'mail/mail_domain_list.php',
'tab_width' => '',
'nav' =>
array (
@@ -48,7 +48,7 @@
array (
'title' => 'Email Routing',
'target' => 'content',
- 'link' => '',
+ 'link' => 'mail/mail_transport_list.php',
),
),
),
@@ -70,15 +70,41 @@
'target' => 'content',
'link' => 'mail/mail_blacklist_list.php',
),
- 2 =>
- array (
- 'title' => 'Spamfilter',
- 'target' => 'content',
- 'link' => 'mail/mail_spamfilter_list.php',
- ),
),
),
2 =>
+ array (
+ 'title' => 'Spamfilter',
+ 'open' => 1,
+ 'items' =>
+ array (
+ 0 =>
+ array (
+ 'title' => 'Whitelist',
+ 'target' => 'content',
+ 'link' => 'mail/spamfilter_whitelist_list.php',
+ ),
+ 1 =>
+ array (
+ 'title' => 'Blacklist',
+ 'target' => 'content',
+ 'link' => 'mail/spamfilter_blacklist_list.php',
+ ),
+ 2 =>
+ array (
+ 'title' => 'User',
+ 'target' => 'content',
+ 'link' => 'mail/spamfilter_users_list.php',
+ ),
+ 3 =>
+ array (
+ 'title' => 'Policy',
+ 'target' => 'content',
+ 'link' => 'mail/spamfilter_policy_list.php',
+ ),
+ ),
+ ),
+ 3 =>
array (
'title' => 'Fetchmail',
'open' => 1,
@@ -86,9 +112,9 @@
array (
0 =>
array (
- 'title' => 'Fetchmail Accounts',
+ 'title' => 'Fetchmail',
'target' => 'content',
- 'link' => 'mail/fetchmail_list.php',
+ 'link' => 'mail/mail_get_list.php',
),
),
),
--
Gitblit v1.9.1