Annotation of 43BSD/usr.lib/sendmail/cf.named/boilerplate.m4, revision 1.1

1.1     ! root        1: divert(10)
        !             2: #
        !             3: #  Sendmail
        !             4: #  Copyright (c) 1983  Eric P. Allman
        !             5: #  Berkeley, California
        !             6: #
        !             7: #  Copyright (c) 1983 Regents of the University of California.
        !             8: #  All rights reserved.  The Berkeley software License Agreement
        !             9: #  specifies the terms and conditions for redistribution.
        !            10: #
        !            11: #      @(#)boilerplate.m4      1.1 (Berkeley) 8/8/85
        !            12: #
        !            13: divert(0)
        !            14: ######################
        !            15: #   Special macros   #
        !            16: ######################
        !            17: 
        !            18: # my name
        !            19: DnMAILER-DAEMON
        !            20: # UNIX header format
        !            21: DlFrom $g  $d
        !            22: # delimiter (operator) characters
        !            23: Do.:%@!^=/[]
        !            24: # format of a total name
        !            25: Dq$g$?x ($x)$.
        !            26: # SMTP login message
        !            27: De$j Sendmail $v/$Z ready at $b
        !            28: 
        !            29: # forwarding host -- redefine this if you can't talk to the relay directly #
        !            30: DF$R
        !            31: 
        !            32: ###############
        !            33: #   Options   #
        !            34: ###############
        !            35: 
        !            36: # location of alias file
        !            37: OA/usr/lib/aliases
        !            38: # wait up to ten minutes for alias file rebuild
        !            39: Oa10
        !            40: # substitution for space (blank) characters
        !            41: OB.
        !            42: # (don't) connect to "expensive" mailers
        !            43: #Oc
        !            44: # default delivery mode (deliver in background)
        !            45: Odbackground
        !            46: # temporary file mode
        !            47: OF0600
        !            48: # default GID
        !            49: Og1
        !            50: # location of help file
        !            51: OH/usr/lib/sendmail.hf
        !            52: # log level
        !            53: OL9
        !            54: # default network name
        !            55: ONARPA
        !            56: # default messages to old style
        !            57: Oo
        !            58: # queue directory
        !            59: OQ/usr/spool/mqueue
        !            60: # read timeout -- violates protocols
        !            61: Or2h
        !            62: # status file
        !            63: OS/usr/lib/sendmail.st
        !            64: # queue up everything before starting transmission
        !            65: Os
        !            66: # default timeout interval
        !            67: OT3d
        !            68: # time zone names (V6 only)
        !            69: OtPST,PDT
        !            70: # default UID
        !            71: Ou1
        !            72: # wizard's password
        !            73: OW*
        !            74: # load average at which we just queue messages
        !            75: Ox8
        !            76: # load average at which we refuse connections
        !            77: OX12
        !            78: 
        !            79: ###########################
        !            80: #   Message precedences   #
        !            81: ###########################
        !            82: 
        !            83: Pfirst-class=0
        !            84: Pspecial-delivery=100
        !            85: Pbulk=-60
        !            86: Pjunk=-100
        !            87: 
        !            88: #####################
        !            89: #   Trusted users   #
        !            90: #####################
        !            91: 
        !            92: Troot
        !            93: Tdaemon
        !            94: Tuucp
        !            95: Teric
        !            96: Tnetwork
        !            97: 
        !            98: #########################
        !            99: #   Format of headers   #
        !           100: #########################
        !           101: 
        !           102: H?P?Return-Path: <$g>
        !           103: HReceived: $?sfrom $s $.by $j ($v/$Z)
        !           104:        id $i; $b
        !           105: H?D?Resent-Date: $a
        !           106: H?D?Date: $a
        !           107: H?F?Resent-From: $q
        !           108: H?F?From: $q
        !           109: H?x?Full-Name: $x
        !           110: HSubject:
        !           111: # HPosted-Date: $a
        !           112: # H?l?Received-Date: $b
        !           113: H?M?Resent-Message-Id: <$t.$i@$j>
        !           114: H?M?Message-Id: <$t.$i@$j>
        !           115: 

unix.superglobalmegacorp.com

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