Assuming you are using the Stock Templates you can edit the file named
dropdown.cgi in your \IMail\web folder
On line 53 to 60 you need to replace the following code
<!--IMAIL.BeginIfListAdminOrOwner-->
<OPTION
VALUE="listadm1.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.UserID-->&mbx=<!--IMAI
L.CurrentMailBox-->">List Administration</OPTION>
<OPTION VALUE="#"></OPTION>
<!--IMAIL.ElseBeginIfListAdminOrOwner-->
<!--IMAIL.BeginIfAnyAdmin-->
<OPTION VALUE="#"></OPTION>
<!--IMAIL.EndBeginIfAnyAdmin-->
<!--IMAIL.EndBeginIfListAdminOrOwner-->
With this
<!--IMAIL.BeginIfSystemAdmin-->
<OPTION
VALUE="listadm1.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.UserID-->&mbx=<!--IMAI
L.CurrentMailBox-->">List Administration</OPTION>
<!--IMAIL.EndBeginIfSystemAdmin-->
<!--IMAIL.BeginIfAnyAdmin-->
<OPTION VALUE="#"></OPTION>
<!--IMAIL.EndBeginIfAnyAdmin-->
This will limit the List Admin Option in the drop down so it only shows for
System Admins.
Host or List Admins will not have the option anymore.
Just a note, the line numbers of the code you need to change will be
different if you are using a version of IMail other than IMail 8
Mike Barber
Software Tester
Ipswitch, Inc.
----- Original Message -----
From: "A. Clausen" <[EMAIL PROTECTED]>
To: "IMail Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 22, 2003 12:46 PM
Subject: [IMail Forum] Turning Off Mailing Lists
> We want to start permitting our customers to administrate their own mail
> domains by giving them Host Admin permissions. One big problem is that we
> don't want them being able to enable mailing lists. Is there any way of
> removing that option?
>
> --
> A. Clausen
>
> [EMAIL PROTECTED]
>
>
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/