Ideco Gateway 2.5.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ideco Gateway 2.5.6 (Default branch)
# 1  
Old 10-13-2008
Ideco Gateway 2.5.6 (Default branch)

ImageIdeco Gateway provides the users of corporatenetworks with controlled and secure access to theInternet. It maintains a database of users of thecorporate network. It guards the enterprise'sservers and workstations against attacks from theInternet. It filters traffic and blocks unwantedadvertising. It can connect remote departments andemployees. And it can analyze network traffic andset restrictions for the users.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies
Login or Register to Ask a Question
pygn2m(1)						    Python Gateway news to mail 						 pygn2m(1)

NAME
pygn2m - Python Gateway news to mail SYNOPSIS
pygs -t recipient@domain1 -s sender@domain2 [ -e envelope@domain3 ] [ -h ] DESCRIPTION
IMPORTANT: this man page is to be continued. The Whole pyg gateway is in devel. state. try -h option for more detailed option. pygn2m reads from stdin a nntp article, sending it to recipient@domain1 a rfc822 compliant email setting Resent-Sender: sender@domain2 and envelope envelope@domain3 if exists, else sender@domain2. If pygn2m reads from stdin a sigle line starting with /, it is considered an absolute path to an article (ie in a spool), so pygn2m will open and read it. EXAMPLES
There is some documetation in /urs/share/doc/pyg I created mailgate user (moderator of local.moderated ng). Every article posted in local.moderated is sent to mailgate, in its .procmailrc I've put: :0 bhc * ^To: *local-moderated | $HOME/pygs -t kalfa@localhost -e mailgate@students.cs.unibo.it -s 'cosimo@students.cs.unibo.it' where kalfa@localhost is the recipient (usually a mailing list) Here is an header extract from kalfa@localhost mbox: From mailgate@students.cs.unibo.it From: whosentnntparticle@domain4 To: kalfa@localhost Resent-Sender: cosimo@students.cs.unibo.it note that sender and envelope are different. rfc822 says that Sender: have to be a human user (not a program or similia). envelope can mailgate user. AUTHOR
Cosimo Alfarano <alfarano@students.cs.unibo.it> BUGS
Boh. send any bug to the author, please. Sun Sep 12 22:40:00 CEST 2000 pygn2m(1)