home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 2 / AUCD2.iso / internet / acornet.spk / !Acornet / Apps / !POP / !Defaults < prev    next >
Text File  |  1995-12-03  |  2KB  |  65 lines

  1. |
  2. | Path names and other settings used by !POP
  3. |
  4. | Mail directory
  5. | ==============
  6. |
  7. | This is the directory for incoming and outgoing mail - it must be
  8. | writeable - so move it if you write protect !POP
  9. | It is the same format as !TCPIP (ka9q)'s maildir
  10. |
  11. set POP$MailDir <POP$Dir>.maildir
  12. |
  13. | Settings and users files
  14. | ========================
  15. |
  16. | Optionally move these if !POP is write protected
  17. |
  18. set POP$settings <Obey$Dir>.settings
  19. set POP$users <Obey$Dir>.Users
  20. |
  21. | Log file
  22. | ========
  23. | Used to log SMTP errors when running unattended 
  24. |
  25. set POP$Logfile <POP$Dir>.Logfile
  26. |
  27. | Outgoing mail queue directory
  28. | =============================
  29. | Uncomment to change !POPs default
  30. |
  31. | set POP$Mqueue <POP$MailDir>.spool.mqueue
  32. |
  33. | POP mailbox file(s)
  34. | ===================
  35. | Uncomment to change !POPs default
  36. |
  37. | ... '*' will get replaced by the user name
  38. |
  39. | set POP$Mbox <POP$MailDir>.spool.mail.*
  40. |
  41. | Default POP Host
  42. | ================
  43. | ... May be able to find this from Newsbase
  44. IF "<NewsBase$MailName>"<>"" THEN set POP$Host <NewsBase$MailName>
  45. |
  46. | SMTP Mail gateway
  47. | =================
  48. | ... May be able to find this from Newsbase
  49. IF "<NewsBase$RemoteHost>"<>"" THEN set POP$SMTPgate <NewsBase$RemoteHost>
  50. |
  51. | Alias for POP setup routines
  52. | ============================
  53. | You may want to prepend "wimptask" to these - Newsbase does this itself
  54. |
  55. set Alias$POP <POP$Dir>.!Run %*0
  56. set Alias$POPadmin <POP$Dir>.admin %*0
  57. |
  58. | POP Kludges
  59. | ===========
  60. | The following string contains a series of 1 letter codes which apply
  61. | kludges to work around server incompatibilities. Currently, only one:
  62. |    T : Use TOP <n> 1 instead of TOP <n> 0 to get message header
  63. | set POP$Kludges "T"
  64.  
  65.