Edgewall Software

Changes between Version 84 and Version 85 of TracNotification


Ignore:
Timestamp:
Dec 1, 2014, 8:02:04 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Brief description of ticket attachment notifications. Refs #2259.

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v84 v85  
    2121
    2222When using apache and mod_kerb for authentication against Kerberos / Active Directory, usernames take the form ('''`username@EXAMPLE.LOCAL`'''). To avoid this being interpreted as an email address, add the Kerberos domain to  ('''`ignore_domains`''').
     23
     24=== Ticket attachment notifications
     25
     26Since 1.0.3 Trac will send notifications when a ticket attachment is added or deleted. Usually attachment notifications will be enabled in an environment by default. To disable the attachment notifications for an environment the `TicketAttachmentNotifier` component must be disabled.
     27{{{#!ini
     28[components]
     29trac.ticket.notification.TicketAttachmentNotifier = disabled
     30}}}
    2331
    2432== Configuring SMTP Notification ==