home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bsmtp43a.zip / BSmtp.Cfg next >
Text File  |  2000-05-07  |  1KB  |  49 lines

  1. # Config File for BSmtp/2 v0.4
  2. #
  3. # all lines beginning with '# ' or '; ' (and completely empty lines with even
  4. # no spaces) are comments (one space has to follow the '#'/';' if more
  5. # (comment) information follows in this line)
  6. # ----------------------------------------------------------------------------
  7.  
  8. # hostname and port of the mailserver to feed (can be overridden on the
  9. # command line)
  10. hostname ararat.qumran.org
  11. port 25
  12.  
  13. # timeout for the server in ms. Recommended is 1000 - if your remote is very
  14. # slow, you may increase the timeout (e.g. to 5000)
  15. timeout 5000
  16.  
  17. # Do you want DebugInfo to be created (refer to the manual) ?
  18. # debug
  19.  
  20. # which logfile to use? [Drive:\][Path\]<File>
  21. logfile BSmtp.Log
  22.  
  23. # where to store bad messages? [Drive:\]<Path> without trailing backslash
  24. badmaildir BadMail
  25.  
  26. # what is your local domain (refer to the manual)?
  27. localdomain qumran.org
  28.  
  29. # use the internal MajorDomo?
  30. majordomo
  31.  
  32. # configuration file for MajorDomo mailing lists
  33. listfile maillist.cfg
  34.  
  35. # What should be logged?
  36. # + initial info ("basic")
  37. # - some additional info (what msgs are processed)
  38. # ! errors
  39. # # file i/o
  40. # x some additional info of minor interest (almost debug)
  41. # $ debug info
  42. loglevel !+-#x$
  43.  
  44. # Same for 'ScreenLogging':
  45. scrlevel !+-#x$
  46.  
  47. # delete BSmtp infile if all msgs sent successfully?
  48. deletepkt
  49.