From bd06baf3a9714c902d20f5aef09cfc13f87a981d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 28 Jan 2010 07:07:14 -0500 Subject: [PATCH] Implemented: FS#1049 - Allow "Login as" also from the client list as it is allready possible from sysuser list. --- interface/web/mail/lib/module.conf.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index 82e7a39..fb31299 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -112,6 +112,10 @@ $items[] = array( 'title' => 'Content Filter', 'target' => 'content', 'link' => 'mail/mail_content_filter_list.php'); + + $items[] = array( 'title' => 'Relay Recipients', + 'target' => 'content', + 'link' => 'mail/mail_relay_recipient_list.php'); $module['nav'][] = array( 'title' => 'Global Filters', 'open' => 1, -- Gitblit v1.9.1