|
FWTK Tutorials
Change the Outgoing Mail (SMTP) Server to reflect the fully qualified host.domain name of your firewall followed by a colon and port number to connect to. Example: proxy.yourdomain.com:2010 Do the same for the Incoming Mail (POP3) Server, but use a different port. Example: proxy.yourdomain.com:2009 You will need entries in the /etc/services file to support the ports you choose above as follows: pop-gw 2009/tcp # Firewalled POP3 Service
You will need entries in the /usr/local/etc/netperm-table file to tell
FWTK what you want to do when requests come in on these ports. your.net.address.*
refers to the address range you wish to authorize to this service. host.domain.com
plug-gw:port 2009 your.net.address.* -plug-to host.domain.com -port
110
Lastly, the following lines need to be in your /etc/inetd.conf file: pop-gw stream tcp nowait root /usr/local/etc/plug-gw plug-gw 2009
Todd Tavasci <ttavasci@cnw.com>
|