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

Email客户端

开发平台:

Unix_Linux

  1. These are scripts to help you running fetchmail in special situations. 
  2. Note: you're on your own using these -- I don't really understand them,
  3. I'm just passing them along.
  4. --esr
  5. maildaemon:
  6. Larry Fahnoe wrote this for driving fetchmail from cron.  It may be useful if
  7. you want to force a PPP link up and then poll for mail at specified times.
  8. I have rearranged it slightly to make it easier to configure.
  9. novell:
  10. Some mail from Dan Newcombe describing how to write a procmail rule that
  11. will domainify Novell server names.
  12. login & logout:
  13. These are intended to help if you typically have multiple logins active.
  14. Here's the script composer's original README:
  15. Please find attached 2 files, ~/.bash_login & ~/.bash_logout
  16. What these do is try to keep track of WHO is the process/tty
  17. that ran fetchmail in daemon mode.  I tried to use the bash
  18. Variable PPID, but when using xterm the PPID is set to the
  19. xterm's pid not the bash shell's pid so....
  20. They have been lightly tested.
  21. Any comments...
  22.   Hth, JimL <babydr@nwrain.net>
  23. ip-up:
  24. A note from James Stevens about using fetchmail in an ip-up script without
  25. disabling timeouts.
  26. runfetchmail:
  27. A shellscript front end for fetchmail that mails you various statistics on
  28. the downloaded mail and the state of your folders.  A good example of what
  29. you can do with your own front end.
  30. fetchspool:
  31. If you find that the speed of forwarding to port 25 is limited by the
  32. SMTP listener's speed, it may make sense to locally spool all the mail
  33. first and feed it to sendmail after you hang up the network link.
  34. This shellscript aims to do exactly that.  It would be smarter to
  35. figure out why sendmail is slow, however.
  36. fetchsetup:
  37. This is a shell script for creating a $HOME/.fetchmailrc file, it will ask
  38. you some questions and based on your answers it will create a .fetchmailrc
  39. file, fetchsetup is linux specific so it may not work on another operating
  40. system.
  41. mailqueue.pl:
  42. This script will connect to your isp (if not already connected),
  43. send any outgoing mail and retrieve any incoming mail.  If this
  44. program made the connection, it will also break the connection
  45. when it is done.  By Bill Adams, <bill@evil.inetarena.com>.  The
  46. latest version is carried at 
  47. redhat_rc:
  48. A fetchmail boot-time init file compatible with RedHat 5.1.  It leaves
  49. fetchmail in background to get messages when you connect to your ISP.
  50. The invoked fetchmail expects to find its configuration in
  51. /etc/fetchmailrc, and must include the proper "interface" directive.
  52. debian_rc:
  53. A fetchmail boot-time init file compatible with Debian.  It leaves
  54. fetchmail in background to get messages when you connect to your ISP.
  55. The invoked fetchmail expects to find its configuration in
  56. /etc/fetchmailrc, and must include the proper "interface" directive.
  57. start_dynamic_ppp:
  58. An admittedly scratchy ip-up script that Ryan Murray wrote to cope with
  59. dynamic PPP addressing.  Will need some customizing.
  60. http://www.inetarena.com/~badams/linux/programs/mailqueue.pl
  61. getfetchmail:
  62. Here's a script that gets Eric's most recent fetchmail source rpm,
  63. downloads it and (if the rpm's not broken) rebuilds it.
  64. With fairly simple changes it can be used to download the latest i386 rpm
  65. or tar.gz.
  66.  
  67. Those who are addicted to having the latest of everything could filter mail
  68. from fetchmail announce through it and get new versions as they're
  69. announced. However, if we all did that, Eric's ftp server might feel a
  70. little stressed.
  71. The script as written works on bash 2.  By John Summerfield
  72. <summer@os2.ami.com.au>.
  73. zsh-completion:
  74. These commands set up command completion for fetchmail under zsh.
  75. Jay Kominek <jay.kominek@colorado.edu>.
  76. getmail/gotmail:
  77. These scripts are front ends for fetchmail in daemon mode that can gather
  78. log statistics and generate text or HTML reports.  See README.getmail for
  79. details.  Scripts by Thomas Nesges <ThomaNesges@TNT-Computer.de>.
  80. fetchmaildistrib:
  81. This script resolves the issue where the sysadmin polls for mail with fetchmail
  82. only at set intervals, but where a user wishes to see his email right
  83. away. The duplication in /etc/fetchmailrc and ~/.fetchmailrc files is
  84. automated with this script; whenever /etc/fetchmailrc is changed, this
  85. script is run to distribute the stuff into all user's ~/.fetchmailrc
  86. files.
  87. multidrop:
  88. Martijn Lievaart's sendmail hacks to make multidrop reliable.