README.getmail
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:2k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. -------------------------------------------------------------------------------
  2.                          - GetMail - GotMail -
  3.              1999 by Thomas Nesges <ThomaNesges@TNT-Computer.de>
  4. -------------------------------------------------------------------------------
  5. -------------------------------------------------------------------------------
  6. Installation:
  7. -------------------------------------------------------------------------------
  8. The Installation is as simple as it could be.  Just create the directory
  9. /usr/local/gotmail and copy all files to it. Ready.
  10. If you decide to choose an other directory to copy the files to, don't forget
  11. to change the path in the scripts.
  12. -------------------------------------------------------------------------------
  13. Usage:
  14. -------------------------------------------------------------------------------
  15. GetMail starts with: getmail <option>
  16. options:
  17.  clear  - stops fetchmail and kills the logfile
  18.  fetch  - starts fetchmail
  19.  got    - starts gotmail
  20.  goth   - starts gotmail html
  21.  send   - sends all mail from the mailqueue
  22.  status - tails the logfile
  23.  start  - starts fetchmail and tails the logfile
  24.  stop   - stops fetchmail
  25.  -v     - prints GetMails version number
  26. GotMail can be startet without any parameters. It then prints a statistic
  27. on the console. The only parameters so far are:
  28.  html   - prints the output to an html file specified in gotmail.conf
  29.  -v     - prints GotMails version number
  30. -------------------------------------------------------------------------------
  31. Configuration
  32. -------------------------------------------------------------------------------
  33. GotMail is configured by a file named gotmail.conf either in the user's home
  34. dir, in /etc or in /usr/local/gotmail. gotmail.conf itself is a shell script.
  35. It just exports some variables to the environment. So it's syntax is like this:
  36.  export <OPTION>=<VALUE>
  37. Remember not to put spaces between <OPTION>=<VALUE> !!
  38. You have the folllowing options:
  39.  
  40.   GOTM_ERR yes|no print error messages?
  41.   GOTM_MSG yes|no print mail stats?
  42.   GOTM_TIM yes|no print start/stop stats?
  43.   GOTM_HED yes|no print a header?
  44.  Special HTML options:
  45.   GOTM_BGCOL hex color backgroundcolor
  46.   GOTM_TXCOL hex color textcolor
  47.   GOTM_ERRCOL hex color color of error messages
  48.   GOTM_TIMCOL hex color color of start/stop stats
  49.   GOTM_MSGCOL hex color color of mail stats
  50.   GOTM_HTMLFILE filename filename for html output
  51. -------------------------------------------------------------------------------