Preferences
===========

Main tab
--------
  - Resolve hostnames:
     Check this if you want to see human-readable 
     hostnames instead of plain IP-adresses. Please 
     note that name lookups takes some time and the
     program may seem non-responsive if there are many
     connections.

Virtual Users
-------------
  - System UserID:
      Set this to the preferred default system id to use
      when adding new users. This is only a default-value
      and can of course be changed for each user once they
      are added.
  - System GroupID:
      Same as above but the group.
  - Home Directory:
      This is the default choise for home-directory when creating a
      new user. As with the system ids, this is only a 
      default and can be changed on a per-user basis.
      
External
--------      
Note: These options are autodeteced when PureAdmin is launched for the first time so there shouldn't be any need to change them unless something changes with the PureFTPd installation.
* User Management
  - Pure-pw command:
      The name of the pure-pw command, with optional full 
      path.
  - Default password file:
      The password-file to use when adding users. If not 
      explicity changed when pureftpd was installed, use 
      /etc/pureftpd.passwd
  - Default puredb-file:
      The binary version of the above file. This is the file 
      that the ftpserver is using. Set to /etc/pureftpd.pdb 
      if unsure.
  - Character encoding:
      If you want to use non-ASCII characters in your usernames
      you must make sure that you use a character encoding that
      your ftp clients understand.
       
      By default, pureadmin will use the encoding that you run
      for the rest of your system (try run 'locale' to find out),
      but this may cause trouble with your ftp-clients.
      It is recommended that you do not use non-ASCII characters
      in your usernames.
      
* Logging
  - Logging method:
      Choose the method that PureFTPd uses for logging. If 
      unsure, try syslog, and the file /var/log/messages. 
      You can check the method by checking the startup script 
      and/or configuration-file for PureFTPd.
  - Logfile:
      The file that should be watched for logging. 
      Defaults are
        /var/log/messages     (syslog)
        /var/log/pureftpd.log (custom)
        
