Changes between Version 5 and Version 6 of EmailtoTracScript


Ignore:
Timestamp:
Jan 4, 2006, 4:23:42 PM (18 years ago)
Author:
Bas van der Vlies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmailtoTracScript

    v5 v6  
    6969
    7070== SETUP ==
    71 
     71 
    7272It depends on your MTA how the setup is. Below is an example of the SARA setup
    7373that uses postfix as our MTA.
     74  * Edit Makefile, adjust the variables
     75  * make
     76  * make install
    7477  * Copy email2trac.conf to /etc  (default location for email2trac.py)
    75     If different location use the -f <filename> option for email2trac.py
    76   * Postfix run as user 'nobody' and the apache as user 'www-data'. To enable
    77     saving of attachments we must use 'run_email2trac.c'. We do not have to
    78     adjust the values. If you use other accounts then adjust the c-file:
    79        gcc -o run_email2trac run_email2trac.c
    80     default path for email2trac.py is /usr/sbin
    81   * cp run_email2trac /usr/sbin
    82   * chmod 4111 run_email2trac
    83   * cp email2trac.py /usr/sbin
     78    If different location use the "-f <config file> or --file=<config file>" to run_email2trac
    8479  * vi /etc/aliases
    8580     bas: |/usr/sbin/run_email2trac