Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (199 - 201 of 332)

Ticket Resolution Summary Owner Reporter
#210 fixed Setup One Mailbox for all trac projects bas mark_kids@…
Description

Is it possible to have the option to setup just one mailbox for all trac environments? My idea is that each trac site will have its own mailbox alias. In this way it would be easy to maintain just one primary mailbox account and not having to add one for each. There will be one MDA value configuration and you don't need to specify the project name. The project name will be parse from the mail's "TO:" value.

#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
#212 fixed same error as in [428] bas adam.lucke@…
Description

as in [428] used set.logger.error(...) instead of self.logger.error(...) in source:trunk/email2trac.py.in@428#L2067

Note: See TracQuery for help on using queries.