[Trac] email2trac plugin
syd at plug.ca
syd at plug.ca
Fri Jul 21 10:43:38 CDT 2006
Not sure if this is the place to ask about how to setup a plugin, but here
goes.
I'm trying to set up the email2trac plugin according to the directions at:
http://trac-hacks.org/wiki/EmailtoTracScript
my /etc/email2trac.conf file looks like so:
[DEFAULT]
project: libits
debug: 2
umask: 002
spam_level: 4
reply_address: 1
reply_all : 1
mailto_link: 0
umask: 022
email_comment: > autogenerated by email2trac
ticket_update: 1
email_header: 1
enable_syslog : 0
alternate_notify_template :
[libits]
project: /var/trac/env
and my alias in /etc/aliases looks like:
# Alias for Trac email2trac
libitstrac: "|run_email2trac --project=libits"
/etc/smrsh/run_email2trac
is a symlink to /usr/bin/run_email2trac (to get around sendmail
restrictions).
When I send email locally to libitstrac, the maillog shows that it is sent
with no problems, but nothing shows up in trac. What am I doing wrong? Am
I supposed to send email with a special syntax?
- Syd Weidman
More information about the Trac
mailing list