Annotation of pgp/config.txt, revision 1.1.1.8

1.1.1.8 ! root        1: # Sample config.txt file for PGP 2.6.3i.
        !             2: #
        !             3: # Blank lines are ignored, as is anything following a '#'.
        !             4: # Keywords are not case-sensitive.  
        !             5: # Whatever appears in here can be overridden on the command line,
        !             6: # by specifying (for example) "+armor=on".
        !             7: 
        !             8: # MyName is substring of default userid for secret key to make signatures.
        !             9: # If not set, PGP will use the first key on your secret keyring (the last
        !            10: # key you created) if you don't specify the user with -u
        !            11: # MyName = "John Q. Public"
        !            12: 
        !            13: # The language we will be using for displaying messages to the user.  
        !            14: #
        !            15: # Available languages:
        !            16: #   en = English (default)
        !            17: #   es = Spanish, fr = French, de = German, it = Italian,
        !            18: #   sv = Swedish, da = Danish, no = Norwegian, fi = Finnish,
        !            19: #   nl = Dutch, pl = Polish, ru = Russian, el = Greek,
        !            20: #   cz = Czech, ro = Romanian, hu = Hungarian, sr = Serbian,
        !            21: #   br = Brazilian Portuguese, lt = Lithuanian, ja = Japanese
        !            22: #
        !            23: # Language modules may be obtained from:
        !            24: #   http://www.ifi.uio.no/pgp/modules.shtml
        !            25: #   ftp://ftp.ifi.uio.no/pub/pgp/lang/
        !            26: #
        !            27: # Languages not yet available:
        !            28: #   ar = Arabic, iw = Hebrew, tr = Turkish, lv = Latvian, ko = Korean,
        !            29: #   pt = Portugese, is = Icelandic, zh = Chinese, esp = Esperanto
        !            30: #
        !            31: # Most of these codes are the ISO 639-1988 2-letter "Codes for
        !            32: # Representation of Names of Languages"
        !            33: # 
        !            34: Language = en
        !            35: 
        !            36: # Character set for displaying messages and for conversion of text files.
        !            37: # If you set this variable to anything else than latin1, koi8 or noconv,
        !            38: # PGP will do character set conversions if TextMode = on or if you specify
        !            39: # the -t option when encrypting or signing a file.
        !            40: # 
        !            41: # Available character sets:
        !            42: #
        !            43: #   latin1    - ISO-Latin/1      (ISO 8859/1)
        !            44: #   cp850     - IBM codepage 850 (International)
        !            45: #   cp852     - IBM codepage 852 (Eastern Europe)
        !            46: #   cp860     - IBM codepage 860 (Portuguese)
        !            47: #   cp866     - IBM codepage 866 (Russian)
        !            48: #   alt_codes - Cyrillic         (Russian)
        !            49: #   koi8      - Cyrillic         (Russian)
        !            50: #   keybcs2   - KEYBCS 2         (Eastern Europe)
        !            51: #   next      - NeXTSTEP
        !            52: #   mac       - Macintosh
        !            53: #   ascii     - 7-bit ASCII
        !            54: #
        !            55: # For MSDOS with a standard character set you should use cp850 to get
        !            56: # correct character translations.  Russian character sets for MSDOS are
        !            57: # usually alt_codes.
        !            58: #
        !            59: # Note that noconv, latin1, and koi8 are all treated as equivalent.
        !            60: # Also note that cp852 and keybcs2 convert to/from latin2 rather that
        !            61: # latin1.
        !            62: #
        !            63: # CharSet = cp850
        !            64: 
        !            65: # TMP is the directory name for PGP scratch files, usually a RAM disk.
        !            66: # It can be overridden by the environment variable TMP.
        !            67: # TMP = "e:\"
        !            68: 
        !            69: # Pager is the file viewing program used for viewing messages with -m
        !            70: # If not set or set to "pgp", a built-in pager will be used.  The pager set
        !            71: # in config.txt will override the environment variable PAGER.
        !            72: # Pager = "list"
        !            73: 
        !            74: # ArmorLines is the maximum number of lines per packet when creating a
        !            75: # transport armored file.  Set to 0 to disable splitting in parts.
        !            76: ArmorLines = 0
        !            77: 
        !            78: # The following commented-out settings are *not* the defaults.
        !            79: # Uncomment (remove the leading "#" character) them to get the
        !            80: # non-default behaviour indicated.
        !            81: 
        !            82: # Armor = on          # Use -a flag for ASCII armor whenever applicable
        !            83: # TextMode = on       # Attempt to use -t option where applicable
        !            84: # ClearSig = off      # Use ASCII armor even for unencrypted signed messages
        !            85: # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
        !            86: # Verbose = 2         # Verbose diagnostic messages
        !            87: # Verbose = 0         # Be quiet
        !            88: # Compress = off      # Suppress compression to aid debugging
        !            89: # ShowPass = on       # Echo password when user types it
        !            90: # Interactive = on    # Interactively prompt the user when adding keys (-ka)
        !            91: # EncryptToSelf = on  # Encrypt all messages with your own public key
        !            92: # AutoSign = off      # Don't sign new userids
        !            93: # Legal_Kludge = off  # Use backwards-compatible format
        !            94: 
        !            95: # BakRing is the path to a backup copy of your secret keyring, usually
        !            96: # on floppy disk.  Your secret keys will be compared with the backup copy
        !            97: # when doing a keyring check (pgp -kc)
        !            98: # BakRing = "a:\secring.pgp"
        !            99: 
        !           100: # Number of completely trusted signatures needed to make a key valid.
        !           101: Completes_Needed = 1
        !           102: 
        !           103: # Number of marginally trusted signatures needed to make a key valid.
        !           104: Marginals_Needed = 2
        !           105: 
        !           106: # How many levels of introducers may introduce other introducers.
        !           107: Cert_Depth = 4
        !           108: 
        !           109: # TZFix is hours to add to time() to get GMT, for GMT timestamps.
        !           110: # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
        !           111: # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
        !           112: # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
        !           113: # However, if your MSDOS environmental variable TZ is properly defined 
        !           114: # for your timezone, you can leave TZFix=0.  Unix systems probably 
        !           115: # shouldn't need to worry about setting TZFix.
        !           116: # TZFix = 0
        !           117: 
        !           118: # Paths to keyrings and seed file for random generator.
        !           119: # PubRing = "a:\pubring.pgp"
        !           120: # SecRing = "a:\secring.pgp"
        !           121: # RandSeed = "a:\randseed.bin"
        !           122: 
        !           123: # Add optional comment to ASCII armor output.
        !           124: # Comment = "Requires PGP version 2.6 or later."

unix.superglobalmegacorp.com

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