Changes between Version 14 and Version 15 of EmailtoTracScript


Ignore:
Timestamp:
Jan 10, 2006, 10:52:06 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmailtoTracScript

    v14 v15  
    5454    Is read by email2trac.py to set the various options. This are the options:
    5555    {{{
    56     [DEFAULT]                         # REQUIRED
    57     project: /data/trac/jouvin # REQUIRED
    58     debug: 1                           # OPTIONAL, if set print some DEBUG info
    59     spam_level: 4                    # OPTIONAL, if set check for SPAM mail
    60     reply_address: 1                # OPTIONAL, if set then fill in ticket CC field
    61     umask: 022                       # OPTIONAL, Use this umask for saving attachments
    62     mailto_link: 1                    # OPTIONAL, if set then [mailto:<CC>] in description
    63     email_header: 1                # OPTIONAL, if set then show TO/CC fields in description
    64     trac_version: 0.8               # OPTIONAL. if set then use this as version number, default 0.9
     56DEFAULT]                        # REQUIRED
     57project: /data/trac/jouvin # REQUIRED
     58debug: 1                 # OPTIONAL, if set print some DEBUG info
     59spam_level: 4          # OPTIONAL, if set check for SPAM mail
     60reply_address: 1      # OPTIONAL, if set then fill in ticket CC field
     61umask: 022             # OPTIONAL, Use this umask for saving attachments
     62mailto_link: 1          # OPTIONAL, if set then [mailto:<CC>] in description
     63email_header: 1       # OPTIONAL, if set then show TO/CC fields in description
     64trac_version: 0.8      # OPTIONAL. if set then use this as version number, default 0.9
    6565    }}}
    6666
     
    9595}}}   
    9696
    97 
    98 
    99 It depends on your MTA how the setup is. Below is an example of the SARA setup
    100 that uses postfix as our MTA.
    101   * Edit Makefile, adjust the variables
    102   * make
    103   * make install
    104   * Copy email2trac.conf to /etc  (default location for email2trac.py)
    105     If different location use the "-f <config file> or --file=<config file>" to run_email2trac
    106   * vi /etc/aliases
    107      {{{
    108      bas: |/usr/sbin/run_email2trac [-f|--filename <config file>]
    109      }}}
    110   * newaliases
    111   * Test
    112      {{{
    113      cat test7.eml | mail bas
    114      }}}
    11597== Author/Contributors ==
    11698