Annotation of pgp/config.txt, revision 1.1.1.7

1.1.1.7 ! root        1: # Sample config.txt file for PGP 2.6.2.
1.1.1.6   root        2: # Blank lines are ignored, as is anything following a '#'.
                      3: # Keywords are not case-sensitive.  
                      4: # Whatever appears in here can be overridden on the command line,
                      5: # by specifying (for example) "+armor=on".
                      6: 
                      7: # MyName is substring of default user ID for secret key to make signatures.
                      8: # If not set, PGP will use the first key on your secret keyring (the last
                      9: # key you created) if you don't specify the user with -u
                     10: # MyName = "John Q. Public"
                     11: 
                     12: # The language we will be using for displaying messages to the user.  
                     13: #
                     14: # Available languages:
                     15: #   en = English (default), es = Spanish, fr = French, 
                     16: #   de = German, it = Italian, br = Brazilian portuguese
                     17: #
                     18: # Languages not yet available:
                     19: #   esp = Esperanto, lv = Latvian, lt3 = Lithuanian,
                     20: #   ru = Russian, nl = Dutch, #   fi = Finnish,
                     21: #   hu = Hungarian, no = Norwegian, pt = Portugese,
                     22: #   sv = Swedish, da = Danish, is = Icelandic,
                     23: #   zh = Chinese, ko = Korean, ar = Arabic, iw = Hebrew,
                     24: #   el = Greek, tr = Turkish, ja = Japanese
                     25: #
                     26: # Most of these codes are the ISO 639-1988 2-letter "Codes for
                     27: # Representation of Names of Languages"
                     28: # 
                     29: Language = en
                     30: 
                     31: # Character set for displaying messages and for conversion of text files.
                     32: # If you set this variable to cp850, ascii or alt_codes, PGP will do
                     33: # character set conversions if TextMode = on or if you specify the -t
                     34: # option when encrypting or signing a file.
                     35: # 
                     36: # Available character sets:
                     37: #   latin1, cp850, alt_codes, koi8, ascii
                     38: #
                     39: # For MSDOS with a standard character set you should use cp850 to get
                     40: # correct character translations.  Russian character sets for MSDOS are
                     41: # usually alt_codes.
                     42: #
                     43: # The default for CharSet is "noconv" which means no character conversion.
                     44: # Note that noconv, latin1, and koi8 are all treated as equivalent.
                     45: #
                     46: # CharSet = cp850
                     47: 
                     48: # TMP is the directory name for PGP scratch files, usually a RAM disk.
                     49: # TMP = "e:\"     # Can be overridden by environment variable TMP
                     50: 
                     51: # Pager is the file viewing program used for viewing messages with -m
                     52: # If not set or set to "pgp", a built-in pager will be used.  The pager set
                     53: # in config.txt will override the environment variable PAGER.
                     54: # Pager = "list"
                     55: 
                     56: # ArmorLines is the maximum number of lines per packet when creating a
                     57: # transport armored file.  Set to 0 to disable splitting in parts.
                     58: Armorlines = 720
                     59: 
                     60: # The following commented-out settings are *not* the defaults.
                     61: # Uncomment (remove the leading "#" character) them to get the
                     62: # non-default behaviour indicated.
                     63: 
                     64: # Armor = on          # Use -a flag for ASCII armor whenever applicable
                     65: # TextMode = on       # Attempt to use -t option where applicable
1.1.1.7 ! root       66: clearsig = on       # Use unarmored plaintext for unencrypted signed message
1.1.1.6   root       67: # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
1.1.1.7 ! root       68: # verbose = 2         # verbose diagnostic messages
        !            69: # verbose = 0         # be quiet
1.1.1.6   root       70: # compress = off      # off means suppress compression to aid debugging
                     71: # showpass = on       # Echo password when user types it
                     72: 
                     73: 
                     74: # BakRing is the path to a backup copy of your secret keyring, usually
                     75: # on floppy disk.  Your secret keys will be compared with the backup copy
                     76: # when doing a keyring check (pgp -kc)
                     77: # BakRing = "a:\secring.pgp"
                     78: 
                     79: # Number of completely trusted signatures needed to make a key valid.
                     80: Completes_Needed = 1
                     81: 
                     82: # Number of marginally trusted signatures needed to make a key valid.
                     83: Marginals_Needed = 2
                     84: 
                     85: # How many levels of introducers may introduce other introducers.
                     86: Cert_Depth = 4
                     87: 
                     88: # TZFix is hours to add to time() to get GMT, for GMT timestamps.
                     89: # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
                     90: # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
                     91: # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
                     92: # However, if your MSDOS environmental variable TZ is properly defined 
                     93: # for your timezone, you can leave TZFix=0.  Unix systems probably 
                     94: # shouldn't need to worry about setting TZFix.
                     95: # TZFix = 0
                     96: 
                     97: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.