##-----------------------------------------------------------------------------
## multiproxy.txt - fli4l configuration parameters                  2.0.4
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     18.05.2002  TbM
## Last Update:  18.05.2002  TbM
##
## OPT - Copyright (c) 2002 TbM <tbm@freewareseite.de>
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: MULTIPROXY (SMTP, POP3, RSH, FTP - Proxy)
#------------------------------------------------------------------------------
OPT_MULTIPROXY='yes'                 # mp: yes or no

MULTIPROXY_N='1'                     # mp: how many proxy_ports?

# example:
#         now we Accept Connections on 192.168.0.1:25 like you connect
#         directly to mail.gmx.de!
MULTIPROXY_1_PORT='25'               # mp: listen port
MULTIPROXY_1_INTERFACE='192.168.0.1' # mp: interface to accept connections on
MULTIPROXY_1_TODO='exec /usr/local/bin/smtp.proxy mail.gmx.de' # what to do with that port?  dee DOC for more!

# allowed "exec" commands: smtp.proxy pop3.proxy rsh.proxy ftp.proxy
# or use the "server ADDR:PORT" command to directly connect to any Server

# example2:
#         now we open a Time-Server on 192.168.0.1:79
MULTIPROXY_2_PORT='79'
MULTIPROXY_2_INTERFACE='192.168.0.1'
MULTIPROXY_2_TODO='exec /bin/date'
