home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wrpdis20.zip / GETMAIL.INI < prev    next >
INI File  |  1995-10-23  |  4KB  |  86 lines

  1. [getmail]
  2.  
  3.  
  4. #######################################################################
  5. # new lines in INI file for version 1.34
  6. #
  7. # mail_forward_option = YES     you have subscribed to Demon's mail forwarding
  8. #                               option, and thus mail addressed to domains
  9. #                               other than the local hostname may be received
  10. #                       <other> (default) no mail forwarding option
  11. mail_forward_option = YES
  12.  
  13. # mail_forward_file  file which contains a list, one per line, of all the
  14. #                    possible domains that mail might be addressed to, other
  15. #                    than the local hostname.  This file is ignored if the
  16. #                    mail_forward_option is not set to YES
  17. mail_forward_file = d:\demon\mailfwd.lst
  18.  
  19. #######################################################################
  20. # new lines in INI file for version 1.31
  21. #
  22. # queue_messages = YES     send messages to a control program via queues
  23. #                  <other> don't use queues to send any messages
  24. queue_messages = NO
  25.  
  26. # queue_name     unique queue name to use, WARPDIS is recommended
  27. queue_name = WARPDIS
  28.  
  29. #######################################################################
  30. # new lines in INI file for version 1.26
  31. #
  32. # prm_deliver     YES     deliver to prm mailbox defined by prm_root
  33. #                 <other> don't deliver to prm mailbox
  34. #  note: make sure to change this to NO if you are not planning on using
  35. #  Post Road Mailer to read your mail
  36. prm_deliver = NO
  37.  
  38. # prm_root        Any mail for Post Road Mailer inbaskets are written to
  39. #                 subdirectories of this directory.  For example, if this
  40. #                 were set to c:\pop3d\mail, then any mail for the 'alex'
  41. #                 mailbox would be written into c:\pop3d\mail\alex - if
  42. #                 this latter directory doesn't exist, then the mail is
  43. #                 written into the prm_root directory.
  44. prm_root = c:\pop3d\mail
  45.  
  46. #######################################################################
  47. # lines upto and including version 1.25
  48. #
  49. # ka9q_deliver    YES     deliver to ka9q style mailbox
  50. #                 <other> don't deliver to ka9q style mailbox
  51. ka9q_deliver = YES
  52.  
  53. # pop_deliver     YES     deliver to pop mailbox defined by pop_mailbox
  54. #                 <other> don't deliver to pop mailbox
  55. #  note: make sure to change this to NO if you are not planning on using
  56. #  POP3D and PMMAIL to read your mail
  57. pop_deliver = NO
  58.  
  59. # pop_mailbox     subdirectory where pop mail files are written
  60. pop_mailbox = c:\pop3d\mail\alex
  61.  
  62. # mailbox         subdirectory where ka9q mail files are written
  63. mailbox = d:\demon\spool\mail
  64.  
  65. # logfile         file into which errors and progress messages are written
  66. logfile = d:\demon\getmail.log
  67.  
  68. # mail_wav        WAV file played upon mail arrival if notify=2
  69. mail_wav = d:\demon\mail.wav
  70.  
  71. # notify = 0      do nothing to indicate arrival of mail
  72. #          1      beep upon mail arrival
  73. #          2      play mail_wav to indicate arrival of mail (requires MMOS2)
  74. #
  75. notify = 1
  76.  
  77. # aliasfile       ka9q alias file for redirecting incoming mail
  78. #                 details refer to the ka9q documentation.
  79. aliasfile = d:\demon\alias.
  80.  
  81. # mqueue          directory where outgoing mail is put for onward delivery
  82. mqueue = d:\demon\spool\mqueue
  83.  
  84. # sequence        file storing number to be used for next outgoing file
  85. sequence = d:\demon\spool\mqueue\sequence.seq
  86.