home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / netx / bm.rc < prev    next >
Text File  |  1987-08-27  |  610b  |  23 lines

  1. ; \bm.rc
  2. ;
  3. ; configuration file for Bdale's Mailer... format is:
  4. ; host <space> this_host_name
  5. ; user <space> this_user_name
  6. ; gate <space> ip_addr_of_smart_mail_gateway
  7. ; edit <space> name_of_editor_for_mail_entry
  8. ; smtp <space> directory where mailboxes are stored
  9. ; zone <space> time zone name
  10. ;
  11. ; *** if no editor is specified, a simple mail entry facility will be used.
  12. ;
  13. ; site-specific configuration
  14. host n3eua.cos.ampr
  15. user bdale
  16. ; gateway function now handled by net.exe's SMTP client
  17. ; gate 44.32.0.1
  18. edit emacs
  19. zone GMT
  20. ;
  21. ; the smtp declaration should be last
  22. smtp /spool/mail
  23.