Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (121 - 123 of 332)

Ticket Resolution Summary Owner Reporter
#71 fixed Feature Request: Picture in body not as Attachment bas anonymous
Description

Hi,

Is it possible to have the feature to have picture in the body of the ticket, not as attachment.

The case is that emails will contain screenshots, and need it in the body of ticket, because there are explanations of the screenshot.

#263 fixed fetchmail and email2trac: run email2trac as www-data bas variofox@…
Description

I am running fetchmail on Ubuntu 8.04 with the following /etc/fetchmailrc

server mail.zzz.yy
proto pop3
user trac@somewhere.yy
pass mypassword
is www-data here
mda "email2trac"

Therefore, email2trac runs as user fetchmail.

Apache runs as www-data, the trac-directory is owend by www-data:wwwdata, ug+rwx.

As I expected, I get The user fetchmail requires read _and_ write permissions to the database file /yyy/trac/test/db/trac.db and the directory it is located in.

If I add the fetchmail-user to the www-data secondary group, tickets are created nicely. However, in the attachments directory, the subdirectories are owned by fetchmail:nogroup and as a result, I get Attachment ... not found errors.

Of course, I can "chown www-data -R /yyy/trac/" and then it works.

run_email2trac fails with an fetchmail: Query status=6 (IOERR) and is set to ---s--x--x 1 root root

How can I make email2trac run as www-data?

This is my /etc/email2trac.conf

[DEFAULT]
project: /yyy/trac/test
debug: 1
umask: 022
spam_level: 5
reply_all : 0
mailto_link: 0
umask: 022
email_header: 0
trac_version: 0.12
alternate_notify_template :
alternate_notify_template_update :
drop_spam : 0
verbatim_format: 1
strip_signature: 1
email_quote: >
strip_quotes: 0
ignore_trac_user_settings: 0
black_list: MAILER-DAEMON@
drop_alternative_html_version: 1
log_file: /tmp/email2trac.log
log_level: info
mta_user : fetchmail
trac_user : www-data

[test]
project: /yyy/trac/test
spam_level: 1
#398 fixed file name after unzip bas joneum@…
Description

if i unzip the email2trac.tar.gz, the filename is email2trac-v2.9.0-a3679be28762ed851a9c66ed2f671603ef5e32e0

I working for the email2trac Port for FreeBSD, and since it is important, after unzip the filename isemail2trac-v2.9.0

Note: See TracQuery for help on using queries.