Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (313 - 315 of 332)

Ticket Resolution Summary Owner Reporter
#23 fixed Configuration problem bas Marc Zahnlecker <m.zahnlecker@…>
Description
Hello email2trac team,

I installed email2trac without the packet manager on a Suse 10.0
installation.
MTA and Trac users were specified by configure.

The email2trac.conf file looks this way:

[DEFAULT]
project: /usr/share/trac/projects/v3cms
debug: 10
umask: 022
spam_level: 5
reply_all : 0
mailto_link: 0
umask: 022
email_comment: >
email_header: 0
trac_version: 0.5
enable_syslog : 0
alternate_notify_template :
drop_spam : 0
verbatim_format: 1
strip_signature: 0


[v3cms]
debug: 10
project: /usr/share/trac/projects/v3cms
spam_level: 5
-----------------------------------------

But when I use email2trac --project=v3cms < msg.txt
to test the configuration I'm getting the following error:

Traceback (most recent call last):
  File "/usr/local/bin/email2trac", line 1060, in ?
    env = Environment(settings['project'], create=0)
NameError: name 'Environment' is not defined

I don't have any idea what's the problem, so please help me to get
email2trac working.

Thank you for your help.
Best regards
M. Zahnlecker
#22 worksforme configuration for postfix+trac under apache+email2trac0.10 under ubuntu server bas Denis <denis@…>
Description
hi,

i really need your help. i know there is explanations on the wiki but
i
didn't understood them well.
postfix has is own user (for example titi).
one another user run apache and can launch trac-admin(for example
toto).
root can launch trac-admin too(for example tutu).
i created an alias in /etc/aliases for toto to launch email2trac
directly por the project toto. this file is owned by tutu in 644
rights
when i launch the test in tutu user and give the project toto in
argument, with the example mail it works.
when in user tutu i send the example by mail to toto, it doesnt work
and
i have this error in syslog :

Aug 28 17:52:34 crewhub email2trac: IOError: [Errno 13] Permission
denied: '/home/toto/www/trac/VERSION'
Aug 28 17:53:45 crewhub email2trac: Traceback (most recent call last):
Aug 28 17:53:45 crewhub email2trac:   File "/usr/bin/email2trac", line
1060, in ?     env = Environment(settings['project'], create=0)
Aug 28 17:53:45 crewhub email2trac:   File
"/var/lib/python-support/python2.4/trac/env.py", line 126, in
__init__     self.verify()
Aug 28 17:53:45 crewhub email2trac:   File
"/var/lib/python-support/python2.4/trac/env.py", line 174, in verify
fd = open(os.path.join(self.path, 'VERSION'), 'r')


Do you have an idea of misconfiguration ?
Can you give me a procedure to make it works ?

i wait for your answer. thanx a lot.

Denis ROY
#21 invalid Several Enhacnements of email2trac anonymous "Heiko Behrens" <HeikoBehrens@…>
Description
Hello,

I made some improvements of email2trac regarding the handling of html
and
embedded images. Also, this version can accept files instead of stdin
only
and works right with binary attachments. Among other smaller fixes
this
improves the behavior under windows (at least for us).

How can I publish these changes?

Regards
Note: See TracQuery for help on using queries.