Edgewall Software

Changes between Version 64 and Version 65 of TracNotification


Ignore:
Timestamp:
Mar 3, 2011, 7:57:29 PM (13 years ago)
Author:
anonymous
Comment:

Added ignore_domains to Configuration Options

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v64 v65  
    4343 * '''`use_public_cc`''': (''since 0.10'') Addresses in To: (owner, reporter) and Cc: lists are visible by all recipients (default is ''Bcc:'' - hidden copy).
    4444 * '''`use_short_addr`''': (''since 0.10'') Enable delivery of notifications to addresses that do not contain a domain (i.e. do not end with ''@<domain.com>'').This option is useful for intranets, where the SMTP server can handle local addresses and map the username/login to a local mailbox. See also `smtp_default_domain`. Do not use this option with a public SMTP server.
     45 * '''`ignore_domains`''': Comma-separated list of domains that should not be considered part of email addresses (for usernames with Kerberos domains).
    4546 * '''`mime_encoding`''': (''since 0.10'') This option allows selecting the MIME encoding scheme. Supported values:
    4647   * `none`: default value, uses 7bit encoding if the text is plain ASCII, or 8bit otherwise.
     
    5051 * '''`email_sender`''': (''since 0.12'') Name of the component implementing `IEmailSender`. This component is used by the notification system to send emails. Trac currently provides the following components:
    5152   * `SmtpEmailSender`: connects to an SMTP server (default).
    52    * `SendmailEmailSender`: runs a `sendmail`-compatible executable.
     53   * `SendmailEmailSender`: runs a `sendmail`-compatible executable.   
    5354
    5455Either '''`smtp_from`''' or '''`smtp_replyto`''' (or both) ''must'' be set, otherwise Trac refuses to send notification mails.