Last change
on this file since 87 was
24,
checked in by bas, 17 years ago
|
EmailtoTracScript?:
email2trac:
- we can now set the default poth for the config file
with configure for email2trac.py
- Added svn keywords for all the files
- Updated the install doc
|
-
Property svn:keywords set to
Id
|
File size:
528 bytes
|
Rev | Line | |
---|
[5] | 1 | /* |
---|
[24] | 2 | |
---|
| 3 | AUTHOR: Michel Jouvin |
---|
| 4 | SVN Info: |
---|
| 5 | $Id: run_email2trac.h 24 2006-01-15 12:46:09Z bas $ |
---|
| 6 | |
---|
[5] | 7 | Local site configuration |
---|
| 8 | Value defined here are just default values than can be overriden at compile time |
---|
| 9 | See Makefile. |
---|
| 10 | */ |
---|
| 11 | |
---|
| 12 | /* User the MTA is running under */ |
---|
| 13 | #ifndef MTA_USER |
---|
| 14 | #define MTA_USER "nobody" |
---|
| 15 | #endif |
---|
| 16 | |
---|
| 17 | /* A user with write access to Trac DB */ |
---|
| 18 | #ifndef TRAC_USER |
---|
| 19 | #define TRAC_USER "www-data" |
---|
| 20 | #endif |
---|
| 21 | |
---|
| 22 | /* email2trac script name and path */ |
---|
| 23 | #ifndef TRAC_SCRIPT_NAME |
---|
[21] | 24 | #define TRAC_SCRIPT_NAME "email2trac" |
---|
[5] | 25 | #endif |
---|
| 26 | #ifndef TRAC_SCRIPT_PATH |
---|
| 27 | #define TRAC_SCRIPT_PATH "/usr/bin" |
---|
| 28 | #endif |
---|
| 29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.