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

PFTPD_PORT='21'                                # port the server should listen
PFTPD_NUM_OF_CLIENTS='5'                       # maximum number of clients
PFTPD_MAX_CON_PER_IP='2'                       # maximum connections per ip
PFTPD_TIMEOUT='5'                              # idle 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, empty means no limits at all)
PFTPD_LOG='yes'                                # enable log
PFTPD_LOG_FORMAT='stats'                       # log format ('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_VLIMIT_SESSIONS_1=''                     # limits: number of concurrent sessions
PFTPD_VLIMIT_IP_1=''                           # limits: allowed IP adresses (if empty, all adresses are allowed)
PFTPD_VLIMIT_TIME_1=''                         # limits: time ('hhmm-hhmm', if empty, login is always possible)

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_VLIMIT_SESSIONS_2=''                     # limits: number of concurrent sessions
PFTPD_VLIMIT_IP_2=''                           # limits: allowed IP adresses (if empty, all adresses are allowed)
PFTPD_VLIMIT_TIME_2=''                         # limits: time ('hhmm-hhmm', if empty, login is always possible)

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

PFTPD_ALLOW_SYMLINKS='no'                      # use version with --with-virtualchroot option set

PFTPD_ONLY_IPV4='yes'                          # only listen on IPv4 addresses
