Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#126 duplicate sendmail with email2trac problem (resubmitted with proper formatting) bas anonymous
Description

Hi, I've been looking through the archives and have followed the instructions for setting up sendmail with email2trac. i'm still having problems though

Mar  8 14:57:58 columbia sendmail[12261]: n28LvwGd012261: to=tracproj, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31888, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n28LvwZD012262 Message accepted for delivery)
Mar  8 14:57:58 columbia sendmail[12263]: n28LvwZD012262: alias <tracproj@columbia.icmethods.com> => "|run_email2trac - project=versicUserDocs_trac --ticket_prefix=vsc_trac"
Mar  8 14:57:58 columbia sendmail[12263]: n28LvwZD012262: to="|run_email2trac --project=versicUserDocs_trac --ticket_prefix=vsc_trac", ctladdr=<tracproj@col
umbia.icmethods.com> (8/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=32499, dsn=5.3.0, stat=unknown mailer error 254
Mar  8 14:57:58 columbia sendmail[12263]: n28LvwZD012262: n28LvwZC012263: DSN: unknown mailer error 254



i setup the smrsh dir as per the instructions:

[root@columbia smrsh]# pwd
/etc/smrsh
[root@columbia smrsh]# ll
total 24
8 drwxr-xr-x   2 root root  4096 Mar  8 05:21 .
16 drwxr-xr-x 112 root root 12288 Mar  8 15:00 ..
0 lrwxrwxrwx   1 root root    25 Mar  8 05:21 email2trac -> /usr/local/bin/email2trac
0 lrwxrwxrwx   1 root root    29 Mar  8 04:34 run_email2trac -> /usr/local/bin/run_email2trac


the permissions seem to be correct

[root@columbia bin]# pwd
/usr/local/bin
[root@columbia bin]# ll run_email2trac
12 -rwxr-sr-x 1 root root 8497 Mar  8 00:27 run_email2trac
[root@columbia bin]# ll email2trac
40 -rwxr-xr-x 1 root root 39807 Mar  8 00:27 email2trac

running email2trac from the commandline worked correctly and i got a new ticket created

[root@columbia smrsh]# email2trac --project=versicUserDocs_trac -ticket_prefix=vsc_trac < /opt/trac/email2trac/trunk/msg.txt

Anyone got this working with sendmail? Have i missed something?

#146 wontfix Can't link or inline the attachments bas anonymous
Description

I created a ticket via email2trac,but i also want to append some attachmens to ticket. but i can't finish it any way,blow is my sentence(the test.png already in /home/trac/htdocs):

I opened this file in your app:
</opt/test/a.txt> 
</opt/test/tes.png]
[attachment:"/opt/test/a.txt"]
[attachment:"htdocs:test.png"]

Is there something else I'm missing?

Another question: I can't create blog yet.
Subject: blog:tet

and it will return "TD: saving email to /tmp/tmp2OUSN9.email2trac" to me.

#211 fixed notify when comments by email bas anonymous
Description

Hello,

I've started using email2trac recently, it works as intended. However i have a problem.

trac version: 0.12 email2trac: 1.4.8

When i reply the tickets by email (comments) others dont get notified.But if i write a comment from trac's web interface, trac successfully sends mail to people.

here's my email2trac.conf:

[DEFAULT]
project: /var/lib/trac/projects
debug: 0
ticket_update: 1
umask: 022
spam_level: 5
umask: 022
email_header: 0
trac_version: 0.12
enable_syslog : 1
alternate_notify_template :
alternate_notify_template_update :
spam_level:5
drop_spam: 1
spam_header: X-Spam-Level
verbatim_format: 0
strip_signature: 0
email_quote: >
strip_quotes: 0
ignore_trac_user_settings: 0
black_list: MAILER-DAEMON@
drop_alternative_html_version: 0

and here's trac's mail settings:

[notification]
admit_domains = 
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
ignore_domains = 
mime_encoding = base64
smtp_always_bcc = 
smtp_always_cc = trac-notify@lawfirm.com
smtp_default_domain = 
smtp_enabled = true
smtp_from = trac@lawfirm.com
smtp_from_name = 
smtp_password = 
smtp_port = 25
smtp_replyto = trac@lawfirm.com
smtp_server = localhost
smtp_subject_prefix = __default__
smtp_user = 
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = False
use_short_addr = false
use_tls = false
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.