Modify ↓
Opened 15 years ago
Last modified 9 years ago
#10023 new enhancement
Trac notification + Exchange 2010
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | unscheduled |
| Component: | notification | Version: | 0.11.7 |
| Severity: | major | Keywords: | notification msexchange ntlm |
| Cc: | Thijs Triemstra | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Exchange 2010 with AUTH NTLM, not support anonymous authentication.
Trac says:
SMTPException: No suitable authentication method found.
Trac.ini:
[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 = smtp_default_domain = smtp_enabled = true smtp_from = trac@domain smtp_from_name = smtp_password = @pass smtp_port = 25 smtp_replyto = @mymailaddress@domain smtp_server = @server smtp_user = username@domain ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false
Attachments (0)
Change History (7)
comment:1 by , 15 years ago
| Milestone: | 0.12.3 → unscheduled |
|---|
comment:2 by , 15 years ago
| Cc: | added |
|---|
comment:4 by , 14 years ago
Getting the same error. Seems to be an issue with connection to Exchange-servers.
comment:6 by , 11 years ago
| Description: | modified (diff) |
|---|
comment:7 by , 9 years ago
| Keywords: | msexchange ntlm added |
|---|
Note:
See TracTickets
for help on using tickets.



Found this: http://code.google.com/p/python-ntlm/issues/detail?id=14
PatchWelcome.