Changes between Initial Version and Version 1 of Ticket #11411, comment 5


Ignore:
Timestamp:
Aug 21, 2014, 10:36:17 AM (10 years ago)
Author:
shorif2000
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11411, comment 5

    initial v1  
    33[http://stackoverflow.com/questions/24117488/trac-smtpldapemailsender-to-field-is-empty SO]
    44
     5After i have pacthed. I have played around with `email_address_resolvers`, just keeping `LdapEmailResolver` or addign others makes no difference to `LdapEmailResolver`. Also it CC's the notification section and not announcer section.
    56
     7{{{
     8
     9
     10[announcer]
     11email_address_resolvers = SessionEmailResolver, LdapEmailResolver
     12email_enabled = true
     13email_from = trac@domain.com
     14email_from_name = Paradox
     15email_replyto = noreply@domain.com
     16email_sender = SmtpEmailSender
     17email_subject_prefix = __default__
     18ldap_bind_dn = cn=ldaplookup,cn=Users,dc=domain,dc=com
     19ldap_bind_pw = ***
     20ldap_email_attr_name = mail
     21ldap_search_base = ou=Sites,dc=domain,dc=com
     22ldap_search_filter = userPrincipalName
     23ldap_start_tls = false
     24ldap_uri = ldap://ldapauth.domain.com
     25smtp_always_cc = Ramy.Mahmoud@domain.com, support@domain.com
     26smtp_default_domain = domain.com
     27smtp_password =
     28smtp_port = 25
     29smtp_replyto = no-reply@domain.com
     30smtp_server = hero.uk.domain.com
     31smtp_subject_prefix = __default__
     32smtp_user =
     33use_public_cc = true
     34use_short_addr = false
     35use_tls = false
     36
     37
     38[notification]
     39email_address_resolvers = SessionEmailResolver, LdapEmailResolver
     40email_enabled = true
     41email_sender = SmtpEmailSender
     42smtp_enabled = true
     43smtp_from = trac@domain.com
     44smtp_from_author = Paradox
     45smtp_from_name = Paradox
     46smtp_password =
     47smtp_port = 25
     48smtp_replyto = no-reply@domain.com
     49smtp_server = hero.uk.domain.com
     50smtp_subject_prefix = __default__
     51smtp_user =
     52use_public_cc = true
     53smtp_always_cc = Ramy.Mahmoud@domain.com, support@domain.com
     54}}}