Changeset 9 for emailtotracscript/0.9/INSTALL
- Timestamp:
- 01/04/06 16:58:54 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emailtotracscript/0.9/INSTALL
r5 r9 17 17 mailto_link: 1 # OPTIONAL, if set then [mailto:<CC>] in description 18 18 email_header: 1 # OPTIONAL, if set then show TO/CC fields in description 19 trac_version: 0.8 # OPTIONAL, if set use this as trac version 19 20 20 21 … … 24 25 It depends on your MTA how the setup is. Below is an example of the SARA setup 25 26 that uses postfix as our MTA. 27 - Edit Makefile, adjust the variables 28 - make 29 - make install 26 30 - Copy email2trac.conf to /etc (default location for email2trac.py) 27 If different location use the -f <filename> option for email2trac.py 28 - Postfix run as user 'nobody' and the apache as user 'www-data'. To enable 29 saving of attachments we must use 'run_email2trac.c'. We do not have to 30 adjust the values. If you use other accounts then adjust the c-file: 31 gcc -o run_email2trac run_email2trac.c 31 If different location use the "-f <config file> or --file=<config file>" to run_email2trac 32 32 33 default path for email2trac.py is /usr/sbin34 - cp run_email2trac /usr/sbin35 - chmod 4111 run_email2trac36 - cp email2trac.py /usr/sbin37 33 - vi /etc/aliases 38 bas: |/usr/sbin/run_email2trac 34 bas: |/usr/sbin/run_email2trac [-f <config file>| --file=<config file>] 35 39 36 - newaliases 40 37 - Test
Note: See TracChangeset
for help on using the changeset viewer.