home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / smail / smail-3.1 / smail-3 / smail-3.1.28 / samples / bigsite / others / config next >
Text File  |  1990-10-24  |  1KB  |  39 lines

  1. #ident "@(#)samples/bigsite/others/config    1.2 10/24/90 05:20:48"
  2.  
  3. # There are a large number of variables which can be set in this
  4. # file.  For a complete description see smail(5).
  5.  
  6. # mode for all of the log files:
  7. log_mode = 0644
  8. message_log_mode = 0644
  9.  
  10. # all of our gateway names (as opposed to proper host names):
  11. more_hostnames=uts.amdahl.com:sdc.amdahl.com:amdahl.com
  12.  
  13. # If something is wrong with the aliases file, use "pat"  as postmaster:
  14. postmaster_address = pat
  15.  
  16. # use sde as smart host
  17. smart_path = bargw
  18. smart_transport = smtp
  19. smart_user = $user@bargw.bar.foo.com
  20.  
  21. # Consider it an error for any configuration files to be missing:
  22. +require_configs
  23.  
  24. # We don't need a transport file, built-in configuration is sufficient
  25. -transport_file
  26.  
  27. # Disallow any group or other access to spool files:
  28. spool_mode = 0600
  29.  
  30. # We are under the following domains:
  31. visible_domains = bar.foo.com
  32.  
  33. # We are the gateway for the bar.foo.com subdomain.  We hide the network
  34. # topology (by default) in outgoing addresses:
  35. visible_name = bar.foo.com
  36.  
  37. # Add one extra precedence: news at the same grade as USENET news traffic
  38. grades = "special-delivery:9:air-mail:A:first-class:C:bulk:a:junk:n:news:d"
  39.