Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (241 - 243 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

#305 fixed email2trac raises exception for ticket update when agilo is installed bas smcclure@…
Description

I have trac version 0.12.0 and agilo 0.9.5. When I ran email2trac to update a ticket I had a traceback. I fixed it with this patch:

$ diff email2trac email2trac.orig 
982,987d981
<             # Agilo specific modifications
<             from agilo.utils.config import AgiloConfig
<             if AgiloConfig(self.env).is_agilo_enabled:
<                 from agilo.ticket.model import AgiloTicket
<                 tkt = AgiloTicket(self.env, self.id, self.db)
< 
1217,1222d1210
<         # Agilo specific modifications
<         from agilo.utils.config import AgiloConfig
<         if AgiloConfig(self.env).is_agilo_enabled:
<             from agilo.ticket.model import AgiloTicket
<             tkt = AgiloTicket(self.env)
< 
#42 fixed email2trac problem bas manu_mani31@…
Description

i have a question ablout email2trac, that how can i configure this one for trac with email notification, i am using postfix as mail server.

above all are in Local network case.

Note: See TracQuery for help on using queries.