Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 332)

Ticket Resolution Summary Owner Reporter
#280 invalid Email2trac receiving email bas peterdaly@…
Description

Hi, I can't seem to figure out how to setup the sever to recieve emails from our external mail server to our internal dns / trac server.

I have the sendmail configured on the trac server to work with the commandline test in the email2trac install notes. This creates a ticket and i get an email response but how can I set it up to get trac to retrieve replies from emails? I am currently using thunderbird on centos 5.4.

Appreciate any help or links to other how tos

Peter

#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

#278 fixed Conditional workflow bas Chris.Nelson@…
Description

I'd like an email2trac workflow to only be invoked when the e-mail sender is the ticket owner. Is there any way to configure this restriction?

Note: See TracQuery for help on using queries.