home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / hmail013.zip / hmailer.cf next >
Text File  |  1996-06-09  |  872b  |  32 lines

  1. #
  2. # hmailer.cf configuration file
  3. #
  4. # Lines beginning with a pound symbol are comments
  5. #
  6. # Place this file in your ETC directory or define
  7. # an environment variable HMAILER to use an alternate
  8. # location. The filename must be "hmailer.cf"
  9. #
  10.  
  11. # The number of recipients grouped together. Default: 64
  12. MaxRcpts 64
  13.  
  14. # The maximum length of an email address. Default: 128
  15. AddrSize 128
  16.  
  17. # The number of times to retry mailing. Default: 96
  18. Retrys 96
  19.  
  20. # The amount of time to wait between retry attempts. Default 15
  21. # In minutes
  22. SleepTime 15
  23.  
  24. # Flag to control if the file containing email addresses is 
  25. # deleted. Set to "no" to not delete the file. Default: delete the file
  26. DeleteNameFile yes
  27.  
  28. # Flag to control if the file containing the email message is
  29. # deleted. Set to "no" to not delete the file. Default: delete the file
  30. DeleteMsgFile yes
  31.  
  32.