Changes between Version 25 and Version 26 of Email2tracMta
- Timestamp:
- 05/29/08 17:25:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Email2tracMta
v25 v26 38 38 want to allow ticket submission from email to. For each alias you can specify: 39 39 * --project: This option selects a configuration stanza in the [wiki:Email2tracConfiguration config file] 40 * -- component: To specify a component other than the default component for the project.41 40 * --project: This option selects a configuration stanza in the [wiki:Email2tracConfiguration config file] 41 * --ticket_prefix: [https://subtrac.rc.sara.nl/oss/email2trac/wiki/Email2tracConfiguration#Defaultvaluesforticketfields Default values for tickets] 42 42 {{{ 43 tracproj: "|/usr/bin/run_email2trac [--project=<name>] [-- component=<component>]"43 tracproj: "|/usr/bin/run_email2trac [--project=<name>] [--ticket_prefix=<name>]" 44 44 }}} 45 45 … … 130 130 131 131 {{{ 132 |preline "/usr/local/bin/run_email2trac [--project=<name>] [-- component=<component>]"132 |preline "/usr/local/bin/run_email2trac [--project=<name>] [--ticket_prefix=<name>]" 133 133 }}} 134 134 … … 162 162 }}} 163 163 If this command succeeds then it is a mail setup error, else we get an error to stdout or syslog, depends on you [wiki:Email2tracConfiguration email2trac.conf] setup. 164