OPT_PFTPD='no'                                 # install pftpd: yes or no

PFTPD_PORT='21'                                # port the server should listen
PFTPD_NUM_OF_CLIENTS='5'                       # number of clients
PFTPD_MAX_CON_PER_IP='1'                       # 2 clients per ip
PFTPD_TIMEOUT='5'                              # timeout in minutes
PFTPD_AVOID_DNS='yes'                          # avoid host name resolution
PFTPD_LIMIT='95'                               # no upload if 95% of target are full
PFTPD_BANDWIDTH=':15'                          # upload:download ( :15 means Upload full and download 15kb/s ) if not wanted leave it empty
PFTPD_LOG='yes'                                # enable log
PFTPD_LOG_FORMAT='stats'                       # Options are clf, stats or w3c
PFTPD_LOG_PATH='/var/log/pureftpd.log'         # Path to Logfile

PFTPD_PASSWD_FILE='/data/conf/pureftpd.passwd' # Passwordfile (should be stored on a hd)

PFTPD_DEFAULT_FTP_PATH='/data/ftp'             # Base FTP Path. Without ending trailing slash!

PFTPD_VUSER_N='0'                              # number of virtual-users
PFTPD_VUSER_1='user1'                          # name of the 1st user
PFTPD_VPASS_1='passwd1'                        # password of the 1st user
PFTPD_VDIR_1='/data/ftp/user1'                 # directory of the 1st user
PFTPD_VUSER_2='user2'                          # name of the 2nd user
PFTPD_VPASS_2='passwd2'                        # password of the 2nd user
PFTPD_VDIR_2='/data/ftp/user2'                 # directory of the 2nd user
PFTPD_ALLOW_SYSTEM_USER='no'                   # allow system user to log in

OPT_PFTPD_CONTROL='yes'                        # install HTTP_GUI

PFTPD_EXPERT='no'                              # if expert mode is enabled only expertswitches will be used.
PFTPD_EXPERT_SWITCHES=''                       # for experienced pure-ftpd-users see Docu at www.pureftpd.org
