Hi everyone..

I hope that you can help me.
The case is the next, I'm a active directory environment and I can't
set the trac.ini file in the section notification to send a e-mail
when a ticket is published.
my section at trac.ini

[notification]
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
mime_encoding = none
smtp_always_bcc = [EMAIL PROTECTED]
smtp_always_cc =
smtp_default_domain = mydomain.com
smtp_enabled = true
smtp_from = [EMAIL PROTECTED]
smtp_password = Yet778_01
smtp_port = 25
smtp_replyto =
smtp_server = saturn
smtp_subject_prefix = __default__
smtp_user = themaoc
use_public_cc = false
use_short_addr = false
use_tls = false

----------------------------------------------------------------------------------------------------------------------------------------
where saturn is my smtp server, now when a tickets is published the
message log show
----------------------------------------------------------------------------------------------------------------------------------------

2007-10-09 16:04:14,490 Trac[web_ui] ERROR: Failure sending
notification on creation of ticket #5: SMTP AUTH extension not
supported by server.
Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\ticket\web_ui.py", line
207, in _do_create
    tn.notify(ticket, newticket=True)
  File "C:\Python24\Lib\site-packages\trac\ticket\notification.py",
line 129, in notify
    NotifyEmail.notify(self, ticket.id, subject)
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 216,
in notify
    Notify.notify(self, resid)
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 114,
in notify
    self.begin_send()
  File "C:\Python24\Lib\site-packages\trac\notification.py", line 287,
in begin_send
    self.server.login(self.user_name, self.password)
  File "C:\Python24\lib\smtplib.py", line 554, in login
    raise SMTPException("SMTP AUTH extension not supported by
server.")
SMTPException: SMTP AUTH extension not supported by server.


??? that I do???

Regards


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to