home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / POP3D09A / POP3D.CFG < prev    next >
Text File  |  1997-06-18  |  2KB  |  54 lines

  1. #######################################################################
  2. #                      Config file for POP3D/2                        #
  3. #######################################################################
  4. #   DEBUG_LEVEL. Used for a log-file.
  5. DEBUG_LEVEL=4
  6. #
  7. #   LogFile Name. If it is absent then logfile will not be created.
  8. LOG_FILE=POP3d.LOG
  9. #
  10. #   Users file
  11. USERS_FILE=USERS.POP
  12. #
  13. #   Directory for incoming mail (Temporary files).
  14. DELIVER_AGENT=\MPTN\ETC\MAIL\POP3D
  15. #
  16. #   Mailer to send mail.
  17. # Reserved words (case sensitivity!):
  18. #   $sender    - Sender of letter
  19. #   $file      - Temporary file in DELIVER_AGENT directory
  20. #   $recipient - Recipient of letter
  21. # Don't use I/O stream redirecting symbols '<', '>' in string. It's not works.
  22. # For UUCP/2, UUPC/@:
  23. #SENDMAIL=\UUCP\rmail2.exe -R$sender -F$file $recipient
  24. # For UUPC/Ext:
  25. SENDMAIL=\UUCP\rmail.exe -f$file -t
  26. # For IBM OS/2 SENDMAIL 2.01:
  27. #SENDMAIL=sendmail.exe -a $file -t
  28. #
  29. #   BEEP=ON|OFF - turn on or off sound.
  30. BEEP=OFF
  31. #
  32. #   TIMEOUT - Wait idle timeout. Close up after.
  33. TIMEOUT=10
  34. #
  35. #   Colors section
  36. #
  37. DEFAULT_COLOR=F_WHITE|B_BLACK
  38. TOP_LINE_COLOR=F_WHITE|B_CYAN|INTENSITY
  39. BOTTOM_LINE_COLOR=F_WHITE|B_CYAN|INTENSITY
  40. WINDOW_BORDER_COLOR=F_WHITE|B_BLUE
  41. CONNECT_TO_COLOR=F_WHITE|B_BLUE|INTENSITY
  42. MAIL_FROM_COLOR=F_WHITE|B_BLUE|INTENSITY
  43. RCPT_TO_COLOR=F_WHITE|B_BLUE|INTENSITY
  44. THREAD_COLOR=F_CYAN|B_BLUE
  45. SIZE_COLOR=F_WHITE|B_BLUE|INTENSITY
  46. DATA_COLOR=F_WHITE|B_RED|INTENSITY
  47. STATUS_COLOR=F_WHITE|B_BLACK
  48. #
  49. #######################################################################
  50. #                                      #
  51. #                  End of file.                   #
  52. #                                      #
  53. #######################################################################
  54.