Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (322 - 324 of 332)

Ticket Resolution Summary Owner Reporter
#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
#220 fixed Having Issue in the installation procedure for fetchmail bas velappanv@…
Description

Hi bas,

I have been installed this plugin in /usr/local/bin, also modified the email2trac.conf with required values.

When I tested the with email2trac --project projectname > msg.txt.

Its getting hanged.

I have enclosed the conf file and .fecthmail.rc for your reference.

Please let me know Where I am going wrong here.

emai2trac.conf

[DEFAULT]

project: /opt/tracprojects/projectname

debug: 0

umask: 022

spam_level: 2

reply_all : 0

mailto_link: 0

umask: 022

email_header: 0

trac_version: 0.11

enable_syslog : 1

alternate_notify_template :

alternate_notify_template_update :

drop_spam : 0

verbatim_format: 1

strip_signature: 0

email_quote: >

strip_quotes: 0

ignore_trac_user_settings: 0

black_list: MAILER-DAEMON@

drop_alternative_html_version: 1

ticket_update:0

ticket_update_by_subject:0

ticket_update_by_subject_lookback:30

tmpdir: /tmp

Fetchmail:

  ''' '''server mail.server.com''''''
    proto POP3
    user trac@mailserve.com
    pass password
    mda "/usr/bin/email2trac --project Projectname

Thanks for your reply in advance.

Thanks

Vela.Velappan

#444 worksforme having problem in installing email2trac on Ubuntu 14.04.6 LTS bas vinod27
Description

I was trying to install email2trac on my Ubuntu 14.04.6 LTS os but i am unable to complete documentations to setup and work with it.

Note: See TracQuery for help on using queries.