Changes between Version 2 and Version 3 of Email2tracInstallation/Windows


Ignore:
Timestamp:
03/21/08 23:31:23 (16 years ago)
Author:
nicole.swan@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracInstallation/Windows

    v2 v3  
    3333Fetchmail options can be set in the command line or using a .fetchmailrc configuration file, .fetchmailrc.  Sample .fetchmailrc file:
    3434
    35 {{
     35{{{
    3636poll mail.domain.com with proto IMAP, auth ntlm user "trac@domain.com"
    3737with password "xxx" is trac here options keep
    3838mda "C:/python25/python.exe C:/projects/email2trac/email2trac.py"
    39 }}
     39}}}
     40
     41.fetchmailrc should be put in a location accessible to fetchmail, such as /home/trac (Cygwin path).
    4042
    4143Note that in this setup, email2trac acts as the MDA (or MTA) and automatically processes mail as it is retrieved.
     
    4345 == Email2trac Script Setup ==
    4446
     47Obtain a copy of the script, either by downloading the [ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz latest stable source] or getting the latest [https://subtrac.sara.nl/oss/email2trac/browser/trunk trunk] or [https://subtrac.sara.nl/oss/email2trac/browser/tags/0.13 tagged] version.  Unlike in a *nix environment, email2trac on Windows does not have to be built or packaged to work.  The following files are needed:
     48
     49 * email2trac.py.in
     50 * delete_spam.py.in
     51 * email2trac.conf
     52
     53Put these files in the directory of your choice, e.g. C:/projects/email2trac.  Rename email2trac.py.in to email2trac.py and delete_spam.py.in to delete_spam.py.in.  A few edits are necessary for email2trac.py to work in the Windows environment.
     54
     55 1. (For versions prior to 0.13 only) Comment out the syslog import (approximately line 95 in version 0.10).
     56{{{ #import syslog }}}
     57
     58 2. Specify the email2trac configuration file path (around line 1060 in version 0.13).
     59{{{
     60 
    4561 == Process Automation ==
    4662