tcpproxy.conf
上传用户:julian
上传日期:2007-01-04
资源大小:22k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. #
  2. # /etc/tcpproxy.conf - sample configuration
  3. #
  4. # This sample configuration assumes that you have
  5. #
  6. #   - an access server with two network interfaces, with
  7. #   - the network 192.168.1.1/24 on the inner side, and
  8. #   - the IP number 192.44.100.7 on the outer side
  9. #
  10.  
  11. #
  12. # Define SMTP proxys ...
  13. #
  14. port 25
  15.   # ... for outgoing ...
  16.   #
  17.   interface 192.168.1.1
  18.     server mailrelay.provider.com
  19.   # ... and incoming email.
  20.   #
  21.   interface 192.44.100.7
  22.     server mail.internal.com
  23.   # In the case you want to protect your local mail server with
  24.   # an application gateway against buffer overflows or relay usage
  25.   # use
  26.   #
  27.   #  interface 192.44.100.7
  28.   #    exec /usr/local/sbin/smtp.proxy -r @internal.com mail.internal.com
  29.   #
  30. #
  31. # We run an internal POP3 server ...
  32. #
  33. port 110
  34.   #
  35.   # ... which is accessable from the outside, but only through
  36.   # an application gateway.
  37.   #
  38.   interface 192.44.100.7
  39.     exec /usr/local/sbin/pop3.proxy mail.internal.com
  40. #
  41. # There are also NNTP-Servers on the outside
  42. #
  43. port 119
  44.    interface 192.168.1.1
  45.      server nntp.provider.com
  46.     
  47.    interface 192.168.2.1
  48.      server nntp.other-provider.com
  49. #
  50. # We also have an external NETBIOS server
  51. #
  52. port 139
  53.   interface 192.168.1.1
  54.     server fileserver.my-company.com
  55.     timeout 0