Changes between Version 19 and Version 20 of Email2tracMta


Ignore:
Timestamp:
08/15/07 20:42:59 (17 years ago)
Author:
ral@…
Comment:

addition to qmail setup

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracMta

    v19 v20  
    119119
    120120jason hat (-h) decorati.com
     121
     122On some qmail installation this won't work 'cause run_email2trac isn't able to change uid to the trac-user. So, first of all there should be a sudoers for the user calling it:
     123{{{
     124popuser ALL = (wwwrun)NOPASSWD: /usr/bin/run_email2trac
     125}}}
     126Second the line above should change to:
     127Change ''popuser'' to the user the qmail helper runs as.
     128{{{
     129|PYTHON_EGG_CACHE=<path-to-dir> /var/qmail/bin/preline /usr/bin/sudo -u wwwrun /usr/bin/run_email2trac
     130}}}
     131
     132Of course don't forget required --project option :).  The PYTHON_EGG_CACHE variable should point to a area the trac user may write. If you don't need it, remove this.
     133
     134ral at alwins-world dot de
    121135== Test Setup ==
    122136