Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - Tool request: Remote administration
  FAQ FAQ  Forum Search   Register Register  Login Login

Tool request: Remote administration

 Post Reply Post Reply
Author
BillStewart View Drop Down
Newbie
Newbie


Joined: 28 January 2005
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote BillStewart Quote  Post ReplyReply Direct Link To This Post Topic: Tool request: Remote administration
    Posted: 12 March 2004 at 5:13pm

Hi Roberto,

It would be really helpful if we could have a way of remotely administering the SpamFilter server other than using a remote control tool to get to the server's console.

Regards,

Bill Stewart

Back to Top
Sean View Drop Down
Groupie
Groupie
Avatar

Joined: 21 February 2005
Location: United States
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sean Quote  Post ReplyReply Direct Link To This Post Posted: 12 March 2004 at 6:17pm
How about using the Web Access? You can modify the release ASP pages to include all messages, as well as create a way to modify the filter list.
Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post Posted: 13 March 2004 at 10:02am

Bill,

As Sean states, there is not much that can not be done VIA web interface.  Even the the settings that are set only in the GUI, can ve changed in the ini file and then a service restart issued.  We manage all our instances of SpamFilter totaly through custom ASP pages and a couple of Perl Modules.  The only time I use the actual GUI is during testing of build changes and debug sessions.  Most of the settings that must use the gui to change, are set once and not changed often there after.

Regards,

Dan S.  (SpamFilter User)

Back to Top
BillStewart View Drop Down
Newbie
Newbie


Joined: 28 January 2005
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote BillStewart Quote  Post ReplyReply Direct Link To This Post Posted: 15 March 2004 at 4:23pm

The problem is that I don't have a web server (nor do I need one or want one), and I don't really have time to write my own remote administration interface. I think this functionality should be a part of the package.

Regards,

Bill

Back to Top
Sean View Drop Down
Groupie
Groupie
Avatar

Joined: 21 February 2005
Location: United States
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sean Quote  Post ReplyReply Direct Link To This Post Posted: 17 March 2004 at 6:01pm
Well the Web Access is available from Logsat, it was on their main download page. Out of the box its nice for users, but as you said, custom work takes time. Also, since you are most likely running this on NT 4.0 or Win2000 or Win2003 you most likely already have the web server running and may not know it. Take a look at Microsoft IIS. That's the web server. Let me know if you have any questions.
Back to Top
BillStewart View Drop Down
Newbie
Newbie


Joined: 28 January 2005
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote BillStewart Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2004 at 9:51am

Sean wrote:

Well the Web Access is available from Logsat, it was on their main download page. Out of the box its nice for users, but as you said, custom work takes time.

Sure -- time I don't have. And I don't think I should have to write it anyway.

Also, since you are most likely running this on NT 4.0 or Win2000 or Win2003 you most likely already have the web server running and may not know it. Take a look at Microsoft IIS. That's the web server.

I know what IIS is and what a web server is. I am not running it on purpose because I have no need to do so. I do not want to open my network to vulnerabilities just so I can have an administration interface for SpamFilter. I believe that is unnecessary and that this functionality should be provided as part of the product. Hence the feature request.

Regards,

Bill

Back to Top
Sean View Drop Down
Groupie
Groupie
Avatar

Joined: 21 February 2005
Location: United States
Status: Offline
Points: 81
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sean Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2004 at 12:16pm

Bill,

I wasn't declaring your lack of knowledge of Microsoft IIS, I was just tryinig to help. Anyways here's another possible solution, best part is it is free. Let me know if it helps.

Anyone else looking for a way to remote Admin SpamFilterISP should also take a look at this. It might help.

Please check out: RealVNC

http://www.realvnc.org

Basically it's an open souorce PCAnyWhere solution.

 

-Sean

Back to Top
BillStewart View Drop Down
Newbie
Newbie


Joined: 28 January 2005
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote BillStewart Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2004 at 3:00pm

Hi Sean,

No offense taken. :-) Right now I am actually using a Windows-only variant of VNC called UltraVNC. But that's not the sort of solution I am looking for. Using remote control is pretty clumsy at best. I'd much prefer an actual remote administration console of some sort.

Regards,

Bill

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 18 March 2004 at 4:03pm

Bill,

This has been discussed extensively in the forum. Unfortunately Windows 2000 Terminal Services do not allow to see the server's console, and thus the admin GUI is not visible with Terminal Services under that OS. Windows 2003 Terminal Services do not have that limitation, and for NT4, any remote utility which allows access to the server's desktop will show the admin GUI.

SpamFilter is very flexible in allowing administrator use various tools of their preference to make remote changes to the settings. We have purposely left this open as some users will want to access the config files using the web, other will see this as a security risk and will access them thru the network. Other yet write batch jobs to update their config files from nightly exports of their 3rd party applications. Out of the box we offer a GUI on the server itself to make all necessary configurations. If users want more we designed the system to (we hope) be as customizeable as possible.

Roberto F.
LogSat Software

Back to Top
BillStewart View Drop Down
Newbie
Newbie


Joined: 28 January 2005
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote BillStewart Quote  Post ReplyReply Direct Link To This Post Posted: 25 March 2004 at 2:25pm

Roberto wrote:

This has been discussed extensively in the forum. Unfortunately Windows 2000 Terminal Services do not allow to see the server's console, and thus the admin GUI is not visible with Terminal Services under that OS. Windows 2003 Terminal Services do not have that limitation, and for NT4, any remote utility which allows access to the server's desktop will show the admin GUI.

Hi Roberto,

Yes, I am aware of all this, but what I'm suggesting is that you all create a GUI tool to configure a SpamFilter server that's not on the current machine. Not everyone wants to run IIS and, on top of that, write their own administration interface. Also, remote GUI access, while my only option right now, is not the best enterprise-wide solution.

Regards,

Bill

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post Posted: 25 March 2004 at 11:08pm

Hi Bill,

As SpamFilter progresses, we'll try to store all of the settings in a database, which will make remote administration simpler. I do not have any time estimates on this though.

Roberto F.
LogSat Software

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.195 seconds.