Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (265 - 267 of 332)

Ticket Resolution Summary Owner Reporter
#279 wontfix email2trac 2.4.5 with sendmail 8.14.4-8 and 0.12.1-4 on CentOS 6.0 bas anonymous
Description

Hello,

I'd like to use email2trac with my trac installation but sendmail gives only this error:

to="|run_email2trac", ctladdr=<mail@example.com> (8/0), delay=00:00:01, xdelay=00:00:00, mailer=prog, pri=30840, dsn=5.3.0, stat=unknown mailer error 254

I tried to turn off selinux. The message does not change.

I had a look at the source. Is the problem that caller is not the same user as mta is running?

  if ( caller !=  MTA->pw_uid ) {    if ( DEBUG ) printf("Invalid caller UID (%d)\n",caller);
    return -2;     /* 254 : Invalid caller */
  }

cheers Andi

#45 fixed email2trac bas Anand <anandkapur@…>
Description
Hi,

I was wondering if you could tell me how to install this in a windows
environment.

Thanks,
Anand
#88 fixed Ease of use bas anonymous
Description

Add monikers that can be placed within the body text of an email to set ticket properties.

e.g.:

STATUS:Closed or [STATUS:Closed]

Note: See TracQuery for help on using queries.