Changes between Version 45 and Version 46 of Email2tracMta
- Timestamp:
- 06/18/13 11:41:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Email2tracMta
v45 v46 25 25 26 26 -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] 28 28 29 29 -t, --ticket_prefix <name>:: … … 35 35 36 36 37 The options for run_email2trac are:37 run_email2trac can handle all email2trac options plus some extra: 38 38 39 39 -e, --eggcache:: 40 40 Set the environment for the python egg cache directory. This must be writable by the trac user. 41 42 41 43 42 … … 47 46 * 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. 48 47 {{{ 49 tracproj: "|/usr/bin/email2trac <see email2traccommand line options>48 tracproj: "|/usr/bin/email2trac <see command line options> 50 49 }}} 51 50 … … 62 61 The procedure is: 63 62 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. 68 64 {{{ 69 tracproj: "|/usr/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]"65 tracproj: "|/usr/bin/run_email2trac <see command line options> 70 66 }}} 71 67 … … 158 154 159 155 {{{ 160 |preline "/usr/local/bin/run_email2trac [--project <name>] [--ticket_prefix <name>] [--eggcache <directory>]"156 |preline "/usr/local/bin/run_email2trac <command line options> 161 157 }}} 162 158 Preline is a qmail helper that appends proper email headers to emails, in order that "traditional" filtering programs can deal with qmail emails.