Changes between Version 45 and Version 46 of Email2tracMta


Ignore:
Timestamp:
06/18/13 11:41:40 (11 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracMta

    v45 v46  
    2525
    2626-p,--project <name>::
    27   This option selects a configuration stanza in the [wiki:Email2tracConfiguration config file]
     27  This option selects a configuration stanza in the [wiki:Email2tracConfiguration email2trac.conf]
    2828
    2929-t, --ticket_prefix <name>::
     
    3535
    3636
    37 The options for run_email2trac are:
     37run_email2trac can handle all email2trac options plus some extra:
    3838
    3939-e, --eggcache::
    4040  Set the environment for the python egg cache directory. This must be writable by the trac user.
    41 
    4241
    4342
     
    4746 * Edit your alias definition file (default : /etc/aliases) for Postfix and add one line per project you want to allow ticket submission from email to.
    4847{{{
    49      tracproj: "|/usr/bin/email2trac <see email2trac command line options>
     48     tracproj: "|/usr/bin/email2trac <see command line options>
    5049}}}
    5150
     
    6261The procedure is:
    6362
    64  * Edit your alias definition file (default : /etc/mail/aliases) for Sendmail and add one line per project you want to allow ticket submission from email to. For each alias you can specify:
    65    * --project: This option selects a configuration stanza in the [wiki:Email2tracConfiguration config file]
    66    * --ticket_prefix: [https://subtrac.rc.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#Defaultvaluesforticketfields Default values for tickets]
    67    * --eggcache:  Set the enviroment for the python egg cache directory. This must be writeable by the trac user.
     63 * Edit your alias definition file (default : /etc/mail/aliases) for Sendmail and add one line per project you want to allow ticket submission from email to.
    6864{{{
    69      tracproj: "|/usr/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]"
     65     tracproj: "|/usr/bin/run_email2trac <see command line options>
    7066}}}
    7167
     
    158154
    159155{{{
    160 |preline "/usr/local/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]"
     156|preline "/usr/local/bin/run_email2trac <command line options>
    161157}}}
    162158Preline is a qmail helper that appends proper email headers to emails, in order that "traditional" filtering programs can deal with qmail emails.