home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ffemal06.zip / FFeMail.ini < prev    next >
Text File  |  1999-12-18  |  3KB  |  91 lines

  1. #/************************************************************************/
  2. #/*                                                                      */
  3. #/*   Program: FFeMail.ini                                               */
  4. #/*                                                                      */
  5. #/*   Purpose: Configure accounts & other stuff for FFeMail.exe          */
  6. #/*                                                                      */
  7. #/*                                                                      */
  8. #/* Copyright: 1999 by J R Casey Bralla                                  */
  9. #/*            http://www.NerdWorld.org/ffemail.html                     */
  10. #/*                                                                      */
  11. #/*            See README.NOW for additional info                        */
  12. #/*                                                                      */
  13. #/*            See Shamlss.plg for a shameless advertisement             */
  14. #/*                                                                      */
  15. #/************************************************************************/
  16. #
  17. #
  18. #
  19. #
  20. #
  21. #
  22. #  Everything preceeded by a "#" is ignored
  23. #   (Blank lines ignored, also)
  24. #   (Items separated by spaces.  Extra spaces don't have any effect.)
  25. #
  26. #
  27. #  All items can appear in any order
  28. #
  29.  
  30.  
  31.  
  32.  
  33. #
  34. #
  35. #  Basic Programming Directives
  36. #
  37.  
  38. MailServer: Mail.NerdWorld.org         #  The server which will accept forwarded mail
  39.                                        #   (This is your normal mail handler)
  40.  
  41. SleepTime:  5                          #  Number of minutes between cycles  (0 = run once)
  42.                                        #    (Value 0 = 60)
  43.  
  44. Verbosity: 1                           #  The amount of info logged to FFeMail.log
  45.                                        #  0 = no program info.
  46.                                        #  1 = Basic logging
  47.                                        #  4 = Absolutely nutz-o-matic
  48.  
  49.  
  50. FixSubject: YES                        #  Add source info to Subject line
  51.                                        #  Ex:  "Good Times" becomes "{testaccount} Good Times"
  52.  
  53.  
  54. KeepMessages: NO                       #  Keep messages on orignal server, or delete after forwarding
  55.                                        #   Default = delete after forwarding
  56.  
  57.  
  58.  
  59. Registration: Unregistered!            #  Code to indicate this program has been registered
  60.                                        #   NOTE:  No RESTRICTIONS in unregistered version
  61.                                        #          But I'd like to hear from you, please!
  62.  
  63.  
  64. #
  65. #
  66. #
  67. #   Mail Forwarding Instructions
  68. #
  69. #  One per line.  Use as many lines as desired.
  70. #
  71. #  Format as follows
  72. #
  73. #  FetchData FetchServer  FetchUserName FetchPassword  ForwardAddress
  74. #
  75. # Example:
  76. #
  77. #       FetchData: Mail.NerdWorld.org testaccount testing  vorlon@NerdWorld.org
  78. #
  79. #       This picks up mail for Testaccount@NerdWorld.org from the POP3 server at Mail.NerdWorld.org
  80. #          (The UserName name is "testaccount", and has the password "testing")
  81. #       It forwards it to "vorlon@NerdWorld.org
  82. #
  83. #
  84.  
  85.  
  86. FetchData: Mail.NerdWorld.org  testaccount  testing    ffemail@NerdWorld.org
  87.  
  88.  
  89.  
  90.  
  91.