home *** CD-ROM | disk | FTP | other *** search
- ;
- ; ROUTE.FD
- ;
- ; Simple FrontDoor route file
- ;
-
- NO-ROUTE MYNET ; Send mail to systems in our net directly
- ; Mail to systems outside our net is host-
- ; routed (as is the default).
- HOLD !CM ; Hold mail to systems that aren't capable
- ; of receiving mail 24 hours/day.
-
-
- ;
- ; The default, or @, event
- ;
- SCHEDULE @ *
-
- ;
- ; The nightly mail, or M, event.
- ;
- ; You must create an event with TAG M in FDSETUP before this will
- ; serve any purpose. If you are active in a public network, this
- ; event is typically used for ZMH (Zone Mail Hour).
- ;
- SCHEDULE M *
- UNHOLD !CM ; Send mail to all systems (this reverses
- ; the effect of "HOLD !CM" at the top of
- ; the file).
-
- ; end of file "ROUTE.FD"
-