This is more a quest for information than anything else. I have the following configuration in my trac.ini file:
[announcer]
admit_domains =
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
ignore_domains =
mime_encoding = base64
smtp_always_bcc =
smtp_default_domain = mydomain.local
smtp_enabled = true
smtp_from = trac-notify@mydomain.net
smtp_from_name = Trac Ticket Notification System
smtp_password =
smtp_port = 25
smtp_replyto = donotreply@mydomain.net
smtp_server = domaincontroller.mydomain.local
smtp_user =
ticket_email_header_fields = owner, reporter, type, status, milestone, component, priority, version, resolution
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = false
use_short_addr = false
use_tls = false
joinable_groups = Management, Leads
[components]
announcerplugin.* = enabled
announcerplugin.subscribers.ticket_compat.carboncopysubscriber = disabled
announcerplugin.subscribers.ticket_compat.staticticketsubscriber = disabled
announcerplugin.resolvers.sessionemail.sessionemailresolver = disabled
announcerplugin.resolvers.specified.specifiedemailresolver = disabled
I am running tracd (0.11) on a Windows 2003 SBS. I since I have the legacy options enabled, each ticket reporter is getting a copy of the ticket via email. However, no one in the Management or Leads group is getting a copy of the ticket over email.
Does anything look wrong in the configuration?
If nothing looks wrong, is there a fix (e.g. currently available patch or a future fix) for the problem I am experiencing?
TIA,
Brett