Custom Query (332 matches)
Results (139 - 141 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#96 | fixed | QMail can't use sudo method in documentation | bas | sweeney@… |
Description |
I'm running email2trac 0.9.40 with Qmail. I've built the application as an rpm package and installed it. My web user is apache and my QMail user is nobody. I've tested the app using the local command line method and it works: /usr/bin/email2trac --project=info < msg.txt However, I tried the first method of setting up Qmail and it didn't work. It fails with a return message: preline: fatal: unable to run /usr/bin/run_email2trac --project=info: file does not exist I'm assuming that this is the failure noted in the documentation under the Qmail heading: https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracMta#QmailSetup And so, I try the optional method. I've added an entry to sudoers: nobody ALL = (apache)NOPASSWORD: /usr/bin/run_email2trac and I change the execute command in the mail user's .qmail file to the following: |PYTHON_EGG_CACHE=/var/trac/tracenv/attachments /var/qmail/bin/preline /usr/bin/sudo -u apache /usr/bin/run_email2trac --project=info This produces an error: sudo: sorry, you must have a tty to run sudo Very frustrating. What am I doing wrong? |
|||
#97 | fixed | Download of email2trac fails | bas | "W. Martin Borgert" <debacle@…> |
Description |
Hi, I would like to download email2trac.tar.gz from ftp://ftp.sara.nl/pub/outgoing/, like suggested in https://subtrac.sara.nl/oss/email2trac/wiki/Email2tracInstallation but the link to the archive is broken. Is there a new download location? Thanks in advance, Martin |
|||
#99 | fixed | RFC 3676 support breaks when content-type doesn't include delsp parameter | bas | ben@… |
Description |
A fix for content=flowed support, makes it work correctly when the user agent doesn't provide the delsp param in the Content-Type header. |